* needs_better_patch: 0 => 1
* easy: => 0
Comment:
5789.patch fails to apply cleanly on to trunk
--
Ticket URL: <http://code.djangoproject.com/ticket/5789#comment:12>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: stugots => bouke
Comment:
I've updated the patch and created a PR:
https://github.com/django/django/pull/1771
How should the migration be carried out? It could be done using a one-time
management command, but is it desirable to add it?
--
Ticket URL: <https://code.djangoproject.com/ticket/5789#comment:14>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"0d0f4f020afe516f23fd2305f13ff0a6a539b344"]:
{{{
#!CommitTicketReference repository=""
revision="0d0f4f020afe516f23fd2305f13ff0a6a539b344"
Fixed #5789 -- Changed LocaleMiddleware session variable to '_language'.
The old 'django_language' variable will still be read from in order
to migrate users. The backwards-compatability shim will be removed in
Django 1.8.
Thanks to jdunck for the report and stugots for the initial patch.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/5789#comment:15>
Comment (by Tim Graham <timograham@…>):
In [changeset:"6d1ae5e27c3fe612209023bacd8a201fffedc375"]:
{{{
#!CommitTicketReference repository=""
revision="6d1ae5e27c3fe612209023bacd8a201fffedc375"
Removed reading of old 'django_language' session variable per deprecation
timeline.
refs #5789.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/5789#comment:16>