index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
migrations
/
test_writer.py
Age
Commit message (
Expand
)
Author
2020-06-24
Fixed #31529 -- Added support for serialization of pathlib.Path/PurePath and ...
Nick Pope
2019-11-25
Fixed #27914 -- Fixed serialization of nested classes in migrations.
John Bowen
2019-11-25
Refs #23950 --- Moved test DeconstructibleInstances class to a module level.
John Bowen
2019-10-03
Refs #27914 -- Fixed serialization of nested enum.Enum classes in migrations.
Hasan Ramezani
2019-10-03
Refs #27914 -- Moved test enum.Enum subclasses outside of WriterTests.test_se...
Hasan Ramezani
2019-09-30
Fixed #30774 -- Made serialization in migrations use members names for Enums.
Hasan Ramezani
2019-09-04
Fixed #27910 -- Added enumeration helpers for use in Field.choices.
Shai Berger
2019-04-14
Fixed #30350 -- Prevented recreation of migration for operations with a range...
Florian Apolloner
2019-01-30
Fixed #30116 -- Dropped support for Python 3.5.
Tim Graham
2019-01-11
Refs #29738 -- Allowed registering serializers with MigrationWriter.
can
2019-01-11
Moved django.db.migrations.writer.SettingsReference to django.conf.
Tim Graham
2018-12-19
Fixed #30031 -- Added --no-header option to makemigrations/squashmigrations.
Dakota Hawkins
2018-10-11
Fixed #29814 -- Added support for NoneType serialization in migrations.
Patrik Sletmo
2018-07-27
Fixed #29595 -- Allowed using timedelta in migrations questioner.
Tim Graham
2018-07-09
Fixed #29546 -- Deprecated django.utils.timezone.FixedOffset.
Sergey Fedoseev
2017-12-06
Fixed #28870 -- Added support for functools.partialmethod serialization in mi...
Sergey Fedoseev
2017-10-13
Fixed #28708 -- Added constants to detect the Python version.
Tim Graham
2017-06-26
Refs #23919 -- Stopped inheriting from object to define new style classes.
Mariusz Felisiak
2017-05-18
Fixed #28152 -- Made migrations serialize sets as set literals rather than se...
Jon Dufresne
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-25
Refs #23919 -- Removed misc Python 2/3 references.
Tim Graham
2017-01-21
Refs #23919 -- Removed re.U and re.UNICODE (default on Python 3).
Mariusz Felisiak
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-20
Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Removed enum ImportError handling for Python 2.
Tim Graham
2017-01-19
Refs #23919 -- Removed str() conversion of type and method __name__.
Simon Charette
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-12-07
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
Tim Graham
2016-11-14
Fixed #27463 -- Fixed E741 flake8 warnings.
Ramin Farajpour Cami
2016-11-06
Fixed #27378 -- Added support for serialization of uuid.UUID in migrations.
Maxime Lorant
2016-10-06
Fixed #27300 -- Made makemigrations --dry-run output a string (no bytes)
Claude Paroz
2016-09-16
Refs #27025 -- Fixed a test for the new re.RegexFlag in Python 3.6.
Tim Graham
2016-05-04
Fixed #26555 -- Gave deconstructible objects a higher priority during seriali...
Markus Holtermann
2016-02-05
Fixed #26176 -- Fixed E123 flake8 warnings.
Tim Graham
2016-01-29
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...
Hasan
2016-01-28
Added a missing test method in tests/migrations/test_writer.py.
Yoong Kang Lim
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-11-26
Fixed #25807 -- Instructed the migration writer about lazy objects.
Simon Charette
2015-11-19
Fixed #25764 -- Added support for serialization of enum.Enum in migrations.
Andrei Fokau
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-08-31
Fixed #25259 -- Added comments to header of generated migration files
Tyson Clugg
2015-07-29
Fixed #25185 -- Added support for functools.partial serialization in migrations
Piper Merriam
2015-07-28
Fixed #25186 -- Improved migration's serialization of builtins on Python 2.
Piper Merriam
[next]