#8150 closed (fixed)
Django documentation overview is outdated (as of 2008-08-07)
Reported by: | Tomek Paczkowski | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
http://www.djangoproject.com/documentation/overview/
Parts regarding admin interface was not updated with NFA.
Attachments (2)
Change History (11)
by , 16 years ago
Attachment: | 8150.patch added |
---|
comment:1 by , 16 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 16 years ago
milestone: | → 1.0 beta |
---|
comment:3 by , 16 years ago
milestone: | 1.0 beta → 1.0 |
---|
This is not a 1.0-beta ticket, since it can easily be done after the beta release.
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This isn't really relevant now that the docs refactor has landed. All new documentation is at http://docs.djangoproject.com/ and tickets should be (and have been) opened against specific problems found there.
comment:5 by , 16 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Malcolm, I think this is still relevant. The problem persists in the refactored docs, and I couldn't find any other ticket addressing that:
http://docs.djangoproject.com/en/dev/intro/overview/#a-dynamic-admin-interface-it-s-not-just-scaffolding-it-s-the-whole-house
I've attached the same patch as mk's, which this time applies against the refactored docs.
follow-up: 7 comment:6 by , 16 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Yes, you're right. I misread the point of the ticket. However, the new patch (incorrectly) removes the word "authenticated" from the first part of the patch, so whoever checks this in should remember to fix that.
by , 16 years ago
Attachment: | 8150.overview-doc.diff added |
---|
Same patch as mk's, but against the refactored doc
comment:7 by , 16 years ago
Replying to mtredinnick:
Yes, you're right. I misread the point of the ticket. However, the new patch (incorrectly) removes the word "authenticated" from the first part of the patch, so whoever checks this in should remember to fix that.
Yep, well spotted. That was a bad copy/paste by me. I've updated the patch to fix that.
comment:8 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
#7901 was closed as dupe as it didn't have a patch. Also pushing this to beta 1.0 as it's important to fix it before release.