--
Ticket URL: <https://code.djangoproject.com/ticket/20418>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
Related to #7836.
--
Ticket URL: <https://code.djangoproject.com/ticket/20418#comment:1>
* needs_docs: 0 => 1
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/20418#comment:2>
* owner: nobody => nmundar
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/20418#comment:3>
Comment (by nmundar):
Documentation update is available from this branch:
https://github.com/nmundar/django/tree/ticket_20418
--
Ticket URL: <https://code.djangoproject.com/ticket/20418#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
Merged in [d9c01da1]
In the future, please following the commit message guidelines ("Fixed
#XXXXXX -- Commit description") so that the ticket will automatically be
closed when the pull request is merged.
https://docs.djangoproject.com/en/dev/internals/contributing/committing-
code/#committing-guidelines
--
Ticket URL: <https://code.djangoproject.com/ticket/20418#comment:5>
Comment (by Tim Graham <timograham@…>):
In [changeset:"3a85aae2eacae836e2a92de77615569883b81932"]:
{{{
#!CommitTicketReference repository=""
revision="3a85aae2eacae836e2a92de77615569883b81932"
Revert "Improve cookie based session backend docs." refs #20418
This reverts commit d9c01da1f8ba3d4e0947fd1d619c8f4a9b013360.
This is poor advice as it breaks the test client login (refs #22934).
We can add a note like this back after refs #22986 is resolved.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/20418#comment:6>
Comment (by Tim Graham <timograham@…>):
In [changeset:"f3bdb83ba58a696c0696d8a6706d2c44a00da68a"]:
{{{
#!CommitTicketReference repository=""
revision="f3bdb83ba58a696c0696d8a6706d2c44a00da68a"
[1.6.x] Revert "Improve cookie based session backend docs." refs #20418
This reverts commit d9c01da1f8ba3d4e0947fd1d619c8f4a9b013360.
This is poor advice as it breaks the test client login (refs #22934).
We can add a note like this back after refs #22986 is resolved.
Backport of 3a85aae2ea from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/20418#comment:8>
Comment (by Tim Graham <timograham@…>):
In [changeset:"a3d710a38f1fab5e092cef7a17826674a00e70ea"]:
{{{
#!CommitTicketReference repository=""
revision="a3d710a38f1fab5e092cef7a17826674a00e70ea"
[1.7.x] Revert "Improve cookie based session backend docs." refs #20418
This reverts commit d9c01da1f8ba3d4e0947fd1d619c8f4a9b013360.
This is poor advice as it breaks the test client login (refs #22934).
We can add a note like this back after refs #22986 is resolved.
Backport of 3a85aae2ea from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/20418#comment:7>