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
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-30
Auto-apply initial migrations if their tables exist already.
Andrew Godwin
2013-10-29
Use `callable` instead of `six.callable`.
Baptiste Mispelon
2013-10-23
Fix migration planner to fully understand squashed migrations. And test.
Andrew Godwin
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-21
Fixed #21275 -- Fixed a serializer error when generating migrations for contr...
Loic Bistuer
2013-10-19
Added support for serializing class methods. - Refs #21290.
Loic Bistuer
2013-10-19
Fixed #21283 -- Added support for migrations if models is a package.
Loic Bistuer
2013-10-16
First pass on squashmigrations command; files are right, execution not.
Andrew Godwin
2013-10-16
Improve migration optimizer to be able to optimize through other ops
Andrew Godwin
2013-10-15
Handle Apps with South migrations as unmigrated apps.
Florian Apolloner
2013-10-10
Fixed "redefinition of unused 'foo' from line X" pyflakes warnings.
Tim Graham
2013-10-07
Fixed #21236 -- Allowed migrations to work with unique_together tuples.
Javed Khan
2013-10-02
Initial version of MigrationOptimizer and tests
Andrew Godwin
2013-09-25
Add reverse_code optional argument to RunPython
Andrew Godwin
2013-09-25
Allow callables as the argument to RunPython
Andrew Godwin
2013-09-25
Make sqlmigrate ignore the RunPython operation
Andrew Godwin
2013-09-25
Add RunPython migration operation and tests
Andrew Godwin
2013-09-25
Add equality support for Project/ModelState
Andrew Godwin
2013-09-17
Fixed #21114 -- Migrations must not have a dependency to themselves.
Markus Holtermann
2013-09-14
REmoved some unused imports
Alex Gaynor
2013-09-10
Fixed #20841 -- Added messages to NotImplementedErrors
Gregor MacGregor
2013-09-10
Made MigrationWriter look for a "deconstruct" attribute on functions.
Loic Bistuer
2013-09-07
RunSQL migration operation and alpha SeparateDatabaseAndState op'n.
Andrew Godwin
2013-09-06
Fixed #21037 -- Made MigrationWriter raise a ValueError when serializing lamb...
Loic Bistuer
2013-09-06
Adding 'sqlmigrate' command and quote_parameter to support it.
Andrew Godwin
2013-09-06
Migration autodetector now corerctly deals with proxy models
Andrew Godwin
2013-09-06
Project/ModelState now correctly serialize multi-model inheritance
Andrew Godwin
2013-09-06
Add --list option to migrate command
Andrew Godwin
2013-09-06
Make db.migrations ignore South-style migrations.
Andrew Godwin
2013-09-06
Fixed #21015 -- Fixed MigrationLoader when importlib.import_module returns a ...
Loic Bistuer
2013-09-06
Fixed #21014 -- Fixed gobbled ImportError in MigrationLoader.
Loic Bistuer
2013-09-04
Fixed #21010 -- Changed ModelState to only copy _meta.local_fields.
Loic Bistuer
2013-08-31
Fixed #21008 -- Made MigrationWriter handle Promise objects.
Loic Bistuer
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-21
Change autodetector changes API to be just one method
Andrew Godwin
2013-08-11
Fix weird planning issues when already fully migrated.
Andrew Godwin
2013-08-11
Stop being overcautious about Field.rel
Andrew Godwin
2013-08-10
Docs tweaks (thanks timgraham)
Andrew Godwin
2013-08-09
Add [y/n] to autodetector questions and allow for default value
Andrew Godwin
2013-08-09
utils.importlib is deprecated
Andrew Godwin
2013-07-30
Implement allow_migrate for migration operations
Andrew Godwin
2013-07-26
Fix Python 3 support
Andrew Godwin
2013-07-26
Add --fake option to migrate
Andrew Godwin
2013-07-26
Fix timezone warnings if USE_TZ=True
Andrew Godwin
2013-07-25
Add test for creating M2Ms
Andrew Godwin
2013-07-22
Make migrate command recognise prefixes and 'zero'.
Andrew Godwin
2013-07-02
Add AlterIndexTogether operation
Andrew Godwin
2013-07-02
Autodetection of unique_together changes
Andrew Godwin
2013-07-02
Add unique_together altering operation
Andrew Godwin
[prev]
[next]