#14685: contrib.sessions.models has incompatible or extraneous code -------------------------------------+-------------------------------------- Reporter: PaulM | Owner: nobody Status: new | Milestone: 1.3 Component: django.contrib.sessions | Version: 1.2 Keywords: | Stage: Unreviewed Has_patch: 0 | -------------------------------------+-------------------------------------- [http://code.djangoproject.com/browser/django/trunk/django/contrib/sessions/models.py `contrib.sessions.models`] has a couple methods that seem outdated and extraneous.
The specific problem methods are `SessionManager.encode()` and `Session.get_decoded()`. They definitely duplicate functionality (at a copy-paste level) now found elsewhere. I ''think'' these may be vestigal, but I haven't fully investigated. Someone more familiar with the sessions framework might want to take a look. If these are still in use somewhere, they need to be updated to match their new, higher security analogs in `contrib.sessions.backends.base`. -- Ticket URL: <http://code.djangoproject.com/ticket/14685> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- 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.
