Changes between Initial Version and Version 1 of Ticket #29867, comment 10


Ignore:
Timestamp:
Sep 25, 2019, 8:24:38 AM (5 years ago)
Author:
Ahsan Shafiq

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29867, comment 10

    initial v1  
    22https://github.com/django/django/pull/11812
    33
    4 The issue is fixed now.
     4This PR also addresses the get method behavior of memcache. The original method doesn't support default value in get method so i updated the method to support default value. It also take care of None value. it will give you None even if the key exists with None value, otherwise return the default value.
Back to Top