mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
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:
parent
9ba3df8240
commit
cb7860cced
4 changed files with 57 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
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