Changes between Version 48 and Version 49 of IrcFAQ


Ignore:
Timestamp:
Dec 19, 2007, 1:52:45 PM (16 years ago)
Author:
Paul Bissex
Comment:

added item for "I ran svn up and then stuff broke" and re-added TOC

Legend:

Unmodified
Added
Removed
Modified
  • IrcFAQ

    v48 v49  
    22
    33There's also a helpful [http://www.djangoproject.com/documentation/faq/ official FAQ].
     4
     5[[TOC]]
    46
    57= General Tips =
     
    3840
    3941There 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
     45Don'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
     47That way, changes like [phttp://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#Auto-escapingintemplates auto-escaping of HTML in templates] won't catch you by surprise.
     48
     49Also, when reading the documentation, keep a special eye out for the "New In Development Version" sections.
    4050
    4151== Should I read the documentation on the djangoproject.com website, or djangobook.com? == #WhichDocs
Back to Top