django1/django/db
Anssi Kääriäinen 3a66035107 Removed F.__deepcopy__()
The method didn't change standard __deepcopy__ in any way.
2013-10-17 17:45:56 +03:00
..
backends Remove some unnecesary uses of bool 2013-10-17 05:27:34 -07:00
migrations First pass on squashmigrations command; files are right, execution not. 2013-10-16 12:00:07 +01:00
models Removed F.__deepcopy__() 2013-10-17 17:45:56 +03: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 Add get_migratable_models util method to ConnectionRouter 2013-10-16 18:02:49 +02:00