Commit graph

254 commits

Author SHA1 Message Date
Bertrand Bordage
9d8fbf07b9 Updates docs. 2014-12-14 10:06:12 +01:00
Bertrand Bordage
6e2f08220e Updates the API docs. 2014-12-14 09:59:07 +01:00
Bertrand Bordage
3355d2c0b2 Layout in quickstart. 2014-12-14 09:51:37 +01:00
Bertrand Bordage
5573ef9272 Version 0.9.0. 2014-12-14 09:46:36 +01:00
Bertrand Bordage
6922d93a0a [Travis CI] Uses tox again. 2014-12-14 09:22:24 +01:00
Bertrand Bordage
ae9dc1118b Fixes tests for SQLite. 2014-12-14 09:01:17 +01:00
Bertrand Bordage
1356de58af Adds the last missing tests. 2014-12-14 08:52:21 +01:00
Bertrand Bordage
becfab3791 Removes lines that became useless. 2014-12-14 08:35:52 +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
88788ad92e [Travis CI] Fixes Django environment variable. 2014-12-14 05:24:46 +01:00
Bertrand Bordage
0343458a1e [Travis CI] Removes tox to see if it was the cause of the freezes. 2014-12-14 05:23:01 +01:00
Bertrand Bordage
bdcf14f661 [Travis CI] Adds pylibmc to the environment matrix. 2014-12-13 23:34:41 +01:00
Bertrand Bordage
4b37f69a1c Only add file-based cache if Django >= 1.7. 2014-12-13 23:15:35 +01:00
Bertrand Bordage
3ce311d735 Adds a note about MySQL query cache. 2014-12-13 20:05:39 +01:00
Bertrand Bordage
94214e8113 Improves the benchmark. 2014-12-13 20:05:17 +01:00
Bertrand Bordage
c48cbafebc Updates django-redis configuration. 2014-12-13 19:56:34 +01:00
Bertrand Bordage
a4805f1e47 Fixes the set_many. 2014-12-13 19:13:22 +01:00
Bertrand Bordage
603e018073 Uses set_many instead of multiple adds. 2014-12-13 19:05:12 +01:00
Bertrand Bordage
1f8167a53a Properly closes the database connection before ending a thread. 2014-12-12 16:01:56 +01:00
Bertrand Bordage
43ad61aaf5 Simplifies ThreadSafetyTestCase. 2014-12-12 15:16:23 +01:00
Bertrand Bordage
873a204ddb [Travis CI] Tries to cache pip downloads. 2014-12-09 06:12:11 +01:00
Bertrand Bordage
fb12b1f39c Increases test verbosity to find which one(s) are failing. 2014-12-09 03:34:57 +01:00
Bertrand Bordage
9de9212986 Uses Lock instead of Event for thread-safety tests. 2014-12-09 03:17:59 +01:00
Bertrand Bordage
c1f68ff557 Small fixes in the debug toolbar panel. 2014-12-09 03:17:59 +01:00
Bertrand Bordage
819cc14d0e Merge pull request #4 from joshk/patch-1
Use the new build env on Travis.
2014-12-09 01:47:48 +01:00
Bertrand Bordage
a358fc18a9 Removes a cache.clear() accidentally introduced. 2014-12-09 01:35:42 +01:00
Josh Kalderimis
0dfded4140 Use the new build env on Travis
dedicated cpus, more ram, better boot times, improved networking
2014-12-09 00:05:49 +01:00
Bertrand Bordage
cc6e836b13 Fixes MANIFEST.in. 2014-12-08 22:09:27 +01:00
Bertrand Bordage
94eb37d80c Includes the panel template in MANIFEST.in. 2014-12-08 22:05:20 +01:00
Bertrand Bordage
bd10637f46 Adds a django-debug-toolbar panel. 2014-12-08 22:00:08 +01:00
Bertrand Bordage
d84783b0f1 Simplifies cachalot_settings and forbids its modification. 2014-12-08 19:43:43 +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
13ea4b0bde Removes file-based cache support for Django 1.6. 2014-12-08 03:16:31 +01:00
Bertrand Bordage
b1804a11ee Adds file-based caching support. 2014-12-08 01:01:58 +01:00
Bertrand Bordage
fccb6aa626 [Travis CI] Fixes the build. 2014-12-08 00:35:26 +01:00
Bertrand Bordage
e40152fdda Caches pip downloads. 2014-12-07 23:44:22 +01:00
Bertrand Bordage
a4f26ec8a9 [Travis] Groups environments for a faster build time. 2014-12-07 23:41:45 +01:00
Bertrand Bordage
859337072e Unnests some code & handles unexpected None found in cache with memcached. 2014-12-07 07:04:26 +01:00
Bertrand Bordage
47b0044e6d Detail. 2014-12-07 07:03:16 +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
fa523b95bb Restores a test commented because it was unexpectedly breaking the suite. 2014-12-07 05:21:24 +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