summaryrefslogtreecommitdiff
path: root/tests/schema
Commit message (Expand)AuthorAgeFilesLines
* Fixed #470 -- Added support for database defaults on fields.Ian Foote2023-05-121-0/+27
* Fixed #34505 -- Skipped varchar_pattern_ops/text_pattern_ops index creation w...Petter Friberg2023-04-211-0/+36
* Added SchemaTests._add_ci_collation() hook.Mariusz Felisiak2023-04-211-24/+17
* Refs #34320 -- Added skipIf for a test requiring check constraints.Tim Graham2023-02-241-0/+3
* Fixed #34320 -- Make sure constraints names are obtained from truncated colum...nabil-rady2023-02-151-0/+31
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Fixed #34304 -- Made MySQL's SchemaEditor.remove_constraint() don't create fo...sag᠎e2023-01-311-0/+31
* Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul2022-12-281-0/+201
* Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.Mariusz Felisiak2022-12-221-0/+32
* Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo2022-12-151-4/+4
* Fixed #34138 -- Avoided table rebuild when adding inline m2m fields on SQLite.Mariusz Felisiak2022-11-041-1/+18
* Refs #34058 -- Fixed changing/deleting sequences when altering pre-Django 4.1...Mariusz Felisiak2022-10-011-1/+17
* Fixed #34058 -- Changed sequence types when altering pre-Django 4.1 auto fiel...Mariusz Felisiak2022-09-291-0/+35
* Fixed #31335 -- Fixed removing composed composed Meta constraints/indexes on ...Sergey Fursov2022-09-131-0/+25
* Refs #31335 -- Added more tests for removing composed Meta constraints/indexe...Sergey Fursov2022-09-121-0/+43
* Fixed #33932 -- Fixed altering AutoFields to OneToOneField on PostgreSQL.Benoît Vinot2022-08-171-0/+26
* Fixed #33901 -- Skipped varchar_pattern_ops/text_pattern_ops index creation w...Haolun Chai2022-08-151-0/+36
* Fixed #33919 -- Fixed adding AutoFields on PostgreSQL.Mariusz Felisiak2022-08-121-0/+25
* Fixed #33899 -- Fixed migration crash when removing indexed field on SQLite 3...Fiza Ashraf2022-08-081-0/+11
* Fixed #33881 -- Added support for database collations to ArrayField(Char/Text...Mariusz Felisiak2022-08-021-0/+49
* Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.David Wobrock2022-07-121-1/+11
* Refs #27236 -- Moved models with Meta.index_together inside of test methods.David Wobrock2022-06-032-22/+21
* Fixed #25105 -- Checked deferred constraints before updating rows on PostgreSQL.David Wobrock2022-05-041-0/+32
* Refs #33671 -- Fixed migrations crash when adding collation to a primary key ...Mariusz Felisiak2022-04-291-0/+25
* Fixed #33670 -- Fixed altering primary key on SQLite.Mariusz Felisiak2022-04-291-0/+15
* Fixed #30511 -- Used identity columns instead of serials on PostgreSQL.Florian Apolloner2022-04-131-12/+2
* Fixed tests on databases that don't support introspecting foreign keys.Mariusz Felisiak2022-04-131-10/+34
* Fixed #33626 -- Cleared cache when unregistering a lookup.Himanshu-Balasamanta2022-04-121-10/+10
* Skipped SchemaTests.test_alter_field_type_and_db_collation on databases that ...Mariusz Felisiak2022-04-061-1/+3
* Fixed #33471 -- Made AlterField operation a noop when changing "choices".sarahboyce2022-04-061-0/+14
* Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson2022-03-241-2/+1
* Fixed #33256 -- Fixed schema test failures when using --keepdb.likecodingloveproblems2022-03-211-1/+9
* Added test for removing through model from ManyToManyField.Mariusz Felisiak2022-02-251-0/+35
* Refs #32502 -- Avoided table rebuild when removing fields on SQLite 3.35.5+.Mariusz Felisiak2022-02-111-0/+18
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-2/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-074-924/+1344
* Fixed #33408 -- Fixed adding nullable unique fields on SQLite.Mariusz Felisiak2022-01-041-0/+12
* Fixed #33358 -- Fixed handling timedelta < 1 day in schema operations on Oracle.mdalp2021-12-141-4/+44
* Refs #32502 -- Avoided table rebuild when adding fields with no default on SQ...Mariusz Felisiak2021-12-101-0/+9
* Removed unneeded @skipUnlessDBFeature('supports_combined_alters').Tim Graham2021-11-241-1/+0
* Refs #33288 -- Made SQLite introspection raise DatabaseError on nonexistent t...Simon Charette2021-11-151-3/+0
* 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
* Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.db....Daniyal2021-07-151-2/+4
* Fixed #32832 -- Fixed adding BLOB/TEXT nullable field with default on MySQL 8...Mariusz Felisiak2021-06-101-0/+27
* Fixed #32676 -- Prevented migrations from rendering related field attributes ...David Wobrock2021-05-281-1/+6
* 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