Commit graph

18 commits

Author SHA1 Message Date
Bertrand Bordage
eae2521c30 Adds migrations for test models. 2015-01-18 17:44:19 +01:00
Bertrand Bordage
b6c1dfc200 Restores locmem support for Django 1.6. 2014-12-14 08:08:51 +01:00
Bertrand Bordage
3e8135722a Drops pylibmc support with Django 1.6 due to a severe random pylibmc freeze without traceback. 2014-12-14 07:54:54 +01:00
Bertrand Bordage
43b29a9271 Removes locmem support on Django 1.6. 2014-12-14 05:57:40 +01:00
Bertrand Bordage
4b37f69a1c Only add file-based cache if Django >= 1.7. 2014-12-13 23:15:35 +01:00
Bertrand Bordage
c48cbafebc Updates django-redis configuration. 2014-12-13 19:56:34 +01:00
Bertrand Bordage
4770df8798 Fixes overridden settings not working when they are already defined in Django settings. 2014-12-08 19:06:09 +01:00
Bertrand Bordage
ee7f9c1cf2 Fixes an error in settings. 2014-12-08 05:00:52 +01:00
Bertrand Bordage
39791bd5cb Only add pylibmc to tests if Python = 2. 2014-12-08 04:13:11 +01:00
Bertrand Bordage
47bb01c7b3 Adds pylibmc support. 2014-12-08 03:47:11 +01:00
Bertrand Bordage
b1804a11ee Adds file-based caching support. 2014-12-08 01:01:58 +01:00
Bertrand Bordage
92e5ed445c Uses a Python 2-3 compatible pickle version for django_redis in tests. 2014-12-07 06:37:24 +01:00
Bertrand Bordage
c401933636 Updates django_redis package name. 2014-12-07 06:32:19 +01:00
Bertrand Bordage
d591fb60bb Fixes the "random number of queries" issue sometimes occuring with locmem. 2014-12-07 04:54:10 +01:00
Bertrand Bordage
78332a7ef0 Fixes Django 1.7 tests. 2014-12-07 04:16:07 +01:00
Bertrand Bordage
780c6cbdc0 Simplifies settings setup. 2014-12-07 03:43:16 +01:00
Bertrand Bordage
c09d95e301 Replaces del dict[k] by dict.pop(k). 2014-11-24 18:41:35 +01:00
Bertrand Bordage
ee33a6c2bd Adds a benchmark. 2014-11-23 20:09:42 +01:00