mirror of
https://github.com/django/django.git
synced 2025-09-07 03:00:43 +00:00
Fixed in master byb68212f539
. Forwardport of290c9d6654
from stable/1.8.x
This commit is contained in:
parent
f7b2978158
commit
7c7b855106
3 changed files with 19 additions and 1 deletions
|
@ -373,3 +373,11 @@ class PrimaryKeyUUIDModel(models.Model):
|
|||
|
||||
class RelatedToUUIDModel(models.Model):
|
||||
uuid_fk = models.ForeignKey('PrimaryKeyUUIDModel')
|
||||
|
||||
|
||||
class UUIDChild(PrimaryKeyUUIDModel):
|
||||
pass
|
||||
|
||||
|
||||
class UUIDGrandchild(UUIDChild):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue