See https://github.com/django/django/pull/1554 for the patch.
--
Ticket URL: <https://code.djangoproject.com/ticket/21051>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/21051#comment:1>
* needs_better_patch: 0 => 1
Comment:
After discussion with Ramiro on IRC, we're not sure if we should move
forward with this. Using a dictionary has the problem that default
settings from `django/conf/global_settings.py` would be lost if only
overriding part of the `SESSION_COOKIE` dictionary. I proposed the
possibility of adding a shim to the settings setter to merge the two
dictionaries, but I'm not sure if this is feasible or worth it.
Marking as "patch needs improvement", but leaving it up to Ramiro as to
whether we should move forward or won't fix.
--
Ticket URL: <https://code.djangoproject.com/ticket/21051#comment:2>
* status: new => closed
* resolution: => wontfix
Comment:
The described limitations seem unlikely fixable with urrent implementation
of settings infrastructure. Closing for now.
--
Ticket URL: <https://code.djangoproject.com/ticket/21051#comment:3>