Changes between Version 4 and Version 5 of IrcFAQ


Ignore:
Timestamp:
Feb 19, 2007, 11:33:08 PM (17 years ago)
Author:
heckj@…
Comment:

updating to refer to the current released version

Legend:

Unmodified
Added
Removed
Modified
  • IrcFAQ

    v4 v5  
    2020= Django questions =
    2121
    22 == Which version should I use, the 0.95 release or the Subversion checkout? ==
     22== Which version should I use, the 0.95.1 release or the Subversion checkout? ==
    2323
    24 The 0.95 release is the most well-tested. That said, many people run sites based on a Subversion checkout happily. If you '''do''' use a Subversion checkout, note that you don't need to run {{{setup.py}}} -- just make sure that the checkout is on your Python path.
     24The 0.95.1 release is the most well-tested. That said, many people run sites based on a Subversion checkout happily. If you '''do''' use a Subversion checkout, note that you don't need to run {{{setup.py}}} -- just make sure that the checkout is on your Python path.
    2525
    2626== Should I read the documentation on the djangoproject.com website, or djangobook.com? ==
    2727
    28 Start with the documentation here. This is especially true if you're using 0.95, since the version that djangobook.com describes has some significant differences.
     28Start with the documentation here. This is especially true if you're using 0.95.1, since the version that djangobook.com describes has some significant differences.
    2929
    3030== How do I extend a model? I want to subclass django.contrib.auth.models.User. ==
Back to Top