Opened 10 years ago

Closed 9 years ago

#21799 closed Cleanup/optimization (fixed)

loaddata ignorenonexistent should ignore missing models too

Reported by: michael.clagett@… Owned by: esauro
Component: Core (Serialization) Version: dev
Severity: Normal Keywords: loaddata ignorenonexistent
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: yes
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

As an extension of https://code.djangoproject.com/ticket/9279 , I'd like to propose that the ignorenonexistent flag for loaddata gracefully handle fixtures for models that don't exist.

Change History (8)

comment:1 by anonymous, 10 years ago

Easy pickings: set

comment:2 by esauro, 10 years ago

Component: UncategorizedCore (Serialization)
Type: UncategorizedCleanup/optimization

comment:3 by Tim Graham, 10 years ago

Easy pickings: unset
Triage Stage: UnreviewedAccepted
Version: 1.6master

comment:4 by esauro, 10 years ago

Owner: changed from nobody to esauro
Status: newassigned

comment:6 by Tim Graham, 10 years ago

Has patch: set
Needs documentation: set

PR needs documentation.

comment:7 by anonymous, 10 years ago

Added documentation to PR.

comment:8 by Tim Graham, 9 years ago

Resolution: fixed
Status: assignedclosed

Trac didn't pickup the commit and close this ticket.

In ec9043ab2f6027da709d1daf0df5599db6a77453:

Fixed #21799 - Modified loaddata --ignorenonexistent to ignore models.

Note: See TracTickets for help on using tickets.
Back to Top