django1/django/db
Simon Charette b91787910c Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.
Those methods were only used by `contrib.admin` internally and exclusively
related to `contrib.auth`. Since they were undocumented but used
in the wild the raised deprecation warning point to an also undocumented
alternative that lives in `contrib.auth`.

Also did some PEP8 and other cleanups in the affected modules.
2013-06-25 12:22:37 -04:00
..
backends Fixed #20587 -- Made convert_values handle None values 2013-06-22 14:05:12 +01:00
models Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`. 2013-06-25 12:22:37 -04:00
__init__.py Delayed settings.DATABASE_ROUTERS usage by ConnectionRouter 2013-05-23 15:19:12 +02:00
transaction.py Changed API to disable ATOMIC_REQUESTS per view. 2013-05-19 19:53:16 +02:00
utils.py Fixed #17601 -- expose underlying db exceptions under py2 2013-06-04 12:46:10 +01:00