mirror of
https://github.com/django/django.git
synced 2025-11-01 12:25:37 +00:00
Complemented pickle test for ValuesQuerySet with related field
Refs #14515.
This commit is contained in:
parent
7ce9644d93
commit
fae551d765
2 changed files with 6 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ class Group(models.Model):
|
|||
|
||||
|
||||
class Event(models.Model):
|
||||
title = models.CharField(max_length=100)
|
||||
group = models.ForeignKey(Group)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue