Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/migrations/test_base.py
Commit message (Expand)AuthorAgeFilesLines
* Improved isolation of applied-migrations table in migrati...Carl Meyer2015-06-031-0/+6
* Made migrations tests write to a temporary directory.Aymeric Augustin2015-02-231-2/+50
* Fixed #23872 -- Removed sensitivity of migrations tests t...Carl Meyer2014-11-191-1/+5
* Called table_names instead of get_table_list in migrationsClaude Paroz2014-09-231-2/+2
* Fixed #22750, #22248: Model renaming now also alters fiel...Andrew Godwin2014-06-081-0/+14
* Ensure cursors are closed when no longer needed.Michael Manfre2014-02-021-14/+21
* Fix some small errors in the testsAndrew Godwin2013-08-231-2/+4
* Add tests for the migrate command and fix a bug they exposedAndrew Godwin2013-07-251-0/+39