- 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 27 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.
-
Rodolfo Carvalho yazdı
-
Rodolfo Carvalho yazdı
-
Aaron France yazdı
Flatten a level of sublists before checking for duplicate fields. When given sublists such as: ```python class FooAdmin(admin.ModelAdmin): fields = ('one', ('one', 'two')) ``` The previous code did not correctly detect the duplicated 'one' field. Thanks to jwa for the report.
-
Rodolfo Carvalho yazdı
-
Tim Graham yazdı
Thanks apollo13: "reverse() shouldn't know about absolute/relative paths."
-
Rodolfo Carvalho yazdı
-
Florian Apolloner yazdı
Change analyse (British) to analyze (American).
-
Michal Prusek yazdı
-
Rodolfo Carvalho yazdı
-
djendrju yazdı
-
Tim Graham yazdı
-
Anton Baklanov yazdı
Now AddField actions appear in operations list before AlterUniqueTogether actions. Thanks to SmileyChris for the report.
-
Klemens Mantzos yazdı
Thanks Klemens Mantzos for the report and initial patch.
-
- 14 Şub, 2014 5 kayıt (commit)
-
-
Lukasz Balcerzak yazdı
Thanks leahculver for the suggestion and Erik Romijn, Simon Charette, and Marc Tamlyn for the reviews.
-
Antoine Catton yazdı
This fixes redirecting to relative URLs with django.shortcuts.redirect.
-
Alasdair Nicol yazdı
-
Loic Bistuer yazdı
Thanks selwin for the suggestion.
-
Simon Meers yazdı
-
- 13 Şub, 2014 2 kayıt (commit)
-
-
Bas Peschier yazdı
Commit 4523fcd6 introduces _actions_icnt to the local scope, which overrides the value set in the HTML. The admin would incorrectly show selected rows in a change list as "1 of undefined selected".
-
Florian Apolloner yazdı
-