summaryrefslogtreecommitdiff
path: root/tests/migrations/test_writer.py
AgeCommit message (Expand)Author
2014-12-15Fixed reverse test execution for migration manager testsMarkus Holtermann
2014-12-15Fixed #23822 -- Added support for serializing model managers in migrationMarkus Holtermann
2014-12-03Fixed #23950 -- Prevented calling deconstruct on classes in MigrationWriter.Gavin Wahl
2014-11-06Fixed #23770 -- Changed serialization strategy for floats with respect to NaN...Markus Holtermann
2014-09-29Fixed #23365 -- Added support for timezone-aware datetimes to migrations.Rudy Mutter
2014-09-29Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny
2014-09-27Fixed #23560 -- Fixed MigrationWrite to handle builtin types without imports.Loic Bistuer
2014-09-08Fixed broken test from da160d440f; refs #23418.Markus Holtermann
2014-09-08Fixed #23418 -- Fail when migration deconstruct produces invalid importMarkus Holtermann
2014-08-19Fixed #23316 -- Added datetime.time serialization in migrations.Lee Sanghyuck
2014-07-24Silenced a Python 2 ImportWarning in a migrations test.Tim Graham
2014-07-04Fixed #22943 -- Correctly serialize compiled regexes.Simon Charette
2014-07-02Fixed #22940 -- Added missing string iterpolation parameters in migrations.wr...Colin Wood
2014-06-17Fixed #22577: Python 3 broke on non-module migrations directoryVíðir Valberg Guðmundsson
2014-06-16Fixed #22788 -- Ensured custom migration operations can be written.Matthew Schinckel
2014-06-07Fixed #22436: More careful checking on method ref'ce serializationAndrew Godwin
2014-05-23Fixed tuple serialization test.Baptiste Mispelon
2014-05-22Fixed #22679 -- Fixed empty tuple serialization in MigrationWriter.Moayad Mardini
2014-05-15Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-04-21Appeased flake8 2.1.0.Aymeric Augustin
2014-04-13Fixed #22350 -- Consistently serialize bytes and text in migrations.Simon Charette
2014-04-03Fixed #22363 -- Correctly serialize `django.utils.datetime_safe` objects.Simon Charette
2014-02-09Fixed #21954: Raise nice error when serializing datetimes with timezonesAndrew Godwin
2014-01-22Added some missing whitespace around arithmetic operatorsAlex Gaynor
2014-01-22Fixed #21852 -- Make migration writer serialize iteratorsMarkus Holtermann
2014-01-20Fixed #21323 -- Improved readability of serialized Operation.Loic Bistuer
2014-01-19Implement swappable model support for migrationsAndrew Godwin
2013-12-23Dropped AppCache._empty, _with_app and _without_app.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-22Expurged INSTALLED_APPS from code and tests.Aymeric Augustin
2013-12-22Deprecated load_app().Aymeric Augustin
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-12-17Removed BaseAppCache.app_store.Aymeric Augustin
2013-12-17Moved django.db.models.loading to django.apps.cache.Aymeric Augustin
2013-10-21Fixed #21275 -- Fixed a serializer error when generating migrations for contr...Loic Bistuer
2013-10-19Added support for serializing class methods. - Refs #21290.Loic Bistuer
2013-10-19Fixed #21283 -- Added support for migrations if models is a package.Loic Bistuer
2013-09-10Made MigrationWriter look for a "deconstruct" attribute on functions.Loic Bistuer
2013-09-06Fixed #21037 -- Made MigrationWriter raise a ValueError when serializing lamb...Loic Bistuer
2013-08-31Fixed #21008 -- Made MigrationWriter handle Promise objects.Loic Bistuer
2013-08-23Removed usage of u"" string prefix, which doesn't work on python3.2Alex Gaynor
2013-06-19Fix test running with new apps stuff/migrate actually running migrationsAndrew Godwin
2013-06-07Auto-naming for migrations and some writer fixesAndrew Godwin
2013-06-07Field encodingAndrew Godwin
2013-06-07A bit of an autodetector and a bit of a writerAndrew Godwin