Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/migrations/test_migrations_squashed
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-282-2/+2
| | | | on_delete for ForeignKey/OneToOneField
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-153-3/+3
|
* Fixed #22350 -- Consistently serialize bytes and text in ↵Simon Charette2014-04-143-0/+9
| | | | | | migrations. Thanks to @treyhunner and Loïc for their suggestions and review.
* Fix migration planner to fully understand squashed ↵Andrew Godwin2013-10-234-0/+83
migrations. And test.