Opened 18 years ago
Closed 18 years ago
#6081 closed (fixed)
contrib.sessions.models.Session has obsolete functions
| Reported by: | Ben Slavin | Owned by: | Ben Slavin |
|---|---|---|---|
| Component: | contrib.sessions | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
As of [6333], get_new_session_key and get_new_session_object on Session are no longer used, but are still present.
Functionality was moved to SessionBase under _get_new_session_key.
Attachments (1)
Change History (2)
by , 18 years ago
| Attachment: | ticket_6081__rev_6794.diff added |
|---|
comment:1 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Removes functions specified in ticket.