Changes between Version 1 and Version 8 of Ticket #32076


Ignore:
Timestamp:
Oct 8, 2020, 2:56:26 PM (4 years ago)
Author:
Andrew Chen Wang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32076

    • Property Cc Andrew Godwin Carlton Gibson added
    • Property Status newassigned
    • Property Triage Stage UnreviewedAccepted
    • Property Owner changed from nobody to Andrew Chen Wang
    • Property Summary Adding async methods to BaseCacheAdding async methods to Base, Dummy, and LocMem cache backends
  • Ticket #32076 – Description

    v1 v8  
    1717
    1818For reference, the Google Group Discussion: [https://groups.google.com/forum/#!topic/django-developers/sGq5Bnc2JMg here] and [https://groups.google.com/forum/#!topic/django-developers/NX03LNahZPo here]
     19
     20Edit: I've decided to add the three main cache backends -- BaseCache, DummyCache, LocMemCache -- with the necessary test cases which can be used for all future async test cases for stuff like DBCache. Please read the latest commit for which test cases are notable exceptions to the main BaseCacheTests mixin.
Back to Top