Changes between Initial Version and Version 2 of Ticket #14350


Ignore:
Timestamp:
Sep 27, 2010, 8:12:37 PM (14 years ago)
Author:
Ramiro Morales
Comment:

Re-formatted description.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14350 – Description

    initial v2  
    66I suggest something like the following:
    77
     8{{{
    89      def login_user(self, user):
    910          if not 'django.contrib.sessions' in settings.INSTALLED_APPS:
     
    3536          # Save the session values.
    3637          request.session.save()
     38}}}
    3739
    3840refactoring with the common code in other methods.
Back to Top