Changes between Initial Version and Version 2 of Ticket #26520


Ignore:
Timestamp:
Apr 20, 2016, 3:44:11 AM (8 years ago)
Author:
Tobias Krönke
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26520 – Description

    initial v2  
    11The 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.
    22
    3 Pull request is underway.
     3Pull request is https://github.com/django/django/pull/6480
Back to Top