django1/django/db
Anssi Kääriäinen 50633e7353 Fixed #12568 -- no error when accessing custom field's descriptor
The SubfieldBase's descriptor caused an AttributeError when accessed
from the class. Introspection didn't like that.

Patch by Trac alias supervacuo.
2013-09-18 10:03:52 +03:00
..
backends Fixed #21109 -- made db cursor error wrapping faster 2013-09-17 12:18:55 +03:00
migrations Fixed #21114 -- Migrations must not have a dependency to themselves. 2013-09-17 11:47:19 -04:00
models Fixed #12568 -- no error when accessing custom field's descriptor 2013-09-18 10:03:52 +03:00
__init__.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
transaction.py Tested exc_type instead of exc_value in __exit__. 2013-09-04 16:19:04 -05:00
utils.py Fixed #21109 -- made db cursor error wrapping faster 2013-09-17 12:18:55 +03:00