Changes between Version 18 and Version 19 of IrcFAQ
- Timestamp:
- Feb 28, 2007, 2:14:39 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IrcFAQ
v18 v19 27 27 28 28 Start 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 32 This 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. 29 33 30 34 == How do I extend a model? I want to subclass django.contrib.auth.models.User. ==