Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/migrations/test_writer.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+3
* Fixed #25259 -- Added comments to header of generated mig...Tyson Clugg2015-08-311-1/+23
* Fixed #25185 -- Added support for functools.partial seria...Piper Merriam2015-07-291-0/+8
* Fixed #25186 -- Improved migration's serialization of bui...Piper Merriam2015-07-291-0/+5
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Fixed #24514 -- Made migration writer omit models import ...Christopher Luc2015-04-101-0/+16
* Fixed #24278 -- Fixed serialization of migration operations.Marten Kenbeek2015-04-051-0/+44
* Refs #24278 -- Allowed multi-line serializations in Opera...Marten Kenbeek2015-04-051-15/+25
* Fixed #24566 -- Added support for serializing timedeltaBaptiste Mispelon2015-04-021-0/+4
* Fixed #24521 -- Added support for serializing frozensets ...Baptiste Mispelon2015-03-231-0/+4
* Refs #24324 -- Fixed Python 2 test failures when path to ...Tim Graham2015-02-181-1/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-9/+11
* Fixed #24155 -- Maintained kwargs and import order in mig...Markus Holtermann2015-01-201-0/+28
* Cleaned up migration writer testsMarkus Holtermann2015-01-171-69/+61
* Fixed #24093 -- Prevented MigrationWriter to write operat...Markus Holtermann2015-01-081-2/+75
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-8/+6
* Fixed #23998 -- Added datetime.time support to migrations...Oscar Ramirez2014-12-221-0/+4
* Fixed reverse test execution for migration manager testsMarkus Holtermann2014-12-151-5/+6
* Fixed #23822 -- Added support for serializing model manag...Markus Holtermann2014-12-151-0/+10
* Fixed #23950 -- Prevented calling deconstruct on classes ...Gavin Wahl2014-12-031-0/+11
* Fixed #23770 -- Changed serialization strategy for floats...Markus Holtermann2014-11-061-0/+5
* Fixed #23365 -- Added support for timezone-aware datetime...Rudy Mutter2014-09-301-3/+26
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ...Thomas Chaumeny2014-09-281-2/+2
* Fixed #23560 -- Fixed MigrationWrite to handle builtin ty...Loic Bistuer2014-09-261-0/+5
* Fixed broken test from da160d440f; refs #23418.Markus Holtermann2014-09-081-1/+1
* Fixed #23418 -- Fail when migration deconstruct produces ...Markus Holtermann2014-09-081-2/+10
* Fixed #23316 -- Added datetime.time serialization in migr...Lee Sanghyuck2014-08-191-0/+1
* Silenced a Python 2 ImportWarning in a migrations test.Tim Graham2014-07-241-1/+7
* Fixed #22943 -- Correctly serialize compiled regexes.Simon Charette2014-07-041-12/+46
* Fixed #22940 -- Added missing string iterpolation paramet...Colin Wood2014-07-021-0/+13
* Fixed #22577: Python 3 broke on non-module migrations dir...Víðir Valberg Guðmundsson2014-06-171-0/+1
* Fixed #22788 -- Ensured custom migration operations can b...Matthew Schinckel2014-06-161-0/+22
* Fixed #22436: More careful checking on method ref'ce seri...Andrew Godwin2014-06-081-0/+27
* Fixed tuple serialization test.Baptiste Mispelon2014-05-231-1/+1
* Fixed #22679 -- Fixed empty tuple serialization in Migrat...Moayad Mardini2014-05-221-0/+12
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
* Appeased flake8 2.1.0.Aymeric Augustin2014-04-211-1/+1
* Fixed #22350 -- Consistently serialize bytes and text in ...Simon Charette2014-04-141-4/+19
* Fixed #22363 -- Correctly serialize `django.utils.datetim...Simon Charette2014-04-031-1/+9
* Fixed #21954: Raise nice error when serializing datetimes...Andrew Godwin2014-02-091-0/+3
* Added some missing whitespace around arithmetic operatorsAlex Gaynor2014-01-221-1/+1
* Fixed #21852 -- Make migration writer serialize iteratorsMarkus Holtermann2014-01-221-0/+7
* Fixed #21323 -- Improved readability of serialized Operat...Loic Bistuer2014-01-191-1/+14
* Implement swappable model support for migrationsAndrew Godwin2014-01-191-3/+13
* Dropped AppCache._empty, _with_app and _without_app.Aymeric Augustin2013-12-231-2/+1
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Expurged INSTALLED_APPS from code and tests.Aymeric Augustin2013-12-221-8/+7
* Deprecated load_app().Aymeric Augustin2013-12-221-5/+5
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-1/+1
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-2/+2