Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in multi-table inheritance models."

This reverts commit 74a575eb72 as it causes
unexpected migrations and doesn't seem to be the best solution.
This commit is contained in:
Tim Graham 2017-02-11 06:31:20 -05:00
parent 7b6e42089c
commit 0595bca221
5 changed files with 3 additions and 65 deletions

View file

@ -1,4 +1,3 @@
from .base import * # NOQA
from .data import * # NOQA
from .multi_table import * # NOQA
from .natural import * # NOQA