Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/migrations/test_writer.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed BaseAppCache.app_store.Aymeric Augustin2013-12-171-13/+7
| | | | | It was only storing redundant information. This is part of the effort to allow applications without a models module.
* Moved django.db.models.loading to django.apps.cache.Aymeric Augustin2013-12-171-1/+1
| | | | This commit doesn't contain any code changes; it's purely a refactoring.
* Fixed #21275 -- Fixed a serializer error when generating ↵Loic Bistuer2013-10-211-0/+14
| | | | | | migrations for contrib.auth. The migration serializer now looks for a deconstruct method on any object.
* Added support for serializing class methods. - Refs #21290.Loic Bistuer2013-10-191-0/+2
| | | | | The new handling allows us to do away with the whitelisting that was required to support date and datetime objects.
* Fixed #21283 -- Added support for migrations if models ↵Loic Bistuer2013-10-191-3/+27
| | | | | | is a package. Thanks Markus Holtermann for the report.
* Made MigrationWriter look for a "deconstruct" attribute ↵Loic Bistuer2013-09-101-0/+4
| | | | | | on functions. Refs #20978.
* Fixed #21037 -- Made MigrationWriter raise a ValueError ↵Loic Bistuer2013-09-071-0/+3
| | | | when serializing lambda functions.
* Fixed #21008 -- Made MigrationWriter handle Promise objects.Loic Bistuer2013-09-011-0/+2
|
* Removed usage of u"" string prefix, which doesn't work ↵Alex Gaynor2013-08-231-3/+7
| | | | on python3.2
* Fix test running with new apps stuff/migrate actually ↵Andrew Godwin2013-06-191-2/+2
| | | | running migrations
* 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