Changes between Version 98 and Version 99 of BackwardsIncompatibleChanges
- Timestamp:
- Jun 2, 2007, 11:37:37 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackwardsIncompatibleChanges
v98 v99 207 207 '''Warning: Back up your database first! ''' For SQLite, this means making a copy of the single file that stores the database (the name of that file is the DATABASE_NAME in your settings.py file). 208 208 209 For every application using a !DecimalField, do the following. We will use applications call {{{some_app}}} and {{{another_app}}} in this example209 For every application using a !DecimalField, do the following. We will use applications called {{{some_app}}} and {{{another_app}}} in this example 210 210 {{{ 211 211 ./manage.py dumpdata --format=xml some_app another_app > data-dump.xml