Jannis Leidel
|
52cbce7a08
|
Stop requiring six as a depdendency.
This is possible now that we require at least a version of Django that ships with six.
Signed-off-by: Jannis Leidel <jannis@leidel.info>
|
2014-11-27 17:53:01 +01:00 |
|
Jannis Leidel
|
fc930442a2
|
Simplified settings.
|
2014-11-25 22:20:06 +01:00 |
|
Jannis Leidel
|
cd05239626
|
Because computers.
|
2014-11-21 21:19:14 +01:00 |
|
Jannis Leidel
|
69221ba2b4
|
Renamed config module to base to prevent ambiguity
This should fix #80 that is triggered by Django's new strickter import time loading process.
|
2014-11-21 20:16:39 +01:00 |
|
Yin Jifeng
|
498d9f7b3e
|
fix basestring in python 3
|
2014-04-01 13:35:40 +08:00 |
|
Jannis Leidel
|
36a9c23500
|
More py3k changes.
|
2013-04-12 17:34:48 +02:00 |
|
Jannis Leidel
|
e9d937be5a
|
Added ability to prefix database values. Fixes #24.
|
2013-02-21 19:27:56 +01:00 |
|
Jannis Leidel
|
21344d9168
|
Added ability to specify the redis connection parameter as an URL. Fixes #26.
|
2013-02-21 19:00:26 +01:00 |
|
Jiri Barton
|
4ba97c5ee7
|
fixed a serious bug with the default values
|
2011-07-14 15:53:17 +02:00 |
|
Sławek Ehlert
|
d055821b59
|
fixed? problem with loads and None values
|
2011-03-11 12:03:28 +01:00 |
|
Jannis Leidel
|
ada157c7df
|
Fixed a minor issues with redis-py insistence on a args as lists.
|
2010-12-11 22:42:41 +01:00 |
|
Jannis Leidel
|
1dd0a8b7c9
|
Added mget method to base backend to fetch all keys in one fell swoop, instead of one by one. Especially useful in the admin.
|
2010-12-11 16:38:40 +01:00 |
|
Jannis Leidel
|
240ef14015
|
Refactored prefix handling in redis backend slightly.
|
2010-12-11 16:32:03 +01:00 |
|
Jannis Leidel
|
b1c2847997
|
Renamed redis backend module to redisd to prevent import conflicts with redis-py.
|
2010-12-03 07:36:25 +01:00 |
|