Changes between Initial Version and Version 2 of Ticket #14350
- Timestamp:
- Sep 27, 2010, 8:12:37 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14350 – Description
initial v2 6 6 I suggest something like the following: 7 7 8 {{{ 8 9 def login_user(self, user): 9 10 if not 'django.contrib.sessions' in settings.INSTALLED_APPS: … … 35 36 # Save the session values. 36 37 request.session.save() 38 }}} 37 39 38 40 refactoring with the common code in other methods.