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
2014-02-02
Fix regress added to migrations.test_operations.test_alter_field_pk_fk
Michael Manfre
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
2014-01-22
Added some missing whitespace around arithmetic operators
Alex Gaynor
2014-01-22
Fixed #21852 -- Make migration writer serialize iterators
Markus Holtermann
2014-01-19
Fixed a small collection of flake8 violations that had snuck in
Alex Gaynor
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-19
Remove other unicode literal
Andrew Godwin
2014-01-19
Remove unicode prefix that snuck in
Andrew Godwin
2014-01-19
Fixed #21664: Multi-table inheritance was duplicating _ptr fields
Andrew Godwin
2014-01-19
Fixed #21783: (again) Found second source of bug, also squashed it.
Andrew Godwin
2014-01-20
Fixed #21323 -- Improved readability of serialized Operation.
Loic Bistuer
2014-01-19
Implement swappable model support for migrations
Andrew Godwin
2014-01-08
Make test stronger to hopefully fix odd Jenkins failure
Andrew Godwin
2014-01-08
Fixed #21142: Dependency failures on unmigrated apps.
Andrew Godwin
2013-12-30
Populated Apps instances immediately by default.
Aymeric Augustin
2013-12-29
Used Apps.clear_cache() in tests that alter the app registry.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-24
Replaced ad-hoc caching of get_models with lru_cache.
Aymeric Augustin
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-12-23
Dropped AppCache._empty, _with_app and _without_app.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
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
[next]