summaryrefslogtreecommitdiff
path: root/tests/migrations/test_migrations_squashed
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-013-3/+0
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-073-15/+10
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-183-9/+0
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-272-2/+2
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-153-3/+3
* Fixed #22350 -- Consistently serialize bytes and text in migrations.Simon Charette2014-04-133-0/+9
* Fix migration planner to fully understand squashed migrations. And test.Andrew Godwin2013-10-234-0/+83