summaryrefslogtreecommitdiff
path: root/tests/migrations
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #33509 -- Added "(no-op)" to sqlmigrate output for operations without S...Adam Johnson2022-04-213-1/+51
* Refs #33509 -- Made sqlmigrate tests stricter and improved isolation.Adam Johnson2022-04-211-78/+109
* Fixed tests on databases that don't support introspecting foreign keys.Mariusz Felisiak2022-04-131-0/+2
* Fixed #33605 -- Fixed migration crash when altering RegexValidator to pre-com...Brian Helba2022-04-041-0/+31
* Refs #32365 -- Deprecated django.utils.timezone.utc.Carlton Gibson2022-03-291-2/+5
* Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson2022-03-241-1/+1
* Refs #32365 -- Made migration writer use datetime.timezone.utc.Carlton Gibson2022-03-231-10/+11
* Fixed #33572 -- Implemented CreateModel/AlterModelManagers reduction.Adam Johnson2022-03-111-0/+24
* Refs #33476 -- Added warning to optimizemigration/squashmigrations commands w...Mariusz Felisiak2022-02-231-8/+21
* Fixed #27844 -- Added optimizemigration management command.David Wobrock2022-02-223-0/+210
* Fixed #33515 -- Prevented recreation of migration for ManyToManyField to lowe...Mariusz Felisiak2022-02-161-0/+25
* Refs #33476 -- Made management commands use black.Carlton Gibson2022-02-111-6/+30
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-078-61/+129
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-07112-5281/+9359
* Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak2022-02-032-24/+11
* Fixed #33480 -- Fixed makemigrations crash when renaming field of renamed model.Kirill Safronov2022-02-011-0/+20
* Fixed #33462 -- Fixed migration crash when altering type of primary key with ...Mariusz Felisiak2022-01-271-0/+67
* Fixed #26760 -- Added --prune option to migrate command.Jacob Walls2022-01-213-0/+107
* Fixed #33449 -- Fixed makemigrations crash on models without Meta.order_with_...Fabian Büchler2022-01-211-0/+38
* Fixed #29026 -- Added --scriptable option to makemigrations.Jacob Walls2022-01-101-0/+41
* Fixed #33216 -- Simpilified deconstructed paths for some expressions.Allen Jonathan David2022-01-071-0/+27
* Fixed #33402 -- Optimized multiple AlterFooTogether operations.David Wobrock2022-01-041-31/+7
* Refs #29026 -- Allowed customizing InteractiveMigrationQuestioner's prompt de...Jacob Walls2022-01-032-42/+46
* Fixed #23273 -- Avoided creation of django_migrations table when there are no...Jacob Walls2021-12-301-0/+11
* Refs #22983 -- Added tests for squashing migrations with functions from migra...Mariusz Felisiak2021-12-274-0/+66
* Removed a Python error message dependency in test_questioner_no_default_bad_u...Jacob Walls2021-12-201-1/+1
* Increased test coverage of django.db.migrations.questioner.Jacob Walls2021-12-202-6/+101
* Fixed #33366 -- Fixed case handling with swappable setting detection in migra...Simon Charette2021-12-171-0/+16
* Fixed #33305 -- Fixed autodetector crash for ForeignKey with hardcoded "to" a...Baptiste Mispelon2021-11-221-0/+22
* Fixed #33234 -- Fixed autodetector crash for proxy models inheriting from non...Mariusz Felisiak2021-11-021-0/+23
* Fixed #33246 -- Made squashmigrations raise CommandError when squashed_name a...andrewdotn2021-11-021-0/+9
* Fixed #33201 -- Made RenameModel operation a noop for models with db_table.Iuri de Silvio2021-10-271-0/+22
* Corrected AutodetectorTests.test_rename_field_and_foo_together()'s docstring.Mariusz Felisiak2021-10-261-3/+1
* Fixed #31503 -- Made autodetector remove unique/index_together before alterin...David Wobrock2021-10-251-12/+135
* Fixed #33197 -- Made field rename with prior matching db_column change a noop.Simon Charette2021-10-191-10/+16
* Fixed #33194 -- Fixed migrations when altering a field with functional indexe...Hannes Ljungberg2021-10-181-0/+39
* Fixed #23953 -- Made makemigrations continue number sequence for squashed mig...Jacob Walls2021-10-152-0/+21
* Refs #23953 -- Added MigrationAutodetector.parse_number() tests.Jacob Walls2021-10-151-0/+14
* Fixed #29470 -- Logged makemigrations automatic decisions in non-interactive ...Jacob Walls2021-10-121-4/+22
* Refs #29470 -- Added makemigrations test for adding fields with no default an...Jacob Walls2021-10-121-0/+15
* Fixed #33022 -- Fixed isolation of migrations.test_executor.ExecutorTests.tes...Mariusz Felisiak2021-10-081-26/+34
* Fixed #23408 -- Added migrations questioner prompt for adding unique fields w...Jacob Walls2021-10-061-0/+53
* Refs #33119 -- Added tests for changing model name case referenced by ManyToM...AliGhotbizadeh2021-09-201-0/+13
* Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson2021-09-161-0/+26
* Fixed #33057 -- Fixed recreation of foreign key constraints in m2m tables whe...Mariusz Felisiak2021-08-311-0/+22
* Fixed #24900 -- Allowed migrating backward to squashed migrations.Jacob Walls2021-08-302-0/+37
* Refs #24900 -- Added MigrationLoader test for applying squashed migrations.Jacob Walls2021-08-301-0/+21
* Fixed #32900 -- Improved migrations questioner prompts.Mateo Radman2021-08-271-23/+30
* Refs #32900 -- Added makemigrations tests for messages in interactive mode.Mateo Radman2021-08-271-0/+111
* Refs #32900 -- Added test for ignoring the default value in InteractiveMigrat...Mateo Radman2021-08-271-0/+8