* owner: dloewenherz => bigkevmcd
--
Ticket URL: <https://code.djangoproject.com/ticket/12405#comment:11>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by anonymous):
So? What's the status?
--
Ticket URL: <https://code.djangoproject.com/ticket/12405#comment:12>
* status: assigned => new
* owner: bigkevmcd =>
--
Ticket URL: <https://code.djangoproject.com/ticket/12405#comment:13>
* owner: => cbarcenas
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/12405#comment:14>
Comment (by cbarcenas):
Picking this one up as my first contribution to Django :) I don't
anticipate this taking more than a few lines of code and a test or two.
--
Ticket URL: <https://code.djangoproject.com/ticket/12405#comment:15>
Comment (by hobarrera):
I've implemented a PR for this, based on changes that implemented this on
a specific project:
https://github.com/django/django/pull/5193
Let me know if there's anything that need tweaking.
--
Ticket URL: <https://code.djangoproject.com/ticket/12405#comment:16>
* needs_docs: 1 => 0
* has_patch: 0 => 1
Comment:
Tests are missing. Please uncheck "Needs tests" on the ticket when you
update it so the ticket appears in the review queue, thanks!
--
Ticket URL: <https://code.djangoproject.com/ticket/12405#comment:17>
* owner: cbarcenas => hobarrera
* needs_tests: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/12405#comment:18>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"dcee1dfc798bbf4602a35fb73f6acade9f5fd630" dcee1dfc]:
{{{
#!CommitTicketReference repository=""
revision="dcee1dfc798bbf4602a35fb73f6acade9f5fd630"
Fixed #12405 -- Added LOGOUT_REDIRECT_URL setting.
After a user logs out via auth.views.logout(), they're redirected
to LOGOUT_REDIRECT_URL if no `next_page` argument is provided.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/12405#comment:19>