Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/migrations/test_migrations
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-1/+1
| | | | on_delete for ForeignKey/OneToOneField
* Fixed #24375 -- Added Migration.initial attributeAndrei Kulakov2015-07-131-0/+2
| | | | | | | The new attribute is checked when the `migrate --fake-initial` option is used. initial will be set to True for all initial migrations (this is particularly useful when initial migrations are split) as well as for squashed migrations.
* 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 ↵Simon Charette2014-04-142-0/+6
| | | | | | migrations. Thanks to @treyhunner and Loïc for their suggestions and review.
* Fixed #21142: Dependency failures on unmigrated apps.Andrew Godwin2014-01-081-1/+3
|
* Whitespace cleanup.Tim Graham2013-10-101-2/+2
| | | | | | | * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
* 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