summaryrefslogtreecommitdiff
path: root/tests/migrations/test_migrations
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-012-2/+0
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-11/+9
* Fixed #28152 -- Made migrations serialize sets as set literals rather than se...Jon Dufresne2017-05-181-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-182-6/+0
* Fixed #26117 -- Consulted database routers in initial migration detection.Scott Sexton2016-02-251-4/+5
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-1/+1
* Fixed #24375 -- Added Migration.initial attributeAndrei Kulakov2015-07-131-0/+2
* Fixed #22881 -- Better soft_applied migration detectionChris Beaven2014-06-231-1/+6
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-152-2/+2
* Fixed #22350 -- Consistently serialize bytes and text in migrations.Simon Charette2014-04-132-0/+6
* Fixed #21142: Dependency failures on unmigrated apps.Andrew Godwin2014-01-081-1/+3
* Whitespace cleanup.Tim Graham2013-10-101-2/+2
* Add tests for the migrate command and fix a bug they exposedAndrew Godwin2013-07-251-1/+1
* First stab at some migration creation commandsAndrew Godwin2013-06-193-0/+51