django1/django/db
Craig de Stigter ce993efda8 Fixed #22690 -- Added a check for proxy models containing fields.
Removed the FieldError raised by ModelBase.__new__ in this case.
2014-06-02 09:32:38 -04:00
..
backends Fixed #22744 -- Fixed sqlite3 get_relations introspection with views 2014-06-01 22:03:33 +02:00
migrations Fixed #22659 -- Prevent model states from sharing field instances. 2014-06-01 15:10:38 -04:00
models Fixed #22690 -- Added a check for proxy models containing fields. 2014-06-02 09:32:38 -04: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