Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed #9279 -- Added option to ignore data for fields that no longer exist #410

Closed
wants to merge 1 commit into from
Closed

Conversation

d1ffuz0r
Copy link

Added option to ignore data for fields that no longer exist
to loaddata command. Added documentation how use it.

@@ -289,6 +289,8 @@ Searches for and loads the contents of the named fixture into the database.
The :djadminopt:`--database` option can be used to specify the database
onto which the data will be loaded.

The ``--ignorenonexistent`` option can be used for ignore fields were removed from models and database.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be under a versionadded 1.5 clause.

@charettes
Copy link
Member

A note should also be added to the 1.5 release note.

Should be too late to get this in 1.5 since feature freeze is today but I would give this a try since it's a simple patch.

…exist

Added option to ignore data for fields that no longer exist
to loaddata command. Added documentation how use it.
Thanks Simon Charette for review.
@d1ffuz0r
Copy link
Author

d1ffuz0r commented Oct 1, 2012

@charettes done.

@ptone
Copy link
Member

ptone commented Oct 1, 2012

fixed in e772368

@ptone ptone closed this Oct 1, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants