| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
It was barely documented without pointers at its defining location and
was abused to prevent misuse of the QuerySet field deferring feature.
|
|
It's never been documented and has always raised a NotImplementedError.
|
|
It accounts for differences seen on cockroachdb.
|
|
|
|
|
|
|
|
|
|
expressions on Oracle.
|
|
|
|
Follow up to bed4a1527b4f1f38c8b4f820de5591a52e62711d.
|
|
MigrateTests.test_migrate_fake_initial_case_insensitive() crash on Oracle.
|
|
case-insensitive.
Thanks Simon Charette for the review.
|
|
Use set() for iterables used only for containment checks. Simplify
column checks O(n) instead of O(2n).
Thanks Simon Charette for an idea.
|
|
for RangeFields.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
Thanks Simon Charette for the review.
|
|
This reverts commit 2f010795e690550c8c6f56b3924c0f629cacb33b.
|
|
Random failures depended on the current timestamp.
|
|
TokenGeneratorTest.test_timeout().
|
|
values to tuples.
Regression in 8a281aa7fe76a9da2284f943964a9413697cff1f.
|
|
|
|
|
|
the database optimization docs.
|
|
|
|
|
|
|
|
|
|
to access raw image data.
|
|
Moved site variables assignment outside of the loop.
|
|
|
|
Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
|
|
Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
|
|
|
|
RangeFields.
_get_FIELD_display() crashed when Field.choices was unhashable.
|
|
historical models bases.
Abstract models are removed from bases when generating historical model
state since 6436f1fad9ce51f18735106ac75aeea3d6d1f310.
|
|
|
|
|
|
|
|
|
|
|
|
docs.
Thanks Curtis Maloney for the original patch.
|
|
|
|
|
|
command-line client.
|
|
|
|
Test failure introduced in fbbff7f80870bc3e98de4a2fc9cd853949842fd0.
Windows uses a different error message when a non-path is passed to
os.path functions.
|
|
Unused since e651b3095c950627b1eed1527f2bb011ddad03de.
|