- 24 Şub, 2013 18 kayıt (commit)
-
-
Bas Peschier yazdı
-
Honza Král yazdı
Fixed #11295: If ModelAdmin.queryset returns a filtered QS don't require a 2nd count call
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Wiktor Kolodziej yazdı
Original patch rewritten, added tests and get_filters_params method for ChangeList class. Thanks Alex for the report.
-
Florian Apolloner yazdı
-
Honza Král yazdı
Fixes #5568 -- DROP INDEX subcommand
-
Tomasz Rybak yazdı
Add documentation for new command in django-admin.
-
Honza Kral yazdı
This reverts commit 2b76f19f.
-
Tomasz Rybak yazdı
Change patch from https://code.djangoproject.com/ticket/5568 to work on modern Django. Add special case for MySQL which has different syntax for DROP INDEX. Add unit tests for the new functionality.
-
Honza Kral yazdı
-
George Song yazdı
-
Aymeric Augustin yazdı
Fixed #11971 -- Documented the serialization formats
-
Florian Apolloner yazdı
-
Horst Gutmann yazdı
-
Aymeric Augustin yazdı
This was missing from f49e9a51.
-
Preston Holmes yazdı
refs #19889
-
Carl Meyer yazdı
-
- 23 Şub, 2013 22 kayıt (commit)
-
-
Preston Holmes yazdı
Thanks to Ciantic for the report, claudep and slurms for initial work
-
Preston Holmes yazdı
This is ensured through the CSRF protection of the view
-
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.
-