#12001 closed (fixed)
using form.error_class instead of ErrorList in forms validation docs
| Reported by: | Alexander Schepanovski | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.1 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
On page http://docs.djangoproject.com/en/dev/ref/forms/validation/ example shows adding errors to form._error using ErrorList.
Using self.error_class would be cleaner
Attachments (1)
Change History (4)
by , 16 years ago
| Attachment: | 12001.diff added |
|---|
comment:1 by , 16 years ago
| Has patch: | set |
|---|---|
| Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
ErrorList -> self.error_class