Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/migrations/test_writer.py
Commit message (Expand)AuthorAgeFilesLines
...
* Removed BaseAppCache.app_store.Aymeric Augustin2013-12-171-13/+7
* Moved django.db.models.loading to django.apps.cache.Aymeric Augustin2013-12-171-1/+1
* Fixed #21275 -- Fixed a serializer error when generating ...Loic Bistuer2013-10-211-0/+14
* Added support for serializing class methods. - Refs #21290.Loic Bistuer2013-10-191-0/+2
* Fixed #21283 -- Added support for migrations if models is...Loic Bistuer2013-10-191-3/+27
* Made MigrationWriter look for a "deconstruct" attribute o...Loic Bistuer2013-09-101-0/+4
* Fixed #21037 -- Made MigrationWriter raise a ValueError w...Loic Bistuer2013-09-071-0/+3
* Fixed #21008 -- Made MigrationWriter handle Promise objects.Loic Bistuer2013-09-011-0/+2
* Removed usage of u"" string prefix, which doesn't work on...Alex Gaynor2013-08-231-3/+7
* Fix test running with new apps stuff/migrate actually run...Andrew Godwin2013-06-191-2/+2
* Auto-naming for migrations and some writer fixesAndrew Godwin2013-06-071-11/+30
* Field encodingAndrew Godwin2013-06-071-1/+2
* A bit of an autodetector and a bit of a writerAndrew Godwin2013-06-071-0/+64