- 29 Mar, 2013 13 kayıt (commit)
-
-
Tim Graham yazdı
Thanks Jan Murre, Reinout van Rees and Wim Feijen, plus Remco Wendt for reviewing.
-
Tim Graham yazdı
Thanks James Pic.
-
Tim Graham yazdı
Thanks Russ and Susan Tan.
-
Tim Graham yazdı
Fixed #20150 -- Fixed an error in manager doc example
-
Carl Meyer yazdı
Before this change, if you had a global Django installation in /usr/local/, you might get a spurious warning when installing Django within a virtualenv. Thanks epicserve for the report and debugging help.
-
Nimesh Ghelani yazdı
-
Baptiste Mispelon yazdı
Ref #19689.
-
Simon Charette yazdı
Thanks to sane4ka.sh at gmail for the report!
-
Claude Paroz yazdı
Thanks rosarior for the report and the file proposal.
-
Claude Paroz yazdı
Fix #20158: invalid code in queryset_pickle test models.
-
Baptiste Mispelon yazdı
-
Tim Graham yazdı
Thanks Stefan Berder.
-
Tim Graham yazdı
Removed ambiguity regarding LANGUAGES setting
-
- 28 Mar, 2013 14 kayıt (commit)
-
-
ferhat elmas yazdı
-
Carl Meyer yazdı
-
Jacob Kaplan-Moss yazdı
-
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 6 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ı
-