summaryrefslogtreecommitdiff
path: root/tests/schema/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33125 -- Avoided redundant unique constraint when converting a non-uni...Jordan Bae2021-09-281-0/+7
* Fixed #33080 -- Preserved nullability of textual fields on Oracle.Mariusz Felisiak2021-09-011-0/+21
* Fixed typo in tests/schema/tests.py docstrings.Mariusz Felisiak2021-09-011-2/+2
* Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.David Smith2021-07-271-13/+0
* Fixed #32832 -- Fixed adding BLOB/TEXT nullable field with default on MySQL 8...Mariusz Felisiak2021-06-101-0/+27
* Refs #32779 -- Changed DatabaseSchemaEditor._unique_sql()/_create_unique_sql(...Hannes Ljungberg2021-05-281-1/+1
* Fixed #32777 -- Passed table reference as a string to DatabaseSchemaEditor._i...Hannes Ljungberg2021-05-241-0/+16
* Fixed #32503 -- Fixed altering BLOB/TEXT field to non-nullable with default o...Yuekui Li2021-05-211-0/+9
* Fixed isolation of test_rename_table_renames_deferred_sql_references().Mariusz Felisiak2021-04-261-4/+8
* Fixed #30916 -- Added support for functional unique constraints.Hannes Ljungberg2021-02-231-0/+240
* Fixed #32425 -- Fixed adding nullable field with default on MySQL.Jordan Bae2021-02-091-0/+27
* Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg2021-01-131-4/+371
* Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani2020-12-101-16/+0
* Refs #32120 -- Fixed test_add_inline_fk_index_update_data for DatabaseFeature...Tim Graham2020-11-131-6/+1
* Made small readability improvements.Martin Thoma2020-10-281-1/+1
* Fixed #32120 -- Added DatabaseFeatures.indexes_foreign_keys.Tim Graham2020-10-201-6/+27
* Fixed #25253 -- Made AlterField operation a noop when changing attributes tha...Çağıl Uluşahin2020-10-151-0/+29
* Fixed #32073 -- Skipped collation tests on PostgreSQL < 10.Mariusz Felisiak2020-10-061-5/+18
* Fixed #31777 -- Added support for database collations to Char/TextFields.Tom Carrick2020-09-211-0/+152
* Fixed #24533 -- Dropped PostgreSQL sequence and Oracle identity when migratin...Tim Graham2020-08-241-0/+5
* Added assertions for the results of migrating an integer pk to AutoField.Tim Graham2020-08-241-0/+28
* Fixed #31888 -- Avoided module-level MySQL queries in tests.Ahmad A. Hussein2020-08-171-13/+13
* Fixed #31805 -- Fixed SchemaTests.tearDown() when table names are case-insens...Mariusz Felisiak2020-07-221-0/+4
* Fixed #31797 -- Skipped schema tests on specific MariaDB versions.Mariusz Felisiak2020-07-221-1/+13
* Fixed #31735 -- Fixed migrations crash on namespaced inline FK addition on Po...Simon Charette2020-06-241-0/+29
* Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.Hannes Ljungberg2020-06-041-0/+1
* Refs #31630 -- Added CharField and IntegerField to DatabaseFeatures.introspec...Tim Graham2020-06-041-19/+19
* Fixed #31630 -- Replaced introspection features with DatabaseFeatures.introsp...Hasan Ramezani2020-06-041-1/+1
* Corrected typo in test docstring.Jon Dufresne2020-02-201-1/+1
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-13/+7
* Fixed #31106 -- Fixed migrations crash on PostgreSQL 10+ when adding FK const...Mariusz Felisiak2019-12-231-0/+37
* Used more specific unittest assertions in tests.Nick Pope2019-10-291-10/+10
* Refs #28816 -- Prevented silencing data loss when decreasing CharField.max_le...Hasan Ramezani2019-10-171-0/+48
* Fixed #30800 -- Fixed migrations crash when altering a field with custom db_t...Mariusz Felisiak2019-09-251-0/+20
* Refs #27338 -- Added tests for altering CharField with primary_key=True to Au...Mariusz Felisiak2019-09-111-0/+18
* Made SchemaTests.test_alter_db_table_case run only on backends where table na...Hasan Ramezani2019-09-051-0/+1
* Fixed typos in test names and a comment.Min ho Kim2019-08-231-1/+1
* Fixed #30661 -- Added models.SmallAutoField.Nick Pope2019-08-021-1/+46
* Refs #30664 -- Fixed migrations crash when altering AutoField/BigAutoField wi...Mariusz Felisiak2019-08-011-0/+20
* Fixed #30664 -- Fixed migrations crash when altering table on SQLite or alter...Ngalim Siregar2019-08-011-0/+18
* Fixed #30593 -- Added support for check constraints on MariaDB 10.2+.Hasan Ramezani2019-07-191-2/+2
* Changed django.db.models.indexes.Index imports to django.db.models.Index.Mariusz Felisiak2019-07-081-2/+1
* Fixed #28816 -- Prevented silencing data loss when decreasing CharField.max_l...Hasan Ramezani2019-05-211-0/+16
* Fixed #30266 -- Kept a sequence owner when altering an AutoField/BigAutoField...Dolan Antenucci2019-04-081-0/+23
* Refs #30172 -- Prevented removing a model Meta's index/unique_together from r...Paveł Tyślacki2019-03-171-4/+93
* Refs #30172 -- Prevented removing a field's check or unique constraint from r...Paveł Tyślacki2019-03-171-4/+100
* Fixed #30183 -- Added introspection of inline SQLite constraints.Paveł Tyślacki2019-03-131-2/+10
* Fixed #30108 -- Allowed adding foreign key constraints in the same statement ...Dan Tao2019-01-291-0/+21
* Fixed #30060 -- Moved SQL generation for indexes and constraints to SchemaEdi...Paveł Tyślacki2019-01-011-13/+7
* Refs #30033 -- Fixed schema's test_m2m_rename_field_in_target_model test fail...Tim Graham2018-12-261-7/+8