django1/django/db
Loic Bistuer 8d6953d55c Added support for serializing class methods. - Refs #21290.
The new handling allows us to do away with the whitelisting that was
required to support date and datetime objects.
2013-10-19 12:10:18 -04:00
..
backends Fixed #21285 -- Fixed E121,E122 pep8 warnings 2013-10-17 20:20:11 -04:00
migrations Added support for serializing class methods. - Refs #21290. 2013-10-19 12:10:18 -04:00
models Fixed #21283 -- Added support for migrations if models is a package. 2013-10-19 09:48:57 -04:00
__init__.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
transaction.py Fixed #21134 -- Prevented queries in broken transactions. 2013-09-30 09:42:27 +02:00
utils.py Fixed #21287 -- Fixed E123 pep8 warnings 2013-10-18 10:07:39 +01:00