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
2015-03-30
Fixed #24550 -- Added migration operation description to sqlmigrate output
Markus Holtermann
2015-03-16
Fixed #24427 -- Stopped writing migration files in dry run mode when merging.
John Giannelos
2015-03-08
Fixed #23407 -- Extended coverage of makemigrations --noinput option.
Marten Kenbeek
2015-02-23
Made migrations tests write to a temporary directory.
Aymeric Augustin
2015-02-17
Refs #24324 -- Fixed Python 2 test failures when path to Django source contai...
Tim Graham
2015-02-13
Fixed #24184 -- Prevented automatic soft-apply of migrations
Markus Holtermann
2015-02-06
Fixed E265 comment style
Collin Anderson
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-15
Fixed #23850 -- Fixed a migrations test failure on Mac OS X & Python 3
Collin Anderson
2015-01-05
Refs #23359 -- Removed double newline from output of migrate --list
Markus Holtermann
2014-12-31
Fixed #23359 -- Added showmigrations command to list migrations and plan.
Markus Holtermann
2014-11-28
Fixed #23728 -- Added the --exit option to makemigrations.
Tim Heap
2014-11-19
Fixed #23872 -- Removed sensitivity of migrations tests to CWD.
Carl Meyer
2014-11-18
Fixed #23799 -- Made makemigrations respect --no-optimize.
Tillmann Karras
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-10-22
Made testing of stdout and stderr more consistent.
Loic Bistuer
2014-10-21
Removed unneeded override_system_checks
Claude Paroz
2014-10-20
Revert "Fixed #23650 -- Prevented migrate from calling checks 3 times"
Claude Paroz
2014-10-17
Fixed #23650 -- Prevented migrate from calling checks 3 times
Claude Paroz
2014-09-02
Fixed #23302 -- Added --name/-n option to makemigrations command
Raffaele Salmaso
2014-08-19
Fixed broken tests on Oracle after 5853c87a458f62ebd62d7809168355610de2570c.
Baptiste Mispelon
2014-08-18
Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate.
Baptiste Mispelon
2014-07-14
Fixed #22791 -- Invoke interactive questioner only for conflicts in specified...
Huu Nguyen
2014-06-23
Fixed test failures introduced by refs #22881.
Tim Graham
2014-06-20
Moved a line outside of try/except to prevent an error in finally.
Tim Graham
2014-06-20
Fixed #22862 -- Added --noinput option to makemigrations.
Huu Nguyen
2014-06-12
Fixed #22823 (and partly #22563) - FKs from unmigrated apps breaking state.
Andrew Godwin
2014-05-30
Improved the test for refs #22682.
Moayad Mardini
2014-05-30
Fixed #22682 -- `makemigrations` will create `MIGRATION_MODULES` package
Moayad Mardini
2014-05-27
Fixed #22675 -- makemigrations --dry-run to output migrations to stdout.
Moayad Mardini
2014-05-24
Fixed #22676 -- makemigrations --dry-run should not ask for defaults
Moayad Mardini
2014-05-23
Fixed #22602 -- Improved code coverage of makemigrations command tests.
Huu Nguyen
2014-05-19
Fixed #22661 -- Move makemigrations tests to the proper class
Huu Nguyen
2014-05-15
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
[prev]
[next]