- 24 Şub, 2013 28 kayıt (commit)
-
-
Florian Apolloner yazdı
Thanks to Alan Lu for the report and the patch.
-
Jacob Kaplan-Moss yazdı
-
Zbigniew Siciarz yazdı
Thanks Paul Winkler for the initial patch. (Ref #18112).
-
Florian Apolloner yazdı
Fixed #19746 -- Allow deserialization of pk-less data
-
Aymeric Augustin yazdı
This was missing from f49e9a51.
-
Tomek Paczkowski yazdı
Introduced a public function django.core.cache.utils.make_template_fragment_key Thanks @chrismedrela for fruitful cooperation.
-
Joeri Bekker yazdı
-
Aymeric Augustin yazdı
Fixed #16302 -- Ensured contrib.comments is IPv6 capable.
-
Erik Romijn yazdı
Changed the ip_address field for Comment to GenericIPAddressField. Added instructions to the release notes on how to update the schema of existing databases.
-
Aymeric Augustin yazdı
-
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 12 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.
-