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-01-19
Fixed #21664: Multi-table inheritance was duplicating _ptr fields
Andrew Godwin
2014-01-19
Fixed #21786: Bad behaviour when mixins + abstract bases for migrations
Andrew Godwin
2014-01-19
Fixed #21783: (again) Found second source of bug, also squashed it.
Andrew Godwin
2014-01-19
Merge pull request #1681 from loic/migrations.format
Andrew Godwin
2014-01-20
Fixed #21323 -- Improved readability of serialized Operation.
Loic Bistuer
2014-01-19
Fix unicode default input on py3
Andrew Godwin
2014-01-19
Implement swappable model support for migrations
Andrew Godwin
2014-01-16
Fixed #21784: Correctly decode stdin input for migration defaults
Andrew Godwin
2014-01-08
Fixed #21142: Dependency failures on unmigrated apps.
Andrew Godwin
2013-12-31
Made it possible to change an application's label in its configuration.
Aymeric Augustin
2013-12-30
Removed the only_with_models_module argument of get_model[s].
Aymeric Augustin
2013-12-30
Populated Apps instances immediately by default.
Aymeric Augustin
2013-12-29
Replaced Options.object_name.lower() by Options.model_name.
Aymeric Augustin
2013-12-28
Changed get_model to raise an exception on errors.
Aymeric Augustin
2013-12-28
Populated non-master app registries.
Aymeric Augustin
2013-12-28
Used app_label instead of appname.
Aymeric Augustin
2013-12-27
Created a constant for the migrations module name.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-17
Deborgified the app cache.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Made it possible to create apps without a models module.
Aymeric Augustin
2013-12-17
Deprecated get_app().
Aymeric Augustin
2013-12-17
Deprecated get_apps().
Aymeric Augustin
2013-12-17
Deprecated get_app_package, get_app_path and get_app_paths.
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
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-11
Better default name for migrations we can't give nice names to
Andrew Godwin
2013-12-11
Change FKs when what they point to changes
Andrew Godwin
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-12-06
Made the migration detector use meta.local_fields instead of meta.fields.
Baptiste Mispelon
2013-12-06
Fixed ModelState breaking when unique_together has unhashable elements.
Baptiste Mispelon
2013-12-06
Added app_label to the error message when field reconstructing fails.
Baptiste Mispelon
2013-12-06
Merge pull request #2037 from bmispelon/invalidbaseserror
Andrew Godwin
2013-12-06
Removed unreachable `else` in `try` block.
maurycyp
2013-12-06
Fixed TypeError when rendering ModelState with multiple bases.
Baptiste Mispelon
2013-12-05
Better error reporting when from_app_cache fails
Andrew Godwin
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-28
Fixed a deprecation warning introduced by 96dd48c83f.
Simon Charette
2013-11-27
Include deferred SQL in sqlmigrate output
Andrew Godwin
2013-11-27
Fixed #21438: makemigrations now detects ManyToManyFields
Andrew Godwin
2013-11-27
Change initial migration writing to work as docs suggest.
Andrew Godwin
2013-11-27
Fix squashed migration loading ordering issue
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 E226 violations
Alex Gaynor
2013-11-03
Fixed flake8 E251 violations
Milton Mazzarri
2013-11-02
More attacking E302 violators
Alex Gaynor
[prev]
[next]