Changes between Version 5 and Version 6 of Ticket #35757, comment 12
- Timestamp:
- Oct 1, 2024, 3:50:08 AM (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35757, comment 12
v5 v6 12 12 from django.core.cache import cache 13 13 14 15 14 def incr(): 16 15 key = 'example:key' … … 22 21 23 22 return val 24 25 23 26 24 def index(request): … … 108 106 }}} 109 107 110 108 When this happens, only a restart the runserver makes the system serve requests again. 111 109 112 110 == Version info