Changes between Initial Version and Version 2 of Ticket #26520
- Timestamp:
- Apr 20, 2016, 3:44:11 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26520 – Description
initial v2 1 1 The fix of https://code.djangoproject.com/ticket/24621 led to always providing a default to session's dict method pop. This prevents a KeyError to ever be thrown, which should be expected by a pop-function. 2 2 3 Pull request is underway.3 Pull request is https://github.com/django/django/pull/6480