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
/
tests
/
migrations
Age
Commit message (
Expand
)
Author
2013-12-22
Expurged INSTALLED_APPS from code and tests.
Aymeric Augustin
2013-12-22
Deprecated load_app().
Aymeric Augustin
2013-12-22
Refactored registration of models.
Aymeric Augustin
2013-12-17
Deborgified the app cache.
Aymeric Augustin
2013-12-17
Removed superfluous models.py files.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Simplified register_models.
Aymeric Augustin
2013-12-17
Moved list of models inside AppConfig instances.
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-17
Removed BaseAppCache.app_store.
Aymeric Augustin
2013-12-17
Moved django.db.models.loading to django.apps.cache.
Aymeric Augustin
2013-12-11
Fix altering of SERIAL columns and InnoDB being picky about FK changes
Andrew Godwin
2013-12-06
Fixed ModelState breaking when unique_together has unhashable elements.
Baptiste Mispelon
2013-12-06
Fixed TypeError when rendering ModelState with multiple bases.
Baptiste Mispelon
2013-12-05
Fixed a flake8 error
Alex Gaynor
2013-12-04
Migration VCS conflict detection and --merge for makemigrations
Andrew Godwin
2013-12-04
Don't make a second migration if there was a force-null-default addcol.
Andrew Godwin
2013-11-27
Fixed #21438: makemigrations now detects ManyToManyFields
Andrew Godwin
2013-11-06
flake8 fixes
Alex Gaynor
2013-11-06
Massive migration optimiser improvements + RenameModel opn
Andrew Godwin
2013-11-03
Fixed all E251 violations
Alex Gaynor
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-30
Fixed some flake8 issues
Alex Gaynor
2013-10-30
Auto-apply initial migrations if their tables exist already.
Andrew Godwin
2013-10-27
Fixed test that reads a migration file from disk.
Ramiro Morales
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-17
Added test for a921f06 - refs #21280.
Loic Bistuer
2013-10-16
Improve migration optimizer to be able to optimize through other ops
Andrew Godwin
2013-10-10
Whitespace cleanup.
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
Remove most errors when running migration tests twice
Andrew Godwin
2013-09-25
Allow callables as the argument to RunPython
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 #21115 -- Fixed NameError in migrate --list command
Markus Holtermann
2013-09-17
Fixed #21114 -- Migrations must not have a dependency to themselves.
Markus Holtermann
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
Also test failure case of ProjectState dependency resolution
Andrew Godwin
2013-09-06
Project/ModelState now correctly serialize multi-model inheritance
Andrew Godwin
2013-09-06
Fixed #20977 -- Fixed writing migrations to disk on Python 3
Markus Holtermann
2013-09-06
Fixed #21015 -- Fixed MigrationLoader when importlib.import_module returns a ...
Loic Bistuer
[prev]
[next]