app/django/db/backends/creation.py
changeset 54 03e267d67478
child 323 ff1a9aa48cfd
equal deleted inserted replaced
53:57b4279d8c4e 54:03e267d67478
       
     1 class BaseCreation(object):
       
     2     """
       
     3     This class encapsulates all backend-specific differences that pertain to
       
     4     database *creation*, such as the column types to use for particular Django
       
     5     Fields.
       
     6     """
       
     7     pass