summaryrefslogtreecommitdiff
path: root/tests/schema
AgeCommit message (Expand)Author
2022-02-08[4.0.x] Refs #33476 -- Refactored code to strictly match 88 characters line l...Mariusz Felisiak
2022-02-08[4.0.x] Refs #33476 -- Reformatted code with Black.django-bot
2021-09-01Fixed #33080 -- Preserved nullability of textual fields on Oracle.Mariusz Felisiak
2021-09-01Fixed typo in tests/schema/tests.py docstrings.Mariusz Felisiak
2021-07-27Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.David Smith
2021-07-15Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.db....Daniyal
2021-06-10Fixed #32832 -- Fixed adding BLOB/TEXT nullable field with default on MySQL 8...Mariusz Felisiak
2021-05-28Fixed #32676 -- Prevented migrations from rendering related field attributes ...David Wobrock
2021-05-28Refs #32779 -- Changed DatabaseSchemaEditor._unique_sql()/_create_unique_sql(...Hannes Ljungberg
2021-05-24Fixed #32777 -- Passed table reference as a string to DatabaseSchemaEditor._i...Hannes Ljungberg
2021-05-21Fixed #32503 -- Fixed altering BLOB/TEXT field to non-nullable with default o...Yuekui Li
2021-04-26Fixed isolation of test_rename_table_renames_deferred_sql_references().Mariusz Felisiak
2021-02-23Fixed #30916 -- Added support for functional unique constraints.Hannes Ljungberg
2021-02-09Fixed #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