#14537 closed (fixed)
Validators documentation page doesn't say where to import validators from
Reported by: | Ryan Fugger | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | validators, documentation, module, import | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
http://docs.djangoproject.com/en/dev/ref/validators/
There is no mention of importing from django.core.validators in the online documentation.
Change History (3)
comment:1 by , 14 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
The module directive is set in the Sphinx markup, but not actually mentioned in the human-readable text.
Also, the attribute directives on this page need to be indented so that Sphinx will correctly relate them to the classes they belong to.