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
2018-07-23
[2.1.x] Fixed #29514 -- Reverted "Used datetime.timezone.utc instead of pytz....
Tim Graham
2018-06-15
[2.1.x] Fixed #29000 -- Fixed RenameModel's renaming of a M2M column when run...
Jeff
2018-05-05
Fixed #28913 -- Fixed error handling when MIGRATIONS_MODULES specifies a none...
Sanket Saurav
2018-03-28
Fixed #29245 -- Made autodetector treat field renames + db_column addition as...
Simon Charette
2018-03-23
Fixed #23406 -- Allowed migrations to be loaded from .pyc files.
Dan Watson
2018-03-20
Used datetime.timezone.utc instead of pytz.utc for better performance.
Sergey Fedoseev
2018-03-09
Fixed #29180 -- Fixed a regression where migrations already in the plan were ...
Carlton Gibson
2018-03-09
Refs #29180 -- Added MigrationGraph._generate_plan() for testing.
Carlton Gibson
2018-02-05
Refs #28814 -- Fixed migrations crash with namespace packages on Python 3.7.
Tim Graham
2018-02-05
Refs #28814 -- Imported from collections.abc to fix Python 3.7 deprecation wa...
Raymond Hettinger
2018-01-31
Fixed #29091 -- Fixed makemigrations crash if migrations directory doesn't ha...
Tim Graham
2018-01-12
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2018-01-03
Fixed #28984 -- Made assorted code simplifications.
Tim Graham
2017-12-30
Fixed #25817 -- Made RenameField repoint to_field/to_fields references.
Simon Charette
2017-12-30
Moved _get_model_tuple() to the base Operation class.
Simon Charette
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-06
Fixed #28893 -- Removed unnecessary dict.items() calls.
Tim Graham
2017-12-06
Fixed #28870 -- Added support for functools.partialmethod serialization in mi...
Sergey Fedoseev
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-12-01
Fixed #28305 -- Fixed "Cannot change column 'x': used in a foreign key constr...
Tim Graham
2017-11-28
Fixed #28853 -- Updated connection.cursor() uses to use a context manager.
Jon Dufresne
2017-11-14
Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().
Дилян Палаузов
2017-11-13
Used BaseSimpleSerializer for serializing str and bytes in migrations.
Sergey Fedoseev
2017-09-28
Simplified various __eq__() methods.
Mads Jensen
2017-09-10
Removed unnecessary parens in _get_app_label_and_model_name().
Mariusz Felisiak
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-09-04
Fixed #28493 -- Made migrations autodetector find dependencies for model rena...
Jeremy Satterfield
2017-08-25
Simplified migrations.state.ProjectState.__eq__().
Sergey Fedoseev
2017-08-23
Simplified migrations.graph.Node.iterative_dfs(), ancestors(), and descendant...
Sergey Fedoseev
2017-08-22
Simplified usage of sets in MigrationAutodetector.
Sergey Fedoseev
2017-08-10
Fixed #28386 -- Made operations within non-atomic migrations honor the operat...
Evan Grim
2017-07-31
Avoided creating temporary lists for obtaining the first item.
Sergey Fedoseev
2017-07-29
Avoided creation of temporary sets.
Sergey Fedoseev
2017-06-30
Fixed #28350 -- Fixed UnboundLocalError crash in RenameField with nonexistent...
Simon Charette
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
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
[next]