Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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 Gabriel Hurley, 14 years ago

Triage Stage: UnreviewedAccepted

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.

comment:2 by Gabriel Hurley, 14 years ago

Resolution: fixed
Status: newclosed

(In [14331]) Fixed #14537 -- Added documentation on where validators can be imported from to Validators Reference docs, and improved Sphinx formatting and metadata. Thanks to rfugger for the report.

comment:3 by Gabriel Hurley, 14 years ago

(In [14332]) [1.2.X] Fixed #14537 -- Added documentation on where validators can be imported from to Validators Reference docs, and improved Sphinx formatting and metadata. Thanks to rfugger for the report.

Backport of [14331] from trunk.

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