Opened 12 years ago
Closed 12 years ago
#19998 closed Bug (fixed)
loaddata --ignorenonexistent not working for XML based fixtures
Reported by: | sigi | Owned by: | sigi |
---|---|---|---|
Component: | Core (Serialization) | Version: | dev |
Severity: | Normal | Keywords: | fixtures |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
The new --ignorenonexistent commandline argument for loaddata is not working with XML based fixtures, because there is
no code for it in django.core.serializers.xml_serializer.Deserializer.
The patch adds code for ignoring nonexistent fields and a small test.
Change History (5)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Version: | 1.5 → master |
---|
comment:3 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 12 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:5 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
https://github.com/chsigi/django/tree/ticket_19998