Opened 10 years ago

Closed 10 years ago

#22849 closed New feature (fixed)

Implement Session.__str__() to allow easy introspection

Reported by: Ram Rachum Owned by: mardini
Component: contrib.sessions Version: 1.6
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description


Change History (4)

comment:1 by Tim Graham, 10 years ago

Summary: Implement `Session.__repr__` or `Session.__str__` to allow easy introspectionImplement Session.__str__() to allow easy introspection
Triage Stage: UnreviewedAccepted

And don't forget to decorate the class with @python_2_unicode_compatible.

comment:2 by mardini, 10 years ago

Owner: changed from nobody to mardini
Status: newassigned

comment:3 by Nick Sandford, 10 years ago

Has patch: set

comment:4 by Sasha Romijn, 10 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.
Back to Top