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
/
test_commands.py
Age
Commit message (
Expand
)
Author
2014-08-19
[1.7.x] Fixed broken tests on Oracle after 5853c87a458f62ebd62d7809168355610d...
Baptiste Mispelon
2014-08-18
[1.7.x] Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sq...
Baptiste Mispelon
2014-07-14
[1.7.x] Fixed #22791 -- Invoke interactive questioner only for conflicts in s...
Huu Nguyen
2014-06-23
[1.7.x] Fixed test failures introduced by refs #22881.
Tim Graham
2014-06-20
[1.7.x] Fixed #22862 -- Added --noinput option to makemigrations.
Huu Nguyen
2014-06-12
[1.7.x] Fixed #22823 (and partly #22563) - FKs from unmigrated apps breaking ...
Andrew Godwin
2014-05-30
[1.7.x] Improved the test for refs #22682.
Moayad Mardini
2014-05-29
[1.7.x] Fixed #22682 -- `makemigrations` will create `MIGRATION_MODULES` package
Moayad Mardini
2014-05-26
[1.7.x] Fixed #22675 -- makemigrations --dry-run to output migrations to stdout.
Moayad Mardini
2014-05-24
[1.7.x] Fixed #22676 -- makemigrations --dry-run should not ask for defaults
Moayad Mardini
2014-05-23
[1.7.x] Fixed #22602 -- Improved code coverage of makemigrations command tests.
Huu Nguyen
2014-05-21
[1.7.x] Fixed #22661 -- Move makemigrations tests to the proper class
Huu Nguyen
2014-05-15
[1.7.x] Harmonized some PEP 0263 coding preambles
Claude Paroz
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
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-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Refactored registration of models.
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-04
Migration VCS conflict detection and --merge for makemigrations
Andrew Godwin
2013-10-27
Fixed test that reads a migration file from disk.
Ramiro Morales
2013-10-17
Added test for a921f06 - refs #21280.
Loic Bistuer
2013-09-17
Fixed #21115 -- Fixed NameError in migrate --list command
Markus Holtermann
2013-09-06
Adding 'sqlmigrate' command and quote_parameter to support it.
Andrew Godwin
2013-09-06
Fixed #20977 -- Fixed writing migrations to disk on Python 3
Markus Holtermann
2013-07-25
Add tests for the migrate command and fix a bug they exposed
Andrew Godwin