| Age | Commit message (Collapse) | Author |
|
|
|
exist_ok=True).
|
|
|
|
other columns.
|
|
|
|
|
|
|
|
|
|
that adds a field.
|
|
Broken in 7785e03ba89aafbd949191f126361fb9103cb980.
|
|
|
|
|
|
|
|
catalog.
|
|
|
|
Some non-unique constraint names were added in
b69f8eb04cc8762d3dfd5af5ea1fc58e3f2ebcc3 which resulted in failures
depending on the order in which tests were run.
|
|
Used more specific errors (e.g. FileExistsError) as appropriate.
|
|
|
|
apps with migrations.
The addition of self.connection.check_constraints() in
7289874adceec46b5367ec3157cdd10c711253a0 is the cause.
|
|
|
|
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.
|
|
|
|
|
|
|