django1/django/db
Marten Kenbeek d73176a842 Fixed #24848 -- Fixed ValueError for faulty migrations module.
Added apps to unmigrated apps if the migrations module is a file
or a folder missing __init__.py.

Thanks to Ernest0x for the bug report.
2015-05-25 13:47:50 -04:00
..
backends Well, what should I say: UPS. 2015-05-24 17:33:44 +02:00
migrations Fixed #24848 -- Fixed ValueError for faulty migrations module. 2015-05-25 13:47:50 -04:00
models Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted objects. 2015-05-22 13:27:16 -04:00
__init__.py Fixed #23820 -- Supported per-database time zone. 2015-05-17 09:40:28 +02:00
transaction.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
utils.py Fixed #23820 -- Supported per-database time zone. 2015-05-17 09:40:28 +02:00