django1/django/db/migrations
Aymeric Augustin bbdf01e00a Populated non-master app registries.
This removes the gap between the master app registry and ad-hoc app
registries created by the migration framework, specifically in terms
of behavior of the get_model[s] methods.

This commit contains a stealth feature that I'd rather not describe.
2013-12-28 20:37:42 +01:00
..
operations Renamed AppCache to Apps. 2013-12-24 12:25:17 +01:00
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
autodetector.py Renamed AppCache to Apps. 2013-12-24 12:25:17 +01:00
executor.py Used app_label instead of appname. 2013-12-28 09:53:02 +01:00
graph.py Fixed #21298 -- Fixed E301 pep8 warnings 2013-10-23 13:45:03 +01:00
loader.py Created a constant for the migrations module name. 2013-12-27 15:36:19 +01:00
migration.py Fix migration planner to fully understand squashed migrations. And test. 2013-10-23 22:56:54 +01:00
optimizer.py Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
questioner.py Created a constant for the migrations module name. 2013-12-27 15:36:19 +01:00
recorder.py Renamed AppCache to Apps. 2013-12-24 12:25:17 +01:00
state.py Populated non-master app registries. 2013-12-28 20:37:42 +01:00
writer.py Renamed AppCache to Apps. 2013-12-24 12:25:17 +01:00