#16595 closed Cleanup/optimization (fixed)
SessionBase docs don't mention pop()
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.3 |
Severity: | Normal | Keywords: | SessionBase pop |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The functionality has been there since 2007, and it would be nice to mention that you can do request.session.pop('foo')
.
Attachments (1)
Change History (4)
by , 13 years ago
Attachment: | mention_pop_in_docs.diff added |
---|
comment:1 by , 13 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
Treating this as a spelling correction, does not really need any more text.
Note:
See TracTickets
for help on using tickets.
Documentation patch to mention pop()