- 28 Mar, 2013 11 kayıt (commit)
-
-
Jacob Kaplan-Moss yazdı
-
Claude Paroz yazdı
Queries can contain binary data undecodable with utf-8. In this case, using the 'replace' errors mode when decoding seems like an acceptable representation of the query. Thanks Marcel Ryser for the report.
-
Alex Gaynor yazdı
Fixed spelling errors
-
Gavin Wahl yazdı
-
Jacob Kaplan-Moss yazdı
Fixed spelling of "consistent" in admin/options.py
-
Rocky Meza yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks to Yhal Htet Aung for the translation work.
-
Claude Paroz yazdı
Thanks to Xwybylty Soslan for the translation work.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Polish, Telugu, Georgian, Azerbaijani, Norwegian Bokmål, Basque, Dutch, Thai, Spanish (Argentina), Afrikaans.
-
- 27 Mar, 2013 7 kayıt (commit)
-
-
Jacob Kaplan-Moss yazdı
This is a fix to the wrong behavior that 15c3906e introduced.
-
Andreas yazdı
-
Jacob Kaplan-Moss yazdı
Fixed logging-related test failure introduced by e79b857a.
-
Jacob Kaplan-Moss yazdı
-
Jacob Kaplan-Moss yazdı
Fixed #20078: don't allow filtering on password in the user admin.
-
Jacob Kaplan-Moss yazdı
-
Jacob Kaplan-Moss yazdı
-
- 26 Mar, 2013 8 kayıt (commit)
-
-
Claude Paroz yazdı
Refs #3485.
-
Donald Stufft yazdı
-
Donald Stufft yazdı
Fixed #20138 -- Added BCryptSHA256PasswordHasher
-
Donald Stufft yazdı
-
Donald Stufft yazdı
BCryptSHA256PasswordHasher pre-hashes the users password using SHA256 to prevent the 72 byte truncation inherient in the BCrypt algorithm.
-
Anssi Kääriäinen yazdı
-
Adam Wentz yazdı
Updated LogEntry.get_admin_url to use 'reverse' instead of a hard-coded path.
-
Ramiro Morales yazdı
-
- 25 Mar, 2013 6 kayıt (commit)
-
-
Claude Paroz yazdı
In any case, setting those variables to non-ascii utf-8 bytestrings is now considered a programming error.
-
Andrew Jesaitis yazdı
The function removeChildren is a general utility that other functions might want to use. Fixes #4120. Thanks arvin for the initial patch.
-
Andrew Jesaitis yazdı
The cancelEventPropagation function is a general utility function that can be reused by other widgets. Refs #4120.
-
Andrew Jesaitis yazdı
The function quickElement in calendar.js is a duplicate of the quickElement function in core.js. Refs #4120.
-
Preston Holmes yazdı
Also don't compete with -W CLI option. Thanks to Aymeric Augustin for the catch, and Claude Paroz for the patch.
-
Simon Charette yazdı
Fixed #20117 -- Added missing translation override to fix flatpages test.
-
- 24 Mar, 2013 8 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
Refs #19385
-
Jannis Leidel yazdı
Fixed #19541 -- Fixed BaseHandler to enable reversing URLs in response middlewares...
-
Loic Bistuer yazdı
and streamed responses with respect to per-request urlconf.
-
Anssi Kääriäinen yazdı
This is a regression fix to multicolumn joins. Refs #19385.
-
Tim Graham yazdı
Fixed signature of HttpResponse.set_signed_cookie in docs.
-
Tim Graham yazdı
-
Aymeric Augustin yazdı
-
Anssi Kääriäinen yazdı
-