Opened 13 years ago
Closed 13 years ago
#19504 closed Bug (invalid)
Django 1.5 documentation has documentation for a django-dev only class, PermissionsMixin
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | 1.5-beta-1 | 
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | yes | UI/UX: | no | 
Description
Django 1.5 Documentation references PermissionsMixin, which is not part of 1.5b2 currently. It is part of HEAD/trunk/dev, or whatever you would like to refer to the current main branch, but not 1.5b2.
I would've attached a patch, but I am unsure if you plan on removing the documentation or adding the class :)
  Note:
 See   TracTickets
 for help on using tickets.
    
It isn't in 1.5b2, but it is in the 1.5 branch. It was a late addition necessary to address ticket #19412.