django1/django/db
Moayad Mardini 56cfa508c7 Fixed #22682 -- `makemigrations` will create `MIGRATION_MODULES` package
`makemigrations` will automatically create the package specified
in `MIGRATION_MODULES` if it doesn't already exist.

Thanks ovidiuc4 for the report.
2014-05-30 01:23:09 +03:00
..
backends Simplified, very slightly, some code in the oracle backend 2014-05-28 17:17:58 -07:00
migrations Fixed #22682 -- `makemigrations` will create `MIGRATION_MODULES` package 2014-05-30 01:23:09 +03:00
models Fixed several typos in Django 2014-05-28 17:39:14 -07:00
__init__.py Removed unused imports. 2014-03-21 20:18:19 -04:00
transaction.py Improved a comment. Thanks intgr for the report. 2014-04-11 23:01:00 +02:00
utils.py Removed deprecated TRANSACTIONS_MANAGED setting. 2014-03-21 21:34:47 +01:00