| Age | Commit message (Collapse) | Author |
|
than one arg is raised.
Also removed usage of the problematic pattern elsewhere.
Regression in 6e55e1d88a5c4453e25f0caf7ffb68973de5c0ba.
Backport of 746caf3ef821dbf7588797cb2600fa81b9df9d1d from master
|
|
|
|
|
|
This reverts commit 550cb3a365dee4edfdd1563224d5304de2a57fda
because try/except performs better.
|
|
functools.partial()/partialmethod().
|
|
|
|
It was needed to pass tests because registered checks weren't properly mocked.
|
|
subTest.
|
|
|
|
|
|
so it's less likely to overflow.
TransactionTestCase.assertNumQueries() fails in an overflow situation.
|
|
|
|
Forwardport of 877d7b71ae952b3bc946e5187d6c23039a71614d from stable/1.11.x
|
|
Thanks Tim Graham for the test part.
|
|
|
|
conditional_content_removal() per RFC 7230.
|
|
Django's test runners no longer discover doctests.
|
|
|
|
argparse automatically sets the default value for store_true/false
arguments to its opposite.
|
|
A JSON Content-Type can contain further content, like charset for example.
|
|
|
|
a tuple.
Regression in 17e661641ddaf8266e7430d83cfb2039abc55df7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Literals are faster and more idiomatic.
|
|
|
|
|
|
It's only needed to workaround a bug on Python 2.
|
|
|
|
|
|
|
|
|
|
|
|
__ne__() defaults to the opposite of __eq__() on Python 3
when it doesn't return NotImplemented.
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
Per deprecation timeline.
|
|
Per deprecation timeline.
|
|
Thanks to Josh Smeaton for the idea of implementing server-side cursors
in PostgreSQL from the iterator method, and Anssi Kääriäinen and Kevin
Turner for their previous work. Also Simon Charette and Tim Graham for
review.
|
|
|