django1/django/db
Tim Graham 2333c9662b Fixed #14007 -- Added model discovery in models module without the need to specify app_label.
Thanks mark@ and Aramgutang for work on the patch.
2013-07-16 19:32:30 -04:00
..
backends Fixed last_executed_query test failure on Oracle 2013-07-08 23:47:02 +03:00
models Fixed #14007 -- Added model discovery in models module without the need to specify app_label. 2013-07-16 19:32:30 -04:00
__init__.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
transaction.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
utils.py Removed some conditional code only needed under Python 2.6. 2013-07-01 12:02:17 +02:00