#14545 closed (fixed)
ValidationError missing from Exceptions Reference docs — at Version 3
| 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 (3)
comment:1 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 15 years ago
comment:3 by , 15 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.