summaryrefslogtreecommitdiff
path: root/django/core
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2026-01-07 16:20:36 -0500
committerJacob Walls <jacobtylerwalls@gmail.com>2026-01-12 16:38:32 -0500
commit1a70889d5837982a111bca0280ea6ca782c6de6b (patch)
treecd35fc16e92fd56849a4105029d8a2d7a75e4bc1 /django/core
parent2b192bff26cf956c168790fce6a637cbd814250b (diff)
Refs #36769 -- Corrected invalid XML fixtures.
fixture9.xml was likely wrong since its introduction in 35cc439228cd32dfa7a3ec919db01a8a5cd17d33. The relevant part of the Visa model is: class Visa(models.Model): person = models.ForeignKey(Person, models.CASCADE) The Visa.person <field>s needed to be declared as relations, and the Person <field>s didn't need their values wrapped in `<natural>`, since they weren't relations.
Diffstat (limited to 'django/core')
0 files changed, 0 insertions, 0 deletions