Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/migrations/test_migrations/0001_initial.py
Commit message (Expand)AuthorAgeFilesLines
* 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-151-1/+1
* Fixed #22350 -- Consistently serialize bytes and text in ...Simon Charette2014-04-141-0/+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-191-0/+27