- 29 Nis, 2012 9 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
QuerySet had previously some complex logic for dealing with nullable fields in negated add_filter() calls. It seems the logic is leftover from a time where the WhereNode wasn't as intelligent in handling field__in=[] conditions. Thanks to aaugustin for comments on the patch.
-
Aymeric Augustin yazdı
This was a regression in Django 1.4. Thanks bronger for the report and claudep for the patch.
-
Aymeric Augustin yazdı
Following the move from SVN to git.
-
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 2 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
-