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
/
django
/
db
/
migrations
/
writer.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-04-16
Fixed #36274 -- Added support for run_before and atomic in MigrationWriter.
Mikuláš Poul
2023-07-12
Fixed #34697 -- Fixed non-deterministic order of dependencies and sets/frozen...
Yury V. Zaytsev
2023-03-20
Fixed #34420 -- Corrected the order of imports in generated migration files.
Andy Chosak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2019-01-31
Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...
Jon Dufresne
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-05-05
Fixed #28913 -- Fixed error handling when MIGRATIONS_MODULES specifies a none...
Sanket Saurav
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-19
Refs #23919 -- Removed enum ImportError handling for Python 2.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-10-06
Fixed #27300 -- Made makemigrations --dry-run output a string (no bytes)
Claude Paroz
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-08-30
Fixed #25109 -- Stopped silencing explicitly specified migration modules impo...
Simon Charette
2016-07-14
Reverted "Fixed #25388 -- Added an option to allow disabling of migrations du...
Tim Graham
2016-03-23
Fixed #25388 -- Added an option to allow disabling of migrations during test ...
Berker Peksag
2016-02-25
Fixed #26151 -- Refactored MigrationWriter.serialize()
Yoong Kang Lim
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
Refs #24919 -- Raised more helpful error message for disabled migrations
Markus Holtermann
2015-08-31
Fixed #25259 -- Added comments to header of generated migration files
Tyson Clugg
2015-08-27
Fixed #25280 -- Properly checked regex objects for equality to prevent infini...
Markus Holtermann
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
2015-07-13
Fixed #24375 -- Added Migration.initial attribute
Andrei Kulakov
2015-06-15
Fixed #24979 -- Removed usage of inspect.getargspec().
Tim Graham
2015-04-10
Fixed #24514 -- Made migration writer omit models import if it's unused.
Christopher Luc
2015-04-05
Fixed #24278 -- Fixed serialization of migration operations.
Marten Kenbeek
2015-04-05
Refs #24278 -- Allowed multi-line serializations in OperationWriter.
Marten Kenbeek
2015-04-02
Fixed #24566 -- Added support for serializing timedelta
Baptiste Mispelon
2015-03-23
Fixed #24521 -- Added support for serializing frozensets in migrations.
Baptiste Mispelon
2015-02-23
Prevented makemigrations from writing in sys.path[0].
Aymeric Augustin
2015-02-17
Refs #24324 -- Fixed UnicodeDecodeError in MigrationWriter on Python 2.
Tim Graham
2015-02-17
Refs #24324 -- Fixed UnicodeDecodeError in makemigrations.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-20
Fixed #24155 -- Maintained kwargs and import order in migration writer
Markus Holtermann
2015-01-07
Fixed #24093 -- Prevented MigrationWriter to write operation kwargs that are ...
Markus Holtermann
2014-12-25
Fixed #23866 -- Harmonized refs to Django documentation from code
Claude Paroz
2014-12-22
Fixed #23998 -- Added datetime.time support to migrations questioner.
Oscar Ramirez
2014-12-15
Fixed #23822 -- Added support for serializing model managers in migration
Markus Holtermann
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-03
Fixed #23950 -- Prevented calling deconstruct on classes in MigrationWriter.
Gavin Wahl
2014-11-06
Fixed #23770 -- Changed serialization strategy for floats with respect to NaN...
Markus Holtermann
[next]