Commit graph

273 commits

Author SHA1 Message Date
Bertrand Bordage
cd278aea75 Moves a test method. 2015-02-17 22:07:23 +01:00
Bertrand Bordage
67c05ed460 Adds 2 tests for HAVING queries. 2015-02-17 21:47:41 +01:00
Bertrand Bordage
81b63eaff3 Adds a missing test for subqueries. 2015-02-17 21:23:51 +01:00
Bertrand Bordage
13f296f190 Adds benchmark conditions. 2015-02-16 21:25:19 +01:00
Bertrand Bordage
2249e07b24 Updates to 2015. 2015-02-16 21:14:06 +01:00
Bertrand Bordage
639f782903 [Docs] Improves Limits.Redis. 2015-02-16 21:12:52 +01:00
Bertrand Bordage
1687d16502 Uses query.table_map instead of query.alias_map. 2015-02-16 21:04:53 +01:00
Bertrand Bordage
37ea9eb801 Merge pull request #9 from stefantalpalaru/redis-limits
Documents Redis default key eviction policy issue.
2015-02-16 20:05:37 +01:00
Bertrand Bordage
6dc06ab9b9 Use table names instead of aliases to prevent unnecessary cache sets. 2015-02-16 19:56:30 +01:00
Bertrand Bordage
9ff71ac2e9 Updates version number. 2015-02-16 19:25:36 +01:00
Bertrand Bordage
cbbdce4ed2 Removes Django 1.8 alpha from the test matrix. 2015-02-16 17:25:21 +01:00
Stefan Talpalaru
8af6b101df document Redis' default key eviction policy problem 2015-02-16 16:18:32 +01:00
Bertrand Bordage
c578cbff8a Fixes a test. 2015-01-18 18:11:21 +01:00
Bertrand Bordage
c3223048f1 Fixes tests for Django 1.6 & 1.7. 2015-01-18 17:50:35 +01:00
Bertrand Bordage
eae2521c30 Adds migrations for test models. 2015-01-18 17:44:19 +01:00
Bertrand Bordage
4f7fae4219 Tests against Django 1.8a1. 2015-01-18 17:04:45 +01:00
Bertrand Bordage
352fb2d829 Small Python optimizations.
While keeping code compatible with Python 2.6 to 3.4, of course…
2015-01-03 06:38:16 +01:00
Bertrand Bordage
ce9c1c4d55 Adds benchmark results to the docs. 2014-12-14 10:46:52 +01:00
Bertrand Bordage
56e12f0dba Typos. 2014-12-14 10:12:38 +01:00
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