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
2014-09-23
Called table_names instead of get_table_list in migrations
Claude Paroz
2014-09-15
Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migra...
valtron
2014-09-12
Fixed #23484 -- Add comment in AppConfigStub clarifying app name vs app label.
Carl Meyer
2014-09-12
Fixed #23483 -- Prevented ImproperlyConfigured with dotted app names
Szilveszter Farkas
2014-09-10
Corrected grammar in migrations error message.
Markus Bertheau
2014-09-10
Fixed #23452 -- Prevented infinite migrations for empty unique/index_together.
Markus Holtermann
2014-09-08
Updated links to point to dev documentation.
Markus Holtermann
2014-09-08
Fixed #22951 -- Checked for types during deep_deconstruct migration serializa...
Andrew Pinkham
2014-09-05
switch out recursive dfs for stack based approach, to avoid possibly hitting...
Ben Reilly
2014-09-05
Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting"
Claude Paroz
2014-09-02
Fixed #23302 -- Added --name/-n option to makemigrations command
Raffaele Salmaso
2014-09-02
Fixed #22918 -- Fixed SeparateDatabaseAndState crash
Dave Hall
2014-08-30
Fixed #23384 -- Allowed overriding part of a dictionary-type setting
Claude Paroz
2014-08-23
Fixed #23341 -- Added migration name to nonexistent migration error in makemi...
Raffaele Salmaso
2014-08-20
Fixed #23322 -- Use resolved swappable model for dependency resolution during...
Markus Holtermann
2014-08-19
Fixed #23315: Operational dependency fail with mixed create/add
Andrew Godwin
2014-08-19
Fixed #23316 -- Added datetime.time serialization in migrations.
Lee Sanghyuck
2014-08-12
Fixed #23275: Unmanaged models kept by autodetector, ignored by ops
Andrew Godwin
2014-08-08
Don't treat .pyc/pyo files as migrations. Refs #23237 among others.
Andrew Godwin
2014-08-07
Use smart_text rather than naive forcing-to-unicode for state reading
Andrew Godwin
2014-08-07
Fixed #23226: Model options appearing as bytes type in migrations
Andrew Godwin
2014-08-07
Fixed #23244: Error altering FK to non-FK in migrations
Andrew Godwin
2014-08-03
Fixed #23160 -- Correctly rename models with self referential fields.
Simon Charette
2014-07-31
Fixed flake8 warnings.
Tim Graham
2014-07-29
Fixed #23092: Squashing handles external dependencies
Andrew Godwin
2014-07-29
Fixed #23101: Prefer doing deletes before creates in autodetector.
Andrew Godwin
2014-07-29
Fix soft_applied in a way that doesn't break tests
Andrew Godwin
2014-07-29
Make detect_soft_applied exit correctly on non-create migrations
Andrew Godwin
2014-07-28
Fixed #23121: AlterModelOptions operation not changing state right
Andrew Godwin
2014-07-28
Fixed #23100: Individual FK creation missing dependencies
Andrew Godwin
2014-07-26
Fixed #22944: Bad dependency on FK alteration in autodetector
Andrew Godwin
2014-07-25
Restore support for reading __latest__ for compatability
Andrew Godwin
2014-07-25
Fixed #23093: soft application detection for swapped models
Andrew Godwin
2014-07-25
Merge pull request #2938 from dekkers/ticket_23071
Andrew Godwin
2014-07-24
Fixed #23014 -- Infinite migration regression with unique/index_together.
Tim Graham
2014-07-22
Fixed #23071 -- Use last migration's name in dependency to other app
Jeroen Dekkers
2014-07-21
Fixed #23014: Renaming not atomic with unique together
Andrew Godwin
2014-07-16
Fixed #23041: Bad base dependencies for proxy models
Andrew Godwin
2014-07-15
Fixed #23013 -- Fixed removing unique_together/index_together constraints in ...
Tim Graham
2014-07-15
Fixed #23008 -- Fixed typo causing bad migration dependencies.
Tim Graham
2014-07-11
Fixed #22983: Alert when squashing RunPython operations with referred functions.
Andrew Godwin
2014-07-09
Fixed #22922: Better error message for InvalidBasesError.
Andrew Godwin
2014-07-09
Fixed #22970: Incorrect dependencies for existing migrated apps
Andrew Godwin
2014-07-06
Fixed #22906 -- Added a more helpful repr to migrations' ModelState.
Loic Bistuer
2014-07-05
Fixed flake8 indentation.
Tim Graham
2014-07-05
Merge pull request #2881 from charettes/ticket-22943-compiled-regex-deconstru...
Andrew Godwin
2014-07-05
Fixed #22960: Bad handling of relations as PKs in autodetector
Andrew Godwin
2014-07-04
Fixed #22943 -- Correctly serialize compiled regexes.
Simon Charette
2014-07-02
Fixed #22940 -- Added missing string iterpolation parameters in migrations.wr...
Colin Wood
2014-06-27
Fixed #22917 -- Fixed typo in AlterIndexTogether.describe().
Tim Graham
[prev]
[next]