Opened 16 years ago
Closed 16 years ago
#9229 closed (invalid)
Django 1.0 Model API Documentation missing?
Reported by: | Greg Sadetsky | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.0 |
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
Hi,
I'm looking for the Models documentation page for Django 1.0, and it seems to be missing. From this page:
http://www.djangoproject.com/documentation/0.96/model-api/
clicking the "For current documentation, go here." link, pointing to:
http://www.djangoproject.com/documentation/model-api/
leads to a 404.
Cheers
Greg Sadetsky
Note:
See TracTickets
for help on using tickets.
That kind of links (pointing to the same piece of doc in other releases) are broken because of two reasons: a) They are generated in a generic way with a web page template and b) In the 1.0 release the documentation has been totally re-factored changing the location of the topics in the process.
The documentation for 1.0 is now located at http://docs.djangoproject.com/. Try using the *Search* feature or use the DocumentationRedirects tentative mapping old-URL->new-URL table.
See ticket #9040