#12925 closed (fixed)
A typographic error in the release notes for Django 1.1
Reported by: | aruseni | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.1 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
“AdminSite.root will will raise a PendingDeprecationWarning if used in Django 1.1.”
Change History (5)
comment:1 by , 15 years ago
milestone: | → 1.2 |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 15 years ago
Component: | Uncategorized → Documentation |
---|
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
(In [12513]) Fixed #12925 -- Corrected typo in v1.1 release notes. Thanks to aruseni for the report.