Changes between Initial Version and Version 1 of Ticket #11379, comment 4


Ignore:
Timestamp:
Aug 13, 2026, 8:52:29 AM (3 weeks ago)
Author:
Skeletor-Pirate

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11379, comment 4

    initial v1  
    1 Implemented in [https://github.com/django/django/pull/21774 PR].
    2 
    3 The PR makes MAX_ENTRIES optional: setting it to None (instead of an int) disables cache culling entirely, while TIMEOUT=None already disables expiry. MAX_ENTRIES=0 keeps its current "empty cache" behavior, and MAX_ENTRIES must remain positive when set, so no existing configs change behavior. Docs and a release note are included.
    4 The [url PR] form is the part Django's checker looks for; the rest is for human reviewers.
Back to Top