index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
migrations
/
operations
/
fields.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #34366 -- Reduced AlterField operations when optimizing migrations.
Laurent Tramoy
2023-02-24
1
-3
/
+3
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-72
/
+84
*
Fixed #33197 -- Made field rename with prior matching db_column change a noop.
Simon Charette
2021-10-19
1
-1
/
+5
*
Refs #29898 -- Moved state_forwards()'s logic from migration operations to Pr...
manav014
2021-06-29
1
-79
/
+16
*
Refs #29898 -- Moved django.db.migrations.operations.utils to django.db.migra...
manav014
2021-06-22
1
-1
/
+3
*
Fixed #32256 -- Fixed migration optimization crash when swapping field names.
Hasan Ramezani
2021-02-19
1
-2
/
+5
*
Fixed #31468 -- Allowed specifying migration filename in Operation.
Adam Johnson
2020-05-28
1
-0
/
+20
*
Fixed #31499 -- Stored ModelState.fields into a dict.
Simon Charette
2020-04-22
1
-23
/
+13
*
Refs #28305 -- Consolidated field referencing detection in migrations.
Simon Charette
2020-04-10
1
-46
/
+32
*
Replaced ModelTuple by a model resolving function and bare tuples.
Simon Charette
2020-04-09
1
-6
/
+8
*
Replaced Operation._get_model_tuple() by ModelTuple.from_model().
Simon Charette
2020-04-09
1
-1
/
+1
*
Made Operation.references_model/references_field require app_label.
Simon Charette
2020-04-09
1
-4
/
+4
*
Refs #22608 -- Made app_label required when optimizing migrations.
Simon Charette
2020-04-09
1
-10
/
+10
*
Refs #29000 -- Restored delayed model rendering of RenameField.
Simon Charette
2020-04-07
1
-7
/
+6
*
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-02-04
1
-1
/
+1
*
Removed in_between from Operation.reduce()'s signature.
Simon Charette
2018-07-11
1
-10
/
+10
*
Allowed RemoveField operations to be optimized through.
Simon Charette
2018-07-11
1
-7
/
+2
*
Relaxed FieldOperation.references_field remote field checking.
Simon Charette
2018-07-11
1
-0
/
+27
*
Introduced ModelTuple to remove migrations boilerplate.
Simon Charette
2018-07-11
1
-35
/
+6
*
Fixed #26720 -- Prevented invalid CreateModel optimizations of related fields.
Simon Charette
2018-07-11
1
-18
/
+43
*
Fixed #27768 -- Allowed migration optimization of CreateModel order.
Simon Charette
2018-07-11
1
-2
/
+17
*
Fixed #29000 -- Fixed RenameModel's renaming of a M2M column when run after R...
Jeff
2018-06-15
1
-6
/
+7
*
Fixed #25817 -- Made RenameField repoint to_field/to_fields references.
Simon Charette
2017-12-30
1
-3
/
+29
*
Fixed #28305 -- Fixed "Cannot change column 'x': used in a foreign key constr...
Tim Graham
2017-12-01
1
-4
/
+13
*
Fixed #28350 -- Fixed UnboundLocalError crash in RenameField with nonexistent...
Simon Charette
2017-06-30
1
-11
/
+14
*
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-28
1
-10
/
+5
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-6
/
+6
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-2
/
+0
*
Fixed #27666 -- Delayed rendering of recursivly related models in migration o...
Markus Holtermann
2017-01-17
1
-4
/
+21
*
Removed unused code in AlterField.database_forwards().
Tim Graham
2016-05-14
1
-9
/
+0
*
Fixed #26316 -- Factored duplicated code in model/field migration operations.
Akshesh
2016-03-03
1
-21
/
+6
*
Fixed #24109 -- Allowed RunSQL and RunPython operations to be elided.
Simon Charette
2016-01-23
1
-2
/
+10
*
Fixed #26064 -- Moved operation reduction logic to their own class.
Simon Charette
2016-01-23
1
-42
/
+80
*
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-25
1
-5
/
+5
*
Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-20
1
-7
/
+7
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-0
/
+1
*
Refs #22608 -- Optimized migration optimizer and migrate by caching calls to ...
Ulrich Petri
2015-01-07
1
-21
/
+60
*
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-06
1
-10
/
+10
*
Fixed #23745 -- Reused states as much as possible in migrations
Claude Paroz
2015-01-02
1
-0
/
+4
*
Replaced migration state render() by apps cached property
Claude Paroz
2015-01-02
1
-12
/
+12
*
Fixed #23894 -- Made deconstruct methods favor kwargs over args
Markus Holtermann
2014-11-28
1
-8
/
+25
*
Revert "Fixed #23892 -- Made deconstructible classes forwards compatible"
Carl Meyer
2014-11-22
1
-4
/
+4
*
Fixed #23892 -- Made deconstructible classes forwards compatible
Carl Meyer
2014-11-22
1
-4
/
+4
*
Fixed #23844 -- Used topological sort for migration operation dependency reso...
Patryk Zawadzki
2014-11-20
1
-16
/
+34
*
Fixed #23859 -- Fixed a migration crash when a field is renamed that is part ...
Markus Holtermann
2014-11-17
1
-6
/
+7
*
Avoided unneeded calls to state.render() in migrations.
twidi
2014-11-17
1
-5
/
+5
*
Limited lines to 119 characters in django/{contrib,db}.
Berker Peksag
2014-10-29
1
-1
/
+2
*
Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL column in...
Markus Holtermann
2014-10-09
1
-2
/
+12
*
Fixed #23244: Error altering FK to non-FK in migrations
Andrew Godwin
2014-08-07
1
-1
/
+1
*
Fixed #23014: Renaming not atomic with unique together
Andrew Godwin
2014-07-21
1
-0
/
+8
[next]