Author: kmtracey Date: 2009-01-29 14:21:43 -0600 (Thu, 29 Jan 2009) New Revision: 9795
Modified: django/trunk/docs/releases/1.0-porting-guide.txt Log: Fixed #10152 -- Fixed typo in porting guide. Thanks eagle-eyed anonymous. Modified: django/trunk/docs/releases/1.0-porting-guide.txt =================================================================== --- django/trunk/docs/releases/1.0-porting-guide.txt 2009-01-29 20:19:52 UTC (rev 9794) +++ django/trunk/docs/releases/1.0-porting-guide.txt 2009-01-29 20:21:43 UTC (rev 9795) @@ -415,7 +415,7 @@ 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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
