Skip to content

Commit

Permalink
[1.0.X] Fixed #10152 -- Fixed typo in porting guide. Thanks eagle-eye…
Browse files Browse the repository at this point in the history
…d anonymous.

r9795 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9796 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
kmtracey committed Jan 29, 2009
1 parent aa0023b commit 0f8f27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/releases/1.0-porting-guide.txt
Original file line number Diff line number Diff line change
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 0f8f27f

Please sign in to comment.