Skip to content

Commit

Permalink
Fixed #10152 -- Fixed typo in porting guide. Thanks eagle-eyed anonym…
Browse files Browse the repository at this point in the history
…ous.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9795 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
kmtracey committed Jan 29, 2009
1 parent 9a03c21 commit b197fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/releases/1.0-porting-guide.txt
Expand Up @@ -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
Expand Down

0 comments on commit b197fa7

Please sign in to comment.