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
2019-11-25
[3.0.x] Fixed #27914 -- Fixed serialization of nested classes in migrations.
John Bowen
2019-10-14
[3.0.x] Fixed #30868 -- Prevented unnecessary AlterField when renaming a refe...
Simon Charette
2019-10-03
[3.0.x] Refs #27914 -- Fixed serialization of nested enum.Enum classes in mig...
Hasan Ramezani
2019-09-30
[3.0.x] Fixed #30774 -- Made serialization in migrations use members names fo...
Hasan Ramezani
2019-09-04
Fixed #27910 -- Added enumeration helpers for use in Field.choices.
Shai Berger
2019-09-03
Fixed #30691 -- Made migrations autodetector find dependencies for foreign ke...
Viktor Lomakin
2019-08-02
Simplified AlterModelTable by making it subclass ModelOptionOperation.
Nick Pope
2019-04-18
Fixed typos in docs, comments, and exception messages.
Ville Skyttä
2019-04-14
Fixed #30350 -- Prevented recreation of migration for operations with a range...
Florian Apolloner
2019-03-07
Refs #30186 -- Changed MigrationRecorder.applied_migrations() to return a dict.
Tim Schilling
2019-02-25
Refs #30179 -- Moved topological sort functions to django.utils.
Matthias Kestenholz
2019-02-06
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2019-01-31
Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...
Jon Dufresne
2019-01-22
Fixed #30111 -- Fixed AppRegistryNotReady error with django.contrib.postgres ...
Nasir Hussain
2019-01-13
Fixed #27685 -- Added watchman support to the autoreloader.
Tom Forbes
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-11-30
Fixed #29987 -- Detected unmanaged model deletions.
Tim Fiedler
2018-10-29
Fixed #29897 -- Fixed autodetector's swappable MTI dependency resolution.
Simon Charette
2018-10-29
Refs #29897 -- Moved autodetector swappable dependency resolution to a method.
Simon Charette
2018-10-29
Refs #23322 -- Removed unnecessary "and" clause in the autodetector.
Simon Charette
2018-10-29
Fixed #29868 -- Retained database constraints on SQLite table rebuilds.
Simon Charette
2018-10-24
Fixed #29721 -- Ensured migrations are applied and recorded atomically.
Sanyam Khurana
2018-10-11
Fixed #29814 -- Added support for NoneType serialization in migrations.
Patrik Sletmo
2018-10-09
Capitalized "Python" in docs and comments.
Jon Dufresne
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-09-14
Fixed #29755 -- Made migrations detect changes to Meta.default_related_name.
Simon Charette
2018-09-11
Fixed #29749 -- Made the migrations loader ignore files starting with a tilde...
Tim Graham
2018-09-10
Fixed #29243 -- Improved efficiency of migration graph algorithm.
Krzysztof Gogolewski
2018-08-01
Fixed typos in comments and docs.
luz.paz
2018-07-27
Fixed #29595 -- Allowed using timedelta in migrations questioner.
Tim Graham
2018-07-19
Refs #28862 -- Removed the FieldRelatedOptionOperation.reduce() optimization.
Simon Charette
2018-07-19
Fixed #26906 -- Reduced alter together operations code duplication.
Simon Charette
2018-07-19
Fixed #27731 -- Implemented CreateModel/AlterFooOperation reduction.
Simon Charette
2018-07-19
Fixed #28862 -- Disabled optimization of AlterFooTogether and RemoveField.
Simon Charette
2018-07-11
Removed in_between from Operation.reduce()'s signature.
Simon Charette
2018-07-11
Fixed #27845 -- Allowed both right and left optimizations of operations.
Simon Charette
2018-07-11
Allowed RemoveField operations to be optimized through.
Simon Charette
2018-07-11
Relaxed FieldOperation.references_field remote field checking.
Simon Charette
2018-07-11
Introduced ModelTuple to remove migrations boilerplate.
Simon Charette
2018-07-11
Fixed #26720 -- Prevented invalid CreateModel optimizations of related fields.
Simon Charette
2018-07-11
Fixed #27768 -- Allowed migration optimization of CreateModel order.
Simon Charette
2018-07-11
Refs #27768 -- Reversed order of optimized and in-between operations.
Simon Charette
2018-07-10
Fixed #11964 -- Added support for database check constraints.
Ian Foote
2018-06-28
Fixed #29514 -- Reverted "Used datetime.timezone.utc instead of pytz.utc for ...
Tim Graham
2018-06-15
Fixed #29000 -- Fixed RenameModel's renaming of a M2M column when run after R...
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
[next]