django1/django/db/backends/base
Tim Graham 18f3e79b13 Removed threading fallback imports.
Django imports threading in many other places without fallback.
2015-01-28 10:23:25 -05:00
..
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
base.py Removed threading fallback imports. 2015-01-28 10:23:25 -05:00
client.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
creation.py Fixed typos in code comments. 2015-01-20 12:18:03 -05:00
features.py Fixed #24154 -- Backends can now check support for expressions 2015-01-27 12:20:06 +11:00
introspection.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
operations.py Fixed #24154 -- Backends can now check support for expressions 2015-01-27 12:20:06 +11:00
schema.py Fixed #24104 -- Fixed check to look on field.many_to_many instead of class instance 2015-01-22 18:41:19 +01:00
validation.py Removed BaseDatabaseValidation.validate_field() per deprecation timeline. 2015-01-17 14:58:09 -05:00