- 29 Nis, 2012 6 kayıt (commit)
-
-
Aymeric Augustin yazdı
Handled values returned by functions more like field values. In particular, localized dates, times and datetimes properly, and converted datetimes to the current timezone.
-
Aymeric Augustin yazdı
Fixed template syntax error, introduced in pull request #17
-
Mike Yumatov yazdı
-
Adrian Holovaty yazdı
Fixed #17967: Hide "Change Password" link in admin if user.has_usable_password is False.
-
Aviral Dasgupta yazdı
-
Adrian Holovaty yazdı
Made table_names() output sorted.
-
- 28 Nis, 2012 22 kayıt (commit)
-
-
Karen Tracey yazdı
-
Anssi Kääriäinen yazdı
Fixed #18218 -- previously Django's introspection table_names() and get_table_list() methods did not sort the output consistently. This resulted in random order of inspected models. This commit also removed all external usages of get_table_list(). table_names() should be used instead. Thanks to claudep for patch and report.
-
Adrian Holovaty yazdı
Corrected i18n javascript_catalog Reference Error
-
Adrian Holovaty yazdı
Fixed bullet formatting for README.rst.
-
Jason Davies yazdı
-
Matthew Tretter yazdı
-
Adrian Holovaty yazdı
Changed phone2numeric to use generator expressions instead of lambdas
-
Not Carl yazdı
-
Adrian Holovaty yazdı
Updated some antique references in "Is Django stable?"
-
Adrian Holovaty yazdı
Fixed typo: instanciating -> instantiating in django/views/generic/edit.py
-
Adrian Holovaty yazdı
-
Scott Klein yazdı
-
Tom Terrace yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Not Carl yazdı
-
Not Carl yazdı
-
Adrian Holovaty yazdı
-
Adrian Holovaty yazdı
-
Adrian Holovaty yazdı
-
Adrian Holovaty yazdı
-
Adrian Holovaty yazdı
-
- 27 Nis, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks saschwarz for the report, jeff@deserettechnology.com for the initial patch and Ramiro Morales for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17942 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 26 Nis, 2012 4 kayıt (commit)
-
-
Claude Paroz yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17941 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Claude Paroz yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17940 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Claude Paroz yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17939 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Claude Paroz yazdı
Fixed #18038 -- Removed the 'supports_inactive_user' backwards-compatibility flag. Thanks Aymeric Augustin for the initial patch and Ramiro Morales for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17938 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 25 Nis, 2012 2 kayıt (commit)
-
-
Claude Paroz yazdı
Fixed #18033 -- Removed function-based generic views, as per official deprecation timeline. Rest in peace! Thanks Anssi Kääriäinen for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17937 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Claude Paroz yazdı
Fixed #18060 -- Corrected the import path of an example in custom management commands docs. Thanks smuss for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17936 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 24 Nis, 2012 5 kayıt (commit)
-
-
Claude Paroz yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17935 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Claude Paroz yazdı
Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17934 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Anssi Kääriäinen yazdı
Thanks to Sylvain Lebon for the report, krzysiumed for the patch and charettes and claudep for reviews. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17933 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Anssi Kääriäinen yazdı
Fixed #16961 -- Skipped resetting AUTO_INCREMENT fields for MySQL if the server version is greater than 5.0.12. This allows for much faster testing. Thanks to aigarius for the report and claudep and ramiro for review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17932 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Claude Paroz yazdı
Fixed #17954 -- Fixed dependency checking for test databases. Thanks Łukasz Rekucki for the report and the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17931 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-