- 18 May, 2013 31 kayıt (commit)
-
-
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ı
-
Senko Rasic yazdı
Closes #9054. The bug itself is no longer present.
-
Aymeric Augustin yazdı
Thanks marktranchant, bmispelon, and alextreme.
-
Zbigniew Siciarz yazdı
-
Claude Paroz yazdı
Thanks srusskih for the report and Aymeric Augustin for the review.
-
Florian Apolloner yazdı
Thanks to edevil for the report and saz for the patch.
-
Baptiste Mispelon yazdı
Fix makemessage's --ignore patterns being applied to the full path instead of the file name. Thanks to nnseva for the report and the original patch.
-
Marc Tamlyn yazdı
Fixed some documentation on the MultiPartParser
-
Aymeric Augustin yazdı
This completes the removal of the distinction between core devs and specialists. Patch by Simon Meers.
-
- 17 May, 2013 9 kayıt (commit)
-
-
Eric Urban yazdı
-
Donald Stufft yazdı
-
Marc Tamlyn yazdı
-
Claude Paroz yazdı
This is fixing commit 4e70ad11. Thanks mattias at elements.nl for the report and Baptiste Mispelon for identifying the faulty commit.
-
Marc Tamlyn yazdı
-
Aymeric Augustin yazdı
Thanks Lennart Regebro for spotting that code.
-
Aymeric Augustin yazdı
Thanks Lennart Regebro for pointing it out.
-
Preston Holmes yazdı
refs #16319, thanks to bmispelon for the catch
-
Marc Tamlyn yazdı
-