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

r9795 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9796 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Karen Tracey 2009-01-29 20:25:25 +00:00
parent aa0023b32c
commit 0f8f27f417
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ Sessions
Getting a new session key
~~~~~~~~~~~~~~~~~~~~~~~~~
``SeesionBase.get_new_session_key()`` has been renamed to
``SessionBase.get_new_session_key()`` has been renamed to
``_get_new_session_key()``. ``get_new_session_object()`` no longer exists.
Fixtures