1
0
mirror of https://github.com/django/django.git synced 2025-01-26 10:09:42 +00:00
Tim Graham 0595bca221 Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in multi-table inheritance models."
This reverts commit 74a575eb7296fb04e1fc2bd4e3f68dee3c66ee0a as it causes
unexpected migrations and doesn't seem to be the best solution.
2017-02-11 06:34:59 -05:00

4 lines
87 B
Python

from .base import * # NOQA
from .data import * # NOQA
from .natural import * # NOQA