summaryrefslogtreecommitdiff
path: root/django/db/backends/creation.py
blob: 4071cef6aa35a75ba79c05404d2140127766fc67 (plain)
1
2
3
4
5
6
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