Update the cache forward backend for Django 1.11 compatibility.

Review Request #10253 — Created Oct. 21, 2018 and submitted

Information

Djblets
release-2.0.x
0b47e29...

Reviewers

Django's caching support had some API changes since Django 1.6, which
broke the cache forwarding backend. This change provides compatibility
with both by trying to determine which API it needs to use and then
using it.

Unit tests pass on Django 1.6 and 1.11.

david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.0.x (ece1cc2)
Loading...