Changes between Initial Version and Version 4 of Ticket #27882


Ignore:
Timestamp:
Feb 27, 2017, 9:31:44 AM (7 years ago)
Author:
MikiSoft
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27882

    • Property Easy pickings set
    • Property Has patch set
    • Property Needs tests set
    • Property Triage Stage UnreviewedAccepted
  • Ticket #27882 – Description

    initial v4  
    1 Apparently, I've discovered that `{% cache 0 name %}` doesn't work - it should cache the content wrapped with it forever i.e. until server restarts, but when I specify it like that then it's not caching it at all, and I don't see any other solution to this. So can someone make it to accept zero as a parameter for unlimited time, like it is in low-level API?
     1Apparently, I've discovered that `{% cache None name %}` doesn't work - it should cache the content wrapped with it forever i.e. until server restarts, but when I specify it like that then it's giving an error for invalid input, and I don't see any other solution to this. So can someone make it to accept `None` as a parameter for unlimited time, like it is in low-level API?
Back to Top