| Age | Commit message (Collapse) | Author |
|
Backport of 95b7699ffc4bdb32a504fccfd127f1b76a8a1d1c from master.
|
|
|
|
passed as data.
|
|
|
|
|
|
rather than integer.
|
|
their query strings.
|
|
|
|
The smart_str() call (now force_bytes()) added in
e73838b6ddcc7b37c03f9eee04fa6e6a283fedb3 is otherwise untested.
|
|
7bb627936034c1b9500a8d250cce75b30f980b23 is only tested in
django-contrib-comments.
|
|
|
|
|
|
arg is raised.
Also removed usage of the problematic pattern elsewhere.
Regression in 6e55e1d88a5c4453e25f0caf7ffb68973de5c0ba.
|
|
iter(dict) is equivalent to iter(dict.keys()).
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Federico Capoano for finishing the patch.
|
|
backend.
|
|
|
|
Also removed try/except/fail antipattern that hides exceptions.
|
|
Thanks Tim Graham for the review.
|
|
Also used ALLOWED_HOSTS to check for external hosts in assertRedirects().
|
|
|
|
|
|
Thanks Tim Graham for polishing the patch, updating the tests, and
writing documentation. Thanks Carl Meyer for shepherding the DEP.
|
|
Thanks iktyrrell for the patch.
|
|
client.
|
|
isn't in INSTALLED_APPS.
|
|
Thanks Trac alias master for the report and review.
|
|
|
|
|
|
|
|
|
|
|
|
Added an optional `backend` argument to login().
|
|
Thanks to Tim Graham for the review.
|
|
|
|
|
|
urlparse() fails with an AttributeError ("'__proxy__' object has no
attribute 'decode'") if reverse_lazy is used to look up the URL
(this is exactly the same problem that caused ticket #18776). The
solution is to use force_str() on the path before handing it to
urlparse().
|
|
|
|
|
|
|