django1/django/db/backends/base
Claude Paroz 2b281cc35e Refs #23919 -- Removed most of remaining six usage
Thanks Tim Graham for the review.
2017-01-18 21:33:28 +01:00
..
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
base.py Refs #23919 -- Removed most of remaining six usage 2017-01-18 21:33:28 +01:00
client.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
creation.py Refs #23919 -- Removed most of remaining six usage 2017-01-18 21:33:28 +01:00
features.py Fixed #27718 -- Added QuerySet.union(), intersection(), difference(). 2017-01-14 08:32:07 -05:00
introspection.py Refs #24245 -- Added introspection for database defaults on Oracle. 2016-11-30 11:21:57 -05:00
operations.py Refs #23919 -- Removed six.<various>_types usage 2017-01-18 20:18:46 +01:00
schema.py Refs #23919 -- Removed six.<various>_types usage 2017-01-18 20:18:46 +01:00
validation.py Refs #26351 -- Added check hook to support database-related checks 2016-04-08 20:28:00 +02:00