Changes between Version 18 and Version 19 of IrcFAQ


Ignore:
Timestamp:
Feb 28, 2007, 2:14:39 PM (18 years ago)
Author:
Paul Bx <pb@…>
Comment:

added note about "'function' object has no attribute 'rindex'"

Legend:

Unmodified
Added
Removed
Modified
  • IrcFAQ

    v18 v19  
    2727
    2828Start with the [http://www.djangoproject.com/documentation/ documentation] here. This is especially true if you're using 0.95.1, since the version that djangobook.com describes has some significant differences.
     29
     30== What does `'function' object has no attribute 'rindex'` mean? ==
     31
     32This error is a telltale sign that you're trying to follow djangobook.com with a version of Django that's too old. See previous question.
    2933
    3034== How do I extend a model? I want to subclass django.contrib.auth.models.User. ==
Back to Top