- 18 May, 2013 40 kayıt (commit)
-
-
Tim Graham yazdı
Thanks wim@ for the suggestion and Nicolas Noé for the patch.
-
Donald Stufft yazdı
Fixes a Python 3.x regression introduced in a19e9d80
-
Łukasz Langa yazdı
-
Aymeric Augustin yazdı
Fixed #20142 -- Added error handling for fixture setup
-
Florian Apolloner yazdı
-
Łukasz Langa yazdı
-
Florian Apolloner yazdı
Thanks to maxbublis for the report and sergeykolosov for the patch.
-
Donald Stufft yazdı
-
Tim Graham yazdı
Fixed #20446 -- Documentation for SmallIntegerField does not clarify 'small'
-
Tim Graham yazdı
Thanks bmispelon for the suggestion and djangsters for the patch.
-
Erik Romijn yazdı
-
Donald Stufft yazdı
Allows for any iterable, not just lists or tuples, to be used as the inner item for a list of choices in a model.
-
Aymeric Augustin yazdı
Fixed #13285: populate_xheaders breaks caching
-
Filipa Andrade yazdı
TestCase._fixture_setup disables transactions so, in case of an error, cleanup is needed to re-enable transactions, otherwise following TransactionTestCase would fail.
-
Łukasz Langa yazdı
-
Erik Romijn yazdı
-
Aymeric Augustin yazdı
This mixin is useful whenever deprecating a large part of Django.
-
Olivier Sels yazdı
-
Aymeric Augustin yazdı
Fixed #18761 -- Added whitespace stripping to URLField and SlugField.
-
Deni Bertovic yazdı
-
Claude Paroz yazdı
-
Jorge Bastida yazdı
Removing a backend configured in AUTHENTICATION_BACKENDS should not raise an exception for existing sessions, but should make already logged-in users disconnect. Thanks Bradley Ayers for the report.
-
Donald Stufft yazdı
#20432: Fix for GroupAdmin test
-
Jacob Burch yazdı
Also, streamline the use of 0 and None between cache backends.
-
Florian Apolloner yazdı
Fixed argument order for localized_fields to ensure backwards compatibility
-
Aymeric Augustin yazdı
Fixed #19919: get_language_from_request() disregards en-us and en
-
Erik Romijn yazdı
-
Łukasz Langa yazdı
when matching Accept-Language
-
Claude Paroz yazdı
Thanks Stephane Benchimol for the report and the initial script and mfandreas for the patch.
-
Florian Apolloner yazdı
Fixed #13546 -- Easier handling of localize field options in ModelForm
-
Marc Tamlyn yazdı
Fixes #20235 - MultipleObjectMixin requires object_list in kwargs
-
Erik Romijn yazdı
-
Matthew Somerville yazdı
This is so MultipleObjectMixin can be used in the same way as SingleObjectMixin.
-
Aymeric Augustin yazdı
It can fail in hard-to-diagnose ways.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Fixed #20433: extracted catalog compilation code from view.
-
zyegfryed yazdı
-
Shai Berger yazdı
Made introspection always return a unicode as column name on Oracle. Thanks aaugustin for review and suggestion to use force_text().
-
Jacob Burch yazdı
The failure was triggered by a cache leak.
-
Jacob Burch yazdı
-