Permalink documentation is missing mention of named URL pattern
Although named URL patterns are documented in the URL Dispatch documentation, they are not mentioned in the documentation for permalink in the Model API documentation, nor is the url dispatch documentation linked.
This drastically lowers their discoverability of that feature (more django users would go through all of the model api page than through the URL dispatch documentation).
Either a basic documentation of named URL patterns should be added to that of permalink
, or a mention of them and a link to the URL dispatch documentation should be added.
The provided patch is a tentative to accomplish the former.
patch with line breaks according to style guide