- 20 Şub, 2014 2 kayıt (commit)
-
-
Baptiste Mispelon yazdı
Due to a mixup between text and bytes, iteration over a File instance was broken under Python 3. Thanks to trac user pdewacht for the report and patch.
-
Claude Paroz yazdı
Thanks Igor Mitrenko for the report.
-
- 19 Şub, 2014 3 kayıt (commit)
-
-
Tim Graham yazdı
Thanks david-schultz at gmx.net for the suggestion.
-
Loic Bistuer yazdı
-
Baptiste Darthenay yazdı
Thanks to Objectivesea and Guttorm Flatabø (dittaeva)!
-
- 18 Şub, 2014 10 kayıt (commit)
-
-
Tim Graham yazdı
Thanks matklad for the report.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Dmitro yazdı
This provides better backwards compatibility for those constructing these objects manually. Refs #13721.
-
Claude Paroz yazdı
Instead of crashing with a CommandError, now a non-writable location of mo files will only make compilemessages complain and continue. Thanks Ramiro Morales for the review.
-
Claude Paroz yazdı
-
Baptiste Mispelon yazdı
-
Baptiste Mispelon yazdı
This option is not actually very useful in the general case because it doesn't override sys.stdin. It's still marginally useful for testing some features of the createsuperuser command so it was moved there. This commit also makes the detection of a TTY in createsuperuser a bit more robust, after a suggestion of appolo13.
-
Baptiste Mispelon yazdı
-
Claude Paroz yazdı
And without causing a circular import. Thanks Akis Kesoglou for the report.
-
- 17 Şub, 2014 5 kayıt (commit)
-
-
Artur Frysiak yazdı
Previously, doing so resulted in invalid data or crash. Thanks jtiai for the report and Karol Jochelson, Jakub Nowak, Loic Bistuer, and Baptiste Mispelon for reviews.
-
Baptiste Mispelon yazdı
Thanks to trac user galaxy4sale for the original report and to AeroNotix for the patch.
-
Baptiste Mispelon yazdı
-
Baptiste Mispelon yazdı
This makes testing certain features easier. Thanks to AeroNotix for the original patch.
-
Andrew Godwin yazdı
Fixed #22030 -- Don't assume that all fields have a swappable_setting at...
-
- 16 Şub, 2014 6 kayıt (commit)
-
-
MattBlack85 yazdı
With this pull request, request #878 should considered closed. Thanks to nvie for the patch.
-
Marek Wywiał yazdı
That method was introduced in 9db4271b. Refs #21765.
-
Grzegorz Rożniecki yazdı
-
Grzegorz Rożniecki yazdı
-
Zbigniew Siciarz yazdı
-
MattBlack85 yazdı
Thanks to lee for the report.
-
- 15 Şub, 2014 14 kayıt (commit)
-
-
Baptiste Mispelon yazdı
Refs #21765. Thanks to kezabelle for the quick report and to onjin for providing the patch.
-
Aleksander Budzinski yazdı
-
Zbigniew Siciarz yazdı
Thanks Marc Tamlyn for the suggestion.
-
Alex Gaynor yazdı
-
MattBlack85 yazdı
Thanks to nedbatchelder for the report.
-
Zbigniew Siciarz yazdı
-
Grzegorz Nosek yazdı
Commit 79558c78 cleaned up the (undocumented) interface of Resolver404 exception, which breaks compatibility with code messing with .args[0] directly. Revert the cleanup part and simply leave the fix itself.
-
Christopher Medrela yazdı
Thanks to mondone for fruitful colaboration.
-
Tim Graham yazdı
-
Aaron France yazdı
Thanks brycenesbitt for the report.
-
Marek Wywiał yazdı
-
chomik yazdı
Thanks to cjerdonek for the suggestion.
-
Grzegorz Nosek yazdı
When django.core.urlresolvers.resolve was called from a view, failed and the exception was propagated and rendered by technical_404_response, the URL mentioned on the page was the current URL instead of the URL passed to resolve(). Fixed by using the path attribute from the Resolver404 exception instead of request.path_info. Also cleaned up the exceptions to use standard named parameters instead of stuffing a dict in args[0]
-
Albert Wang yazdı
Thanks tunixman for the report and Baptiste Mispelon and Shai Berger for reviews.
-