- 20 Haz, 2013 1 kayıt (commit)
-
-
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 13 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
-
Marc Tamlyn yazdı
-
Baptiste Darthenay yazdı
Thanks to David Reitter for the report, and to Marc Tamlyn and Baptiste Mispelon for the review.
-
Anssi Kääriäinen yazdı
-
Anssi Kääriäinen yazdı
-
Florian Apolloner yazdı
-
Anssi Kääriäinen yazdı
The join used by select_related was incorrectly INNER when the query had an ORed filter for nullable join that was trimmed away. Fixed this by forcing the join type to LOUTER even when a join was trimmed away in ORed queries.
-
CHI Cheng yazdı
428, 429, 431 and 511
-
Marc Tamlyn yazdı
Thanks to @DrMeers for the report and @ludwigkraatz for the initial patch.
-
Wilfred Hughes yazdı
-