mirror of
https://github.com/django/django.git
synced 2025-10-30 17:16:10 +00:00
Added django/db/backends/creation.py, with BaseCreation. Refs #5461
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6192 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
7
django/db/backends/creation.py
Normal file
7
django/db/backends/creation.py
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
class BaseCreation(object):
|
||||||
|
"""
|
||||||
|
This class encapsulates all backend-specific differences that pertain to
|
||||||
|
database *creation*, such as the column types to use for particular Django
|
||||||
|
Fields.
|
||||||
|
"""
|
||||||
|
pass
|
||||||
Reference in New Issue
Block a user