Changes between Version 48 and Version 49 of IrcFAQ
- Timestamp:
- Dec 19, 2007, 1:52:45 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IrcFAQ
v48 v49 2 2 3 3 There's also a helpful [http://www.djangoproject.com/documentation/faq/ official FAQ]. 4 5 [[TOC]] 4 6 5 7 = General Tips = … … 38 40 39 41 There will be several backwards-incompatible changes before the next release of Django (for example, the workings of the admin app will be changing), so it's officially recommended that production deployments stick to the 0.96 release until the next release is ready. 42 43 == I'm using the development version (via Subversion) and when I ran "svn up" a bunch of stuff broke! == #SvnUp 44 45 Don't use the development version unless you also follow the BackwardsIncompatibleChanges and possibly the [http://code.djangoproject.com/timeline timeline] as well. That way you can see what has changed *before* you update. 46 47 That way, changes like [phttp://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#Auto-escapingintemplates auto-escaping of HTML in templates] won't catch you by surprise. 48 49 Also, when reading the documentation, keep a special eye out for the "New In Development Version" sections. 40 50 41 51 == Should I read the documentation on the djangoproject.com website, or djangobook.com? == #WhichDocs