Changes between Version 97 and Version 98 of BackwardsIncompatibleChanges
- Timestamp:
- May 22, 2007, 10:51:07 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackwardsIncompatibleChanges
v97 v98 217 217 1. It is important that you remember to use XML format in the first step of this process. We are exploiting a feature of the XML data dumps that makes porting floats to decimals with SQLite possible. 218 218 2. In the second step you will be asked to confirm that you are prepared to lose the data for the application(s) in question. We restore this data in the third step, of course. 219 3. !DecimalField is not used in any of the apps shipped with Django prior to this change being made, so you do not need to worry about performing this procedure for any of the standard Django applications. 219 220 220 221 If something goes wrong in the above process, just copy your backed up database file over the top of the original file and start again.