summaryrefslogtreecommitdiff
path: root/tests/schema
AgeCommit message (Expand)Author
2021-06-10[3.2.x] Fixed #32832 -- Fixed adding BLOB/TEXT nullable field with default on...Mariusz Felisiak
2021-06-10[3.2.x] Fixed #32503 -- Fixed altering BLOB/TEXT field to non-nullable with d...Yuekui Li
2021-02-09[3.2.x] Fixed #32425 -- Fixed adding nullable field with default on MySQL.Jordan Bae
2021-01-13Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg
2020-12-10Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani
2020-11-13Refs #32120 -- Fixed test_add_inline_fk_index_update_data for DatabaseFeature...Tim Graham
2020-10-28Made small readability improvements.Martin Thoma
2020-10-20Fixed #32120 -- Added DatabaseFeatures.indexes_foreign_keys.Tim Graham
2020-10-15Fixed #25253 -- Made AlterField operation a noop when changing attributes tha...Çağıl Uluşahin
2020-10-06Fixed #32073 -- Skipped collation tests on PostgreSQL < 10.Mariusz Felisiak
2020-09-21Fixed #31777 -- Added support for database collations to Char/TextFields.Tom Carrick
2020-08-24Fixed #24533 -- Dropped PostgreSQL sequence and Oracle identity when migratin...Tim Graham
2020-08-24Added assertions for the results of migrating an integer pk to AutoField.Tim Graham
2020-08-17Fixed #31888 -- Avoided module-level MySQL queries in tests.Ahmad A. Hussein
2020-07-22Fixed #31805 -- Fixed SchemaTests.tearDown() when table names are case-insens...Mariusz Felisiak
2020-07-22Fixed #31797 -- Skipped schema tests on specific MariaDB versions.Mariusz Felisiak
2020-06-24Fixed #31735 -- Fixed migrations crash on namespaced inline FK addition on Po...Simon Charette
2020-06-04Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.Hannes Ljungberg
2020-06-04Refs #31630 -- Added CharField and IntegerField to DatabaseFeatures.introspec...Tim Graham
2020-06-04Fixed #31630 -- Replaced introspection features with DatabaseFeatures.introsp...Hasan Ramezani
2020-03-23Added missing Meta.apps to a schema model.Tim Graham
2020-02-20Corrected typo in test docstring.Jon Dufresne
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope
2019-12-23Fixed #31106 -- Fixed migrations crash on PostgreSQL 10+ when adding FK const...Mariusz Felisiak
2019-10-29Used more specific unittest assertions in tests.Nick Pope
2019-10-17Refs #28816 -- Prevented silencing data loss when decreasing CharField.max_le...Hasan Ramezani
2019-09-25Fixed #30800 -- Fixed migrations crash when altering a field with custom db_t...Mariusz Felisiak
2019-09-11Refs #27338 -- Added tests for altering CharField with primary_key=True to Au...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