--
Ticket URL: <https://code.djangoproject.com/ticket/25336>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "options.py" added.
the solution is between line 273-278
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/25336#comment:1>
* owner: nobody => zoe-stockholm
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/25336#comment:2>
* status: assigned => closed
* resolution: => fixed
--
Ticket URL: <https://code.djangoproject.com/ticket/25336#comment:3>
* resolution: fixed => wontfix
Comment:
As discussed on the [https://github.com/django/django/pull/5147 pull
request]. It's not clear to me that this can't be solved in a custom
`get_absolute_url()` method. Assuming that the model instance has a
`language_code` doesn't seem like a good idea. Please reopen with more
details if you find that it can't be solved without making a change to
Django. Thanks!
--
Ticket URL: <https://code.djangoproject.com/ticket/25336#comment:4>