Opened 13 years ago

Closed 13 years ago

#17075 closed Bug (invalid)

error

Reported by: anonymous Owned by: nobody
Component: Uncategorized Version: 1.3
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

from http://www.djangobook.com/en/1.0/chapter07/
to
https://www.djangoproject.com/documentation/0.96/newforms/
via link
A Django form is a subclass of django.newforms.Form, just as a Django model is a subclass of django.db.models.Model. The django.newforms module also contains a number of Field classes; a full list is available in Django’s documentation at http://www.djangoproject.com/documentation/0.96/newforms/.

Change History (1)

comment:1 by Aymeric Augustin, 13 years ago

Resolution: invalid
Status: newclosed

I'm sorry, but www.djangobook.com isn't an official ressource of the Django project, and it isn't under our control.

Furthermore, its version 1.0 is outdated: it describes version 0.96, while the current version of Django is 1.3.

Note: See TracTickets for help on using tickets.
Back to Top