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
Age
Commit message (
Expand
)
Author
2017-06-19
Refs #27858 -- Fixed typo in MigrationRecorder.applied_migrations() comment.
Mariusz Felisiak
2017-06-19
Fixed #27858 -- Prevented read-only management commands from creating the dja...
Marti Raudsepp
2017-06-14
Refs #27914 -- Used __qualname__ in model operations' deconstruct().
chillaranand
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-18
Fixed #28152 -- Made migrations serialize sets as set literals rather than se...
Jon Dufresne
2017-05-01
Fixed #28043 -- Prevented AddIndex and RemoveIndex from mutating model state.
Ian Foote
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-07
Fixed #28051 -- Made migrations respect Index's name argument.
Markus Holtermann
2017-03-21
Fixed #27915 -- Allowed Meta.indexes to be defined in abstract models.
Tim Graham
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-02-04
Refs #27546 -- Removed hardcoded class names in __repr__() methods.
Mads Jensen
2017-01-25
Refs #23919 -- Removed misc Python 2/3 references.
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-22
Removed obsolete force_text_recursive
Claude Paroz
2017-01-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
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.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 -- 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 obsolete __ne__() methods.
Aymeric Augustin
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 python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Removed Manager.use_for_related_fields and Meta.manager_inheritance_from_future.
Tim Graham
2017-01-17
Refs #27666 -- Added ProjectState.reload_models().
Markus Holtermann
2017-01-17
Fixed #27666 -- Delayed rendering of recursivly related models in migration o...
Markus Holtermann
2017-01-10
Fixed #27717 -- Allowed migration optimization across AlterModelOptions.
Ed Morley
2016-12-10
Fixed #27310 -- Stopped rendering apps in RenameModel.state_forwards.
Simon Charette
2016-12-01
Fixed #27546 -- Removed hardcoded class names in __repr__() methods.
Keda87
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-28
Simplified AppConfig.import_models().
Aymeric Augustin
2016-10-28
Modified readiness check in AppConfig.get_model(s).
Aymeric Augustin
2016-10-06
Fixed #27300 -- Made makemigrations --dry-run output a string (no bytes)
Claude Paroz
2016-10-04
Fixed #27279 -- Fixed a migration performance regression related to RenameMod...
Simon Charette
2016-09-28
Fixed #27217 -- Fixed crash in CreateModel optimization with models that use ...
Tim Graham
2016-09-19
Fixed #27165 -- Removed unnecessary CreateModel(... 'indexes': []) in migrati...
akki
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-09-03
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-09-01
Fixed #27142, #27110 -- Made makemigrations consistency checks respect databa...
Tim Graham
2016-08-30
Fixed #27081 -- Allowed migrations to serialize methods on pypy.
Tim Graham
2016-08-30
Fixed #25109 -- Stopped silencing explicitly specified migration modules impo...
Simon Charette
2016-08-29
Clarified topological_sort_as_sets() docstring.
Pavel Sutyrin
2016-08-24
Fixed #27100 -- Included already applied migration changes in the pre-migrate...
Simon Charette
[prev]
[next]