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
/
docs
/
ref
/
migration-operations.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #25833 -- Added support for non-atomic migrations.
Pankrat
2016-02-05
1
-6
/
+14
*
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-02-01
1
-32
/
+32
*
Fixed #25917 -- Clarified reversibility of RemoveField.
Tim Graham
2016-01-28
1
-3
/
+5
*
Fixed #24109 -- Allowed RunSQL and RunPython operations to be elided.
Simon Charette
2016-01-23
1
-2
/
+16
*
Added docs example for manually creating a column with RunSQL.
Gen1us2k
2015-12-25
1
-1
/
+12
*
Fixed typo in docs/ref/migration-operations.txt.
Tim Graham
2015-11-14
1
-2
/
+2
*
Corrected use of 'affect' vs 'effect' in docs.
Rob Hudson
2015-09-25
1
-2
/
+2
*
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-23
1
-21
/
+0
*
Fixed #25430 -- Fixed incorrect RunSQL examples.
Flavio Curella
2015-09-19
1
-4
/
+4
*
Fixed #25371 -- Added reverse_sql and reverse_code examples to docs.
Bibhas
2015-09-09
1
-3
/
+21
*
Cleaned up example migration files in docs
Tyson Clugg
2015-08-31
1
-1
/
+3
*
Capitalized "Python" in docs.
Tim Graham
2015-06-05
1
-1
/
+1
*
Fixed #24630 -- Clarified docs about RunPython transactions.
Tim Graham
2015-05-17
1
-4
/
+16
*
Fixed #24591 -- Optimized cloning of ModelState objects.
Marten Kenbeek
2015-04-20
1
-1
/
+12
*
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-02-01
1
-9
/
+0
*
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2015-01-14
1
-1
/
+1
*
Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.
Loic Bistuer
2015-01-10
1
-2
/
+18
*
Fixed #24098 -- Added no-op attributes to RunPython and RunSQL
Markus Holtermann
2015-01-09
1
-0
/
+16
*
Updated migration docs to match changes from a159b1fac
Claude Paroz
2015-01-07
1
-1
/
+1
*
Fixed #23822 -- Added support for serializing model managers in migration
Markus Holtermann
2014-12-15
1
-1
/
+18
*
Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL column in...
Markus Holtermann
2014-10-09
1
-2
/
+14
*
Fixed #23426 -- Allowed parameters in migrations.RunSQL
Markus Holtermann
2014-10-02
1
-2
/
+18
*
Fixed #17638 -- Added crosslinks between topic and reference guides.
Duane Hilton
2014-09-29
1
-0
/
+3
*
Fixed #23426 -- Don't require double percent sign in RunSQL without parameters
Markus Holtermann
2014-09-24
1
-0
/
+5
*
Revert "Undocumented SeparateDatabaseAndState so crash is not RB. Refs #22918"
Tim Graham
2014-09-02
1
-3
/
+15
*
Undocumented SeparateDatabaseAndState so crash is not RB. Refs #22918
Andrew Godwin
2014-09-01
1
-15
/
+3
*
Fixed #23349 -- Clarified details about RunPython's apps argument.
Richard Eames
2014-08-27
1
-4
/
+6
*
Fixed #23296 -- Fixed RunPython code sample in Migration Operations.
areski
2014-08-15
1
-2
/
+4
*
Corrected headings in migration docs.
Daniel Roseman
2014-07-24
1
-3
/
+4
*
Fixed #22470: Full migration support for order_with_respect_to
Andrew Godwin
2014-06-15
1
-0
/
+18
*
Doc edits for refs #22487.
Tim Graham
2014-06-09
1
-1
/
+1
*
Fixed #22487: Optional rollback emulation for migrated apps
Andrew Godwin
2014-06-08
1
-2
/
+11
*
Harmonized some PEP 0263 coding preambles
Claude Paroz
2014-05-15
1
-1
/
+1
*
Fixed #22496: Data migrations get transactions again!
Andrew Godwin
2014-05-07
1
-1
/
+7
*
Improved formatting and links of migration docs.
Tim Graham
2014-04-27
1
-68
/
+43
*
Fixed #3214 -- Stopped parsing SQL with regex.
Aymeric Augustin
2014-04-26
1
-9
/
+8
*
Various documentation typo/spelling fixes
Marti Raudsepp
2014-04-23
1
-1
/
+1
*
Improve migrations/schema docs
Andrew Godwin
2014-04-14
1
-1
/
+40
*
Fixed some typos in the documentation.
Baptiste Mispelon
2014-03-02
1
-1
/
+1
*
Fixed spelling mistakes in docs.
Tim Graham
2014-02-28
1
-2
/
+2
*
Fixed doc typos.
Tim Graham
2014-02-28
1
-3
/
+3
*
Add reference documentation for operations and stubs for schemaeditor.
Andrew Godwin
2014-02-12
1
-0
/
+320