--
Ticket URL: <https://code.djangoproject.com/ticket/18348>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by aaugustin):
We should probably include `create()` and `save()` in the public API. See
#18344.
--
Ticket URL: <https://code.djangoproject.com/ticket/18348#comment:1>
Comment (by aaugustin):
#19147 is another example of a developer attempting to access
`session_key` before saving the session.
--
Ticket URL: <https://code.djangoproject.com/ticket/18348#comment:2>
* stage: Design decision needed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/18348#comment:3>
* component: contrib.sessions => Documentation
--
Ticket URL: <https://code.djangoproject.com/ticket/18348#comment:4>
* cc: vpnosum@… (added)
* owner: nobody => vpnosum
* has_patch: 0 => 1
* status: new => assigned
Old description:
> Many developers attempt to use `session.session_key`. Documenting it
> would help them use it correctly.
>
> Related thread: https://groups.google.com/group/django-
> developers/browse_thread/thread/d78e268f8b15fd9d
New description:
Many developers attempt to use `session.session_key`. Documenting it would
help them use it correctly.
Related thread: https://groups.google.com/group/django-
developers/browse_thread/thread/d78e268f8b15fd9d
Updated documentation, pull request here:
https://github.com/django/django/pull/6952
--
--
Ticket URL: <https://code.djangoproject.com/ticket/18348#comment:5>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"32cf01c1c1dcd5fa5d700d0e5117778caf947b74" 32cf01c1]:
{{{
#!CommitTicketReference repository=""
revision="32cf01c1c1dcd5fa5d700d0e5117778caf947b74"
Fixed #18348 -- Documented SesssionStore.create()
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/18348#comment:6>
Comment (by Tim Graham <timograham@…>):
In [changeset:"b4fa102503076e62db13f76bbee4a3c880926676" b4fa102]:
{{{
#!CommitTicketReference repository=""
revision="b4fa102503076e62db13f76bbee4a3c880926676"
[1.10.x] Fixed #18348 -- Documented SesssionStore.create()
Backport of 32cf01c1c1dcd5fa5d700d0e5117778caf947b74 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/18348#comment:7>
Comment (by Tim Graham <timograham@…>):
In [changeset:"b0b0a02af53a36776435133480334dc52df0301f" b0b0a02]:
{{{
#!CommitTicketReference repository=""
revision="b0b0a02af53a36776435133480334dc52df0301f"
[1.9.x] Fixed #18348 -- Documented SesssionStore.create()
Backport of 32cf01c1c1dcd5fa5d700d0e5117778caf947b74 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/18348#comment:8>