#10152 closed (fixed)
Typo in 1.0 Porting Guide?
| Reported by: | anonymous | 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
http://docs.djangoproject.com/en/dev/releases/1.0-porting-guide/#getting-a-new-session-key
SeesionBase.get_new_session_key()
Shouldn't that read: SessionBase ?
Change History (2)
comment:1 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 17 years ago
Note:
See TracTickets
for help on using tickets.
(In [9795]) Fixed #10152 -- Fixed typo in porting guide. Thanks eagle-eyed anonymous.