Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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 Karen Tracey, 15 years ago

Resolution: fixed
Status: newclosed

(In [9795]) Fixed #10152 -- Fixed typo in porting guide. Thanks eagle-eyed anonymous.

comment:2 by Karen Tracey, 15 years ago

(In [9796]) [1.0.X] Fixed #10152 -- Fixed typo in porting guide. Thanks eagle-eyed anonymous.

r9795 from trunk.

Note: See TracTickets for help on using tickets.
Back to Top