- 21 Haz, 2013 4 kayıt (commit)
-
-
Tim Graham yazdı
Thanks claudep for the catch and bmispelon for the research.
-
James Bennett yazdı
-
Baptiste Mispelon yazdı
Thanks to ndokos for the report.
-
Oliver Beattie yazdı
Refactored override_settings to store the underlying settings._wrapped value seen at runtime, not instantiation time.
-
- 20 Haz, 2013 6 kayıt (commit)
-
-
Tim Graham yazdı
Thanks colinnkeenan@ for the report.
-
Simon Charette yazdı
This attribute is only allowed on inputs of type "text", "search", "url", "tel", "email", or "password". Thanks to yoyoma for the report and @bmispelon for the review.
-
Tim Graham yazdı
-
Harm Geerts yazdı
-
Baptiste Mispelon yazdı
-
Russell Keith-Magee yazdı
Thanks to kux for the report, and Russ Webber for the patch.
-
- 19 Haz, 2013 7 kayıt (commit)
-
-
Alex Gaynor yazdı
Itty bitty typo fix.
-
Christian Metts yazdı
"deletes" was missing it's last e.
-
Loic Bistuer yazdı
Thanks to Keryn Knight for the initial report and reviews, and to tomask for the original patch.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Fixed failing test on MySQL since c86a9b63
-
Loic Bistuer yazdı
-
Baptiste Mispelon yazdı
-
- 18 Haz, 2013 10 kayıt (commit)
-
-
Florian Hahn yazdı
Thanks lsaffre for the report and simon29, vicould, and Florian Hahn for the patch. Some changes done by committer.
-
Aymeric Augustin yazdı
Fixed #6903 - Preserved admin changelist filters.
-
Loic Bistuer yazdı
-
Aymeric Augustin yazdı
Fixed #20079 -- Improved security of password reset tokens
-
Erik Romijn yazdı
-
Erik Romijn yazdı
-
Baptiste Mispelon yazdı
-
Loic Bistuer yazdı
-
Loic Bistuer yazdı
Refactored ValidationError to allow persisting error params and error codes as the exception bubbles up
-
Aymeric Augustin yazdı
-
- 17 Haz, 2013 2 kayıt (commit)
-
-
Baptiste Mispelon yazdı
-
Baptiste Darthenay yazdı
-
- 16 Haz, 2013 2 kayıt (commit)
-
-
Baptiste Mispelon yazdı
Thanks to frog32 for the report and to Tim Graham for the review.
-
Anssi Kääriäinen yazdı
There were a couple of places which used Query.join() directly. By using setup_joins() in these places the code is more DRY, and in addition there is no need to directly call field.get_joining_columns() unless the field is the given join_field from get_path_info(). This makes it easier to make sure a ForeignObject subclass generates joins correctly in all cases.
-
- 15 Haz, 2013 5 kayıt (commit)
-
-
Daniel Lindsley yazdı
-
Claude Paroz yazdı
Thanks batisteo for the report.
-
Claude Paroz yazdı
Refs #20599.
-
Jaap Roes yazdı
The _load_library method on BasePasswordHasher turns ImportErrors into ValueErrors, this masks ImportErrors in the algorithm library. Changed it to a clearer worded error message that includes the ImportError string.
-
Tim Graham yazdı
Thanks Chris Lasher for the report.
-
- 14 Haz, 2013 4 kayıt (commit)
-
-
Daniel Lindsley yazdı
-
Aymeric Augustin yazdı
By avoiding to run syncdb with the full set of test models. Thanks Anssi for the idea.
-
Marc Tamlyn yazdı
Fixed #20565 -- Added template examples for GCBV.
-
Marc Tamlyn yazdı
Fixed #20598 -- Add new HTTP status codes defined in rfc6585
-