Commit graph

443 commits

Author SHA1 Message Date
Bertrand Bordage
5773b57bb6 Updates Travis CI. 2016-09-06 19:02:09 +02:00
Bertrand Bordage
33bbfcea79 Use the new Django 1.10 release in tox. 2016-09-06 18:57:04 +02:00
Bertrand Bordage
858f88f154 Adds links to the Slack team. 2016-09-06 11:39:00 +02:00
Bertrand Bordage
0373f5eb60 Fixes the bytes → str conversion. 2016-07-21 23:59:11 +02:00
Bertrand Bordage
42cf04ece5 Merge pull request #51 from Ayzse/master
Unicode encode fix
2016-07-21 23:49:38 +02:00
Bertrand Bordage
3562b31056 Tests executing raw bytes queries. 2016-07-21 23:47:35 +02:00
Bertrand Bordage
dbab30a554 Tries to fix Travis CI’s interpretation of the tox file. 2016-07-21 20:08:19 +02:00
Bertrand Bordage
e4c986cb89 Downgrades the pylibmc version. 2016-07-21 19:58:15 +02:00
Bertrand Bordage
b9f84f8047 Change slightly the PostgreSQL backend compatibility code. 2016-07-21 12:26:40 +02:00
Bertrand Bordage
944ebb9b73 Removes old Django 1.7 code. 2016-07-21 12:19:31 +02:00
Bertrand Bordage
ddf7c754f9 Updates PyPI categories. 2016-07-21 12:19:31 +02:00
Bertrand Bordage
56e43380a6 Merge pull request #52 from ryanmrubin/django-1.9-db-engine-names
Add support for django.db.backends.postgresql engine
2016-07-21 11:58:33 +02:00
Bertrand Bordage
a0980cf696 Tests Django 1.10. 2016-07-21 10:57:06 +02:00
Bertrand Bordage
72596ac0b1 Modernizes the manage.py command. 2016-07-21 10:56:23 +02:00
Bertrand Bordage
43b1fa3c2d Drops Python 3.2 and Django 1.7 support. 2016-07-21 10:20:07 +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
Ayzse
651a9bdf75 Unicode encode fix 2016-07-14 10:23:10 -05:00
Bertrand Bordage
d2c9274d5d Doc typo. 2016-05-31 14:03:26 +02:00
Bertrand Bordage
8124bf3f86 Version 1.2.1. 2016-02-17 19:49:22 +01:00
Bertrand Bordage
e0841077e2 Revert "Simplifies the cache key hashing."
This reverts commit beac70251f.
2016-02-17 19:38:41 +01:00
Bertrand Bordage
0ee0172302 Adds the missing Python 3.5 metadata in setup.py. 2016-01-13 21:28:39 +01:00
Bertrand Bordage
f0af6635c0 Updates to 2016. 2016-01-13 20:02:56 +01:00
Bertrand Bordage
f61d4910a2 Version 1.2.0. 2016-01-13 16:00:41 +01:00
Bertrand Bordage
cfcd0f2805 Changes two documented types. 2016-01-12 11:42:57 +01:00
Bertrand Bordage
58fd71c925 Small Python optimisations & simplifications. 2016-01-11 22:57:42 +01:00
Bertrand Bordage
61e7d742af Improves a benchmark message. 2016-01-11 22:08:44 +01:00
Bertrand Bordage
beac70251f Simplifies the cache key hashing. 2016-01-11 22:06:16 +01:00
Bertrand Bordage
cd365cd2e3 Adds the disk model name to the benchmark conditions. 2016-01-11 21:06:22 +01:00
Bertrand Bordage
ef36e56fe7 Changes __version__ for PEP 396 compliance. 2016-01-11 21:05:39 +01:00
Bertrand Bordage
f597a72ee1 Generates a grid on the benchmark results. 2016-01-10 21:56:48 +01:00
Bertrand Bordage
3e7a9a0808 Prevents queries with Now from being cached. 2015-12-28 05:51:38 +01:00
Bertrand Bordage
a49e7363c0 Reverts the extensions migration changes in tests. 2015-12-28 03:22:51 +01:00
Bertrand Bordage
3a97912f3d Handles and tests JSONField. 2015-12-28 03:14:57 +01:00
Bertrand Bordage
275987e81f [Travis CI] Fixes Python 3.2 builds. 2015-12-28 01:25:38 +01:00
Bertrand Bordage
c540f1bd31 Updates test requirements to the latest Python 3 compatible ones. 2015-12-28 00:38:37 +01:00
Bertrand Bordage
2ef0252e9a Adds the only downside of cachalot to the comparison.
Just for clarity, even though it’s written above.
2015-12-22 21:19:20 +01:00
Bertrand Bordage
203901d9b3 Updates the select_related/prefetch_related comparison. 2015-12-22 21:12:57 +01:00
Bertrand Bordage
0e0c0dcdc1 Removes some rows from the comparison where the edge case are extremely rare… 2015-12-22 20:49:03 +01:00
Bertrand Bordage
f723f73584 Adds new supported versions to Quickstart. 2015-12-22 19:59:56 +01:00
Bertrand Bordage
66ae8e0035 Updates the package comparison by checking instead of reading documentations. 2015-12-22 19:59:35 +01:00
Bertrand Bordage
286e59074d Documents how to use django-cachalot with a replica database. 2015-12-19 02:58:38 +01:00
Bertrand Bordage
ca5031f9fd [Travis CI] Finally fixes the Python matrix to have all supported versions available. 2015-12-18 20:35:05 +01:00
Bertrand Bordage
2ffe564e3e Fixes Django 1.7+1.8 compatibility. 2015-12-18 17:07:53 +01:00
Bertrand Bordage
65f4045aca [Travis CI] Tells explicitely Travis that it should also use Python 3.5. 2015-12-18 17:07:04 +01:00
Bertrand Bordage
746616b7b1 Fixes version number comparison. 2015-12-18 16:46:00 +01:00
Bertrand Bordage
885d68b008 Fixes Django 1.9 compatibility. 2015-12-18 15:56:28 +01:00
Bertrand Bordage
224350fedb Adds Django 1.9 to the test matrix. 2015-12-18 13:43:09 +01:00
Bertrand Bordage
f3cea86fb9 Uses PostgreSQL Unix socket in tests. 2015-12-18 13:10:18 +01:00
Bertrand Bordage
84baaa9d60 Merge pull request #32 from JockeTF/allow_dummy_cache_backend
Adds DummyCache to VALID_CACHE_BACKENDS.
2015-12-18 13:01:38 +01:00
Bertrand Bordage
be01f2d6fa Simplification. 2015-12-18 12:37:34 +01:00