Commit Graph

8 Commits

Author SHA1 Message Date
Bertrand Bordage da4e21b515 Adds `CACHALOT_DATABASES` and removes dynamic setting support.
Dynamic setting support is removed because it’s not thread-safe.
2017-06-04 18:37:39 +02:00
Bertrand Bordage f7687b0ac9 Stops checking compatibility for caches other than CACHALOT_CACHE. 2016-10-23 21:10:10 +02:00
Bertrand Bordage b9f84f8047 Change slightly the PostgreSQL backend compatibility code. 2016-07-21 12:26:40 +02:00
Ryan Rubin e282a97a89 Add support for django.db.backends.postgresql engine
This is the new name in 1.9, and the old django.db.backends.postgresql_psycopg2
is left in for backwards compatibility.
2016-07-20 12:28:17 -05:00
Joakim Soderlund f26e2752e4 Adds DummyCache to VALID_CACHE_BACKENDS. 2015-11-06 12:05:41 +01:00
Bertrand Bordage 1dfe4564c4 Allow GeoDjango and django-transaction-hooks db backends to be used. 2015-10-13 11:56:47 +02:00
Bertrand Bordage 64650340b6 Checks that the database and the cache are compatible. 2015-10-04 23:07:52 +02:00
Bertrand Bordage 16e14c9219 Drops Django 1.6 & Python 2.6 support. 2015-04-11 01:57:13 +02:00