| Age | Commit message (Collapse) | Author |
|
On Python 3, open() handles encodings.
|
|
|
|
FileBasedCacheTests.test_creates_cache_dir_if_nonexistent().
|
|
|
|
|
|
Support for returning tuples was undocumented and error prone.
|
|
|
|
DatabaseIntrospection.get_geometry_type() to the row description.
|
|
Fixed "ERROR: Step ‘Publish JUnit test result report’ failed: No test report
files were found. Configuration error?" on Jenkins because report files were
put in tests/postgres_tests.
|
|
Removed obsolete max_length handling for CharField that caused the issue.
Regression in a35d2a4510d5beec398b1007aaa26492d6aedf97.
|
|
|
|
|
|
in INSTALLED_APPS.
Regression in e192223ed996ed30fe83787efdfa7f2be6b1a2ee.
|
|
A recursive deconstruction is needed because comparing deconstructed
operations doesn't check field attributes. Fixed typo in failing test.
|
|
|
|
|
|
And changed related_query_name to a singular noun.
|
|
Regression in 24959e48d949a20be969f649ece3576dbc7ce422.
|
|
Regression in bc05547cd8c1dd511c6b6a6c873a1bc63417b111 (refs #28658).
|
|
|
|
|
|
|
|
Unused since 5d8da093a974f41e08573bbe0d32d5ffeaadd0ad.
|
|
|
|
Unused since 5d8da093a974f41e08573bbe0d32d5ffeaadd0ad.
|
|
|
|
Looks like an accidental carry over from the pre-existing
QuerySet.bulk_create documentation.
|
|
|
|
|
|
|
|
InlineModelAdmin.has_add_permission().
Per deprecation timeline.
|
|
Per deprecation timeline.
|
|
|
|
|
|
QuerySet.earliest() and latest().
Per deprecation timeline.
|
|
and Expression.convert_value().
Per deprecation timeline.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Appending pk is not necessary when a subset of the ordering expressions is
contained in a non-nullable unique contraint.
Related field ordering through lookups and related ordering introspection is
omitted for simplicitly purpose.
|
|
|
|
|
|
|
|
|