summaryrefslogtreecommitdiff
path: root/tests/schema
AgeCommit message (Expand)Author
2020-07-22[3.0.x] Fixed #31805 -- Fixed SchemaTests.tearDown() when table names are cas...Mariusz Felisiak
2020-07-22[3.0.x] Fixed #31797 -- Skipped schema tests on specific MariaDB versions.Mariusz Felisiak
2020-06-24[3.0.x] Fixed #31735 -- Fixed migrations crash on namespaced inline FK additi...Simon Charette
2019-12-23[3.0.x] Fixed #31106 -- Fixed migrations crash on PostgreSQL 10+ when adding ...Mariusz Felisiak
2019-09-25[3.0.x] Fixed #30800 -- Fixed migrations crash when altering a field with cus...Mariusz Felisiak
2019-09-05Made SchemaTests.test_alter_db_table_case run only on backends where table na...Hasan Ramezani
2019-08-23Fixed typos in test names and a comment.Min ho Kim
2019-08-02Fixed #30661 -- Added models.SmallAutoField.Nick Pope
2019-08-01Refs #30664 -- Fixed migrations crash when altering AutoField/BigAutoField wi...Mariusz Felisiak
2019-08-01Fixed #30664 -- Fixed migrations crash when altering table on SQLite or alter...Ngalim Siregar
2019-07-19Fixed #30593 -- Added support for check constraints on MariaDB 10.2+.Hasan Ramezani
2019-07-08Changed django.db.models.indexes.Index imports to django.db.models.Index.Mariusz Felisiak
2019-05-21Fixed #28816 -- Prevented silencing data loss when decreasing CharField.max_l...Hasan Ramezani
2019-04-08Fixed #30266 -- Kept a sequence owner when altering an AutoField/BigAutoField...Dolan Antenucci
2019-03-17Refs #30172 -- Prevented removing a model Meta's index/unique_together from r...Paveł Tyślacki
2019-03-17Refs #30172 -- Prevented removing a field's check or unique constraint from r...Paveł Tyślacki
2019-03-13Fixed #30183 -- Added introspection of inline SQLite constraints.Paveł Tyślacki
2019-01-29Fixed #30108 -- Allowed adding foreign key constraints in the same statement ...Dan Tao
2019-01-01Fixed #30060 -- Moved SQL generation for indexes and constraints to SchemaEdi...Paveł Tyślacki
2018-12-26Refs #30033 -- Fixed schema's test_m2m_rename_field_in_target_model test fail...Tim Graham
2018-11-21Fixed #29949 -- Refactored db introspection identifier converters.Mariusz Felisiak
2018-11-13Refs #29641 -- Refactored database schema constraint creation.Simon Charette
2018-10-29Fixed #29547 -- Added support for partial indexes.Mads Jensen
2018-09-25Fixed #29778 -- Fixed quoting of unique index names.Oleg
2018-06-17Fixed #29496 -- Fixed crash on Oracle when converting a non-unique field to p...Mariusz Felisiak
2018-05-07Replaced django.test.utils.patch_logger() with assertLogs().Claude Paroz
2018-04-12Fixed schema test failure when running tests in reverse.Tim Graham
2018-04-11Fixed #29193 -- Prevented unnecessary foreign key drops when altering a uniqu...Jeremy Bowman
2018-04-11Tested altering a unique field when a reverse M2M relation exists.Jeremy Bowman
2018-03-20Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than Nu...Tim Graham
2018-03-17Fixed #29103 -- Removed bad 'b'-prefix added by MySQL's SchemaEditor.quote_va...Claude Paroz
2018-03-14Moved SchemaLoggingTest to tests/schema.Tim Graham
2018-01-13Fixed #28542 -- Fixed deletion of primary key constraint if the new field is ...Tim Martin
2018-01-02Refs #28930 -- Simplified schemas test with any().Tim Graham
2017-12-22Fixed #28884 -- Fixed crash on SQLite when renaming a field in a model refere...Simon Charette
2017-12-06Fixed #28893 -- Removed unnecessary dict.items() calls.Tim Graham
2017-12-05Refs #28876 -- Fixed incorrect foreign key constraint name for models with qu...Mariusz Felisiak
2017-12-01Fixed #28849 -- Fixed referenced table and column rename on SQLite.Simon Charette
2017-11-14Fixed #28792 -- Fixed index name truncation of namespaced tables.Simon Charette
2017-09-25Fixed #28552 -- Dropped support for MySQL 5.5.Tim Graham
2017-09-06Refs #23919 -- Replaced usage of django.utils.functional.curry() with functoo...Sergey Fedoseev
2017-07-11Fixed #14204 -- Enforced SQLite foreign key constraints.Claude Paroz
2017-06-22Fixed #28298 -- Prevented a primary key alteration from adding a foreign key ...Josh Schneier
2017-06-21Refs #25530 -- Deleted deferred SQL references on delete operation.Simon Charette
2017-06-21Refs #25530 -- Renamed deferred SQL references on rename operation.Simon Charette
2017-06-20Refs #25530 -- Changed _create_index_name to take a table as first parameter.Simon Charette
2017-06-01Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne
2017-06-01Fixed #26682 -- Added support for Oracle identity columns.Mariusz Felisiak
2017-05-24Simplified schema.tests with assertForeignKeyExists()/assertForeignKeyNotExis...Mariusz Felisiak
2017-05-24Fixed #27860 -- Dropped varchar_pattern_ops/text_pattern_ops index before alt...Mariusz Felisiak