mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
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:
parent
7b6e42089c
commit
0595bca221
5 changed files with 3 additions and 65 deletions
|
@ -1,4 +1,3 @@
|
|||
from .base import * # NOQA
|
||||
from .data import * # NOQA
|
||||
from .multi_table import * # NOQA
|
||||
from .natural import * # NOQA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue