summaryrefslogtreecommitdiff
path: root/tests/migrations/test_base.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #470 -- Added support for database defaults on fields.Ian Foote2023-05-121-0/+7
* Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul2022-12-281-0/+14
* Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.David Wobrock2022-07-121-1/+2
* Fixed #33413 -- Made migrations propage collations to related fields.David Wobrock2022-05-021-0/+10
* Fixed tests on databases that don't support introspecting foreign keys.Mariusz Felisiak2022-04-131-0/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-121/+183
* Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg2021-01-131-0/+18
* Removed hardcoded pks in migrations' test_alter_order_with_respect_to.Tim Graham2020-11-071-1/+1
* Fixed #29224 -- Fixed removing index_together indexes if exists unique_togeth...David Wobrock2020-04-231-1/+13
* Refs #31117 -- Made various tests properly handle unexpected databases aliases.Matthijs Kooijman2020-01-201-1/+1
* Used more specific unittest assertions in tests.Nick Pope2019-10-291-2/+2
* Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations...Mads Jensen2019-08-211-4/+3
* Moved migrations.test_operations.OperationTestBase to migrations.test_base.Mads Jensen2019-08-191-1/+149
* Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette2019-01-101-1/+1
* Fixed #11964 -- Added support for database check constraints.Ian Foote2018-07-101-0/+11
* Added multi_db=True to test cases that access the 'other' db connection.Tim Graham2017-02-101-0/+1
* Refs #23919 -- Replaced tempfile.mkdtemp() with TemporaryDirectory() context ...Chillar Anand2017-01-261-5/+1
* Removed unused variables that are overwritten.Mads Jensen2017-01-251-1/+1
* Fixed #26117 -- Consulted database routers in initial migration detection.Scott Sexton2016-02-251-26/+30
* Improved isolation of applied-migrations table in migration tests.Carl Meyer2015-06-021-0/+6
* Made migrations tests write to a temporary directory.Aymeric Augustin2015-02-231-2/+50
* Fixed #23872 -- Removed sensitivity of migrations tests to CWD.Carl Meyer2014-11-191-1/+5
* Called table_names instead of get_table_list in migrationsClaude Paroz2014-09-231-2/+2
* Fixed #22750, #22248: Model renaming now also alters field FKsAndrew Godwin2014-06-071-0/+14
* Ensure cursors are closed when no longer needed.Michael Manfre2014-02-021-14/+21
* Fix some small errors in the testsAndrew Godwin2013-08-231-2/+4
* Add tests for the migrate command and fix a bug they exposedAndrew Godwin2013-07-251-0/+39