Changes between Initial Version and Version 1 of Ticket #29867, comment 10
- Timestamp:
- Sep 25, 2019, 8:24:38 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29867, comment 10
initial v1 2 2 https://github.com/django/django/pull/11812 3 3 4 Th e issue is fixed now.4 This 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.