- 23 Şub, 2013 40 kayıt (commit)
-
-
Honza Kral yazdı
-
Honza Král yazdı
fixes #19263 - EmptyResultSet in subquery causes incorrect SQL
-
Marcin Biernat yazdı
-
Honza Král yazdı
Fixed #19609: admin Inlines doesn't display help_text for readonly fields
-
-
Honza Kral yazdı
-
Tomek Paczkowski yazdı
Made cached_property to behave as property when accessed via class.
-
Honza Král yazdı
Fixed #19526 - make regexes for css case insensitive
-
Aleksandra Sendecka yazdı
CSS specifications governs that syntax is case insensitive. This modifies CachedFilesMixin to support that.
-
Klaas van Schelven yazdı
Thanks facundo.olano at gmail.com for the report and thikonom for the initial patch.
-
Alex Gaynor yazdı
-
Tim Graham yazdı
Thanks wsmith323 for the patch.
-
Hernan Lozano yazdı
-
Honza Král yazdı
Fixes #18162 -- Specifying choices to Field overrides any form_class argument
-
Tim Graham yazdı
Thanks pydanny for the report and ptone for the patch.
-
Grzegorz Nosek yazdı
When iteration over a queryset raised an exception, the result cache remained initialized with an empty list, so subsequent iterations returned an empty list instead of raising an exception
-
Tim Graham yazdı
-
Honza Král yazdı
Fixes #17866: Vary: Accept-Language header when language prefix used
-
Tim Graham yazdı
Thanks almalki for the report.
-
Tim Graham yazdı
Thanks monkut for the report and wsmith323 for the patch.
-
Jacob Kaplan-Moss yazdı
Typo fixes, spell check, some more specifics where possible.
-
Łukasz Langa yazdı
-
Jacob Kaplan-Moss yazdı
Thanks to James for the first draft; I made a few changes (svn->git) and some supporting links, but mostly I added FIXME's.
-
Claude Paroz yazdı
Thanks ddavies at nomensa.com for the report and the patch and serdaroncode for reviewing the patch.
-
Honza Kral yazdı
-
Honza Král yazdı
Changed %r to %s in get_language_info error message
-
Tomek Paczkowski yazdı
-
Konrad Hałas yazdı
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
-
Claude Paroz yazdı
Thanks theaspect at gmail.com for the report and volrath for the patch.
-
Wiktor Kolodziej yazdı
Refactoring: field was renamed to field_name, since flatten_fieldsets returns field name, not field. Original patch from Marc Aymerich Gubern
-
Honza Král yazdı
Fixed #19854 -- Added test runner option to skip Selenium tests
-
Zbigniew Siciarz yazdı
-
Claude Paroz yazdı
-
Lennart Regebro yazdı
Thanks Kronuz for the report and the initial patch.
-
Honza Král yazdı
Fixed #19811 - Added language code fallback in get_language_info
-
Tim Graham yazdı
Updated example to use staticfiles static template tag, thanks reinout for the suggestion, refs #19675.
-
Honza Král yazdı
Fixed #18899 -- FileSystemStorage.save should support any file-like objects
-
Konrad Hałas yazdı
-