#14545 closed (fixed)
ValidationError missing from Exceptions Reference docs
Reported by: | Gabriel Hurley | Owned by: | Gabriel Hurley |
---|---|---|---|
Component: | Documentation | Version: | 1.2 |
Severity: | 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 (last modified by )
The Exceptions Reference is supposed to list all the exceptions defined in django.core.exceptions, but it's missing ValidationError
.
Also, that file is almost devoid of Sphinx metadata (crossref targets, etc.).
Change History (4)
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
comment:3 by , 14 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
(In [14329]) Fixed #14545 -- Added ValidationError to Exceptions Reference docs and improved Sphinx metadata.