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

Thanks João Paulo Melo de Sampaio for the test.
This commit is contained in:
Denys Duchier 2017-02-11 06:40:15 -05:00 committed by Tim Graham
parent 9ba3df8240
commit cb7860cced
4 changed files with 57 additions and 2 deletions

View file

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