summaryrefslogtreecommitdiff
path: root/tests/migrations/test_writer.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #27914 -- Fixed serialization of nested enum.Enum classes in migrations.Hasan Ramezani2019-10-031-0/+11
* Refs #27914 -- Moved test enum.Enum subclasses outside of WriterTests.test_se...Hasan Ramezani2019-10-031-16/+20
* Fixed #30774 -- Made serialization in migrations use members names for Enums.Hasan Ramezani2019-09-301-13/+33
* Fixed #27910 -- Added enumeration helpers for use in Field.choices.Shai Berger2019-09-041-0/+42
* Fixed #30350 -- Prevented recreation of migration for operations with a range...Florian Apolloner2019-04-141-0/+5
* Fixed #30116 -- Dropped support for Python 3.5.Tim Graham2019-01-301-5/+1
* Refs #29738 -- Allowed registering serializers with MigrationWriter.can2019-01-111-0/+16
* Moved django.db.migrations.writer.SettingsReference to django.conf.Tim Graham2019-01-111-4/+2
* Fixed #30031 -- Added --no-header option to makemigrations/squashmigrations.Dakota Hawkins2018-12-191-10/+15
* Fixed #29814 -- Added support for NoneType serialization in migrations.Patrik Sletmo2018-10-111-0/+3
* Fixed #29595 -- Allowed using timedelta in migrations questioner.Tim Graham2018-07-271-15/+0
* Fixed #29546 -- Deprecated django.utils.timezone.FixedOffset.Sergey Fedoseev2018-07-091-2/+2
* Fixed #28870 -- Added support for functools.partialmethod serialization in mi...Sergey Fedoseev2017-12-061-0/+8
* Fixed #28708 -- Added constants to detect the Python version.Tim Graham2017-10-131-3/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Mariusz Felisiak2017-06-261-1/+1
* Fixed #28152 -- Made migrations serialize sets as set literals rather than se...Jon Dufresne2017-05-181-0/+6
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-071-1/+1
* Refs #23919 -- Removed misc Python 2/3 references.Tim Graham2017-01-251-14/+11
* Refs #23919 -- Removed re.U and re.UNICODE (default on Python 3).Mariusz Felisiak2017-01-211-7/+7
* Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham2017-01-201-1/+2
* Refs #23919 -- Removed unneeded str() callsClaude Paroz2017-01-201-19/+2
* Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham2017-01-201-2/+1
* Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2.Tim Graham2017-01-201-1/+1
* Refs #23919 -- Removed unneeded force_str callsClaude Paroz2017-01-201-2/+1
* Refs #23919 -- Removed enum ImportError handling for Python 2.Tim Graham2017-01-191-7/+1
* Refs #23919 -- Removed str() conversion of type and method __name__.Simon Charette2017-01-191-5/+5
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-3/+3
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-2/+3
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-1/+1
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-15/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-4/+0
* Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham2016-12-071-1/+1
* Fixed #27463 -- Fixed E741 flake8 warnings.Ramin Farajpour Cami2016-11-141-3/+3
* Fixed #27378 -- Added support for serialization of uuid.UUID in migrations.Maxime Lorant2016-11-061-0/+26
* Fixed #27300 -- Made makemigrations --dry-run output a string (no bytes)Claude Paroz2016-10-061-6/+5
* Refs #27025 -- Fixed a test for the new re.RegexFlag in Python 3.6.Tim Graham2016-09-161-1/+7
* Fixed #26555 -- Gave deconstructible objects a higher priority during seriali...Markus Holtermann2016-05-041-0/+22
* Fixed #26176 -- Fixed E123 flake8 warnings.26176Tim Graham2016-02-051-1/+1
* Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan2016-01-291-3/+2
* Added a missing test method in tests/migrations/test_writer.py.Yoong Kang Lim2016-01-281-0/+2
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-4/+4
* Fixed #25807 -- Instructed the migration writer about lazy objects.Simon Charette2015-11-261-0/+6
* Fixed #25764 -- Added support for serialization of enum.Enum in migrations.Andrei Fokau2015-11-191-0/+60
* 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 migration filesTyson Clugg2015-08-311-1/+23
* Fixed #25185 -- Added support for functools.partial serialization in migrationsPiper Merriam2015-07-291-0/+8
* Fixed #25186 -- Improved migration's serialization of builtins on Python 2.Piper Merriam2015-07-281-0/+5
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Fixed #24514 -- Made migration writer omit models import if it's unused.Christopher Luc2015-04-101-0/+16
* Fixed #24278 -- Fixed serialization of migration operations.Marten Kenbeek2015-04-051-0/+44