Changes between Version 98 and Version 99 of BackwardsIncompatibleChanges


Ignore:
Timestamp:
Jun 2, 2007, 11:37:37 AM (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BackwardsIncompatibleChanges

    v98 v99  
    207207'''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).
    208208
    209 For every application using a !DecimalField, do the following. We will use applications call {{{some_app}}} and {{{another_app}}} in this example
     209For every application using a !DecimalField, do the following. We will use applications called {{{some_app}}} and {{{another_app}}} in this example
    210210{{{
    211211./manage.py dumpdata --format=xml some_app another_app > data-dump.xml
Back to Top