mirror of
https://github.com/django/django.git
synced 2025-11-24 04:47:12 +00:00
Refs #36075 -- Used field in pk_fields over field.primary_key.
This commit is contained in:
parent
d66137b39b
commit
bf7b17d16d
8 changed files with 53 additions and 7 deletions
|
|
@ -340,6 +340,7 @@ class CompositePKFixturesTests(TestCase):
|
|||
"fields": {
|
||||
"id": 1,
|
||||
"created": "2022-01-12T05:55:14.956",
|
||||
"text": "",
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue