| Age | Commit message (Collapse) | Author |
|
Added back after 607970f31cc07c317f2ebb684c8f3ccc36a95b3e.
Backport of 8dcd43ce06b06cd67dab134099135d976ae9884a from master
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It was needed to pass tests because registered checks weren't properly mocked.
|
|
|
|
Django's test runners no longer discover doctests.
|
|
|
|
|
|
a tuple.
Regression in 17e661641ddaf8266e7430d83cfb2039abc55df7
|
|
|
|
|
|
|
|
It's only needed to workaround a bug on Python 2.
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also used ALLOWED_HOSTS to check for external hosts in assertRedirects().
|
|
|
|
|
|
|
|
Thanks Akshesh Doshi for the initial patch and Tim Graham for the review
|
|
Thanks Carl Meyer, Claude Paroz, and Simon Charette for review.
|
|
Thanks to Tim for the review.
|
|
Thanks to Tim for the review.
|
|
Thanks to Tim Graham for the review.
|
|
trailing whitespace.
Thanks Jacek Bzdak for indepdently contributing a similar fix.
|
|
|
|
Moved the lookup in Field.swappable_setting to Apps, and added
an lru_cache to cache the results.
Refs #24743
Thanks Marten Kenbeek for the initial work on the patch. Thanks Aymeric
Augustin and Tim Graham for the review.
|
|
Thanks Carl Meyer for review.
|
|
Tests were using an undocumented keyword argument for easily overriding
script prefix while reversing. This is now changed into a test utility
which can be used as decorator or context manager.
|
|
|
|
Specifically in rendering shortcuts, template responses, and class-based
views that return template responses.
Also added a test for render_to_response(status=...) which was missing
from fdbfc980.
Thanks Tim and Carl for the review.
|
|
|
|
And removed Ignore*DeprecationWarningsMixin, now obsolete.
Thanks Berker Peksag and Tim Graham for the review.
|
|
|