diff options
| author | Preston Holmes <preston@ptone.com> | 2012-09-30 16:34:13 +0400 |
|---|---|---|
| committer | Preston Holmes <preston@ptone.com> | 2012-09-30 23:40:27 -0700 |
| commit | e7723683dc652613df369d5ca412e8b1217012d3 (patch) | |
| tree | ac531a7e8bdf7b363c9942951f9be8c5fefce85c /docs/ref | |
| parent | 7cc4068c4470876c526830778cbdac2fdfd6dc26 (diff) | |
Fixed #9279 -- Added ignorenonexistent option to loaddata
Thanks to Roman Gladkov for the initial patch and Simon Charette for review.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 93e8fd9856..7fa7539985 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -289,6 +289,11 @@ 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. +.. versionadded:: 1.5 + +The :djadminopt:`--ignorenonexistent` option can be used to ignore fields that +may have been removed from models since the fixture was originally generated. + What's a "fixture"? ~~~~~~~~~~~~~~~~~~~ |
