Rémy Hubscher
|
6d01cffbc0
|
Use double quotes
|
2025-10-07 11:26:18 +02:00 |
|
Alexandr Artemyev
|
3640eb228a
|
Replace pickle with JSON (#564)
* Replace pickle with JSON
Co-authored-by: Ivan Klass <klass.ivanklass@gmail.com>
|
2024-08-20 09:35:27 -05:00 |
|
Alexandr Artemyev
|
8c6552fdaf
|
Enable more rules for ruff (#562)
|
2024-07-05 19:38:26 +05:00 |
|
Alexandr Artemyev
|
57083bbed2
|
Add ruff format & lint (isort only) (#560)
|
2024-07-03 19:21:33 +05:00 |
|
Rotzbua
|
eb5aef2554
|
chore: migrate to f-string
fix: use str() instead of f-string
credit: tool pyupgrade
Co-Authored-By: Alexandr Artemyev <mogost@gmail.com>
|
2024-06-09 21:07:07 +02:00 |
|
horpto
|
8b34b63fd0
|
Add caching redis backend (#466)
* Add caching redis backend
* fix mget implementation
* fix lock
|
2022-01-06 15:45:11 -05:00 |
|
Elisey Zanko
|
b62206da57
|
Resolve #367: Set pickle protocol version for the Redis backend (#369)
|
2020-01-14 15:46:27 -05:00 |
|
Alexandr Artemyev
|
590fa02eb3
|
Drop support py<3.5 django<2.2 (#359)
* Drop support py<3.5 django<2.2
* Remove admin_static
|
2019-12-23 16:20:41 -05:00 |
|
Alexandr Artemyev
|
e069ddb91a
|
Fix #341
|
2019-09-16 11:51:18 +03:00 |
|
Camilo Nova
|
2fde4f4d83
|
Added the old value to the config_updated signal
|
2017-01-31 10:41:55 -05:00 |
|
Camilo Nova
|
bebc279edc
|
Send the config parameter as sender for the signal
|
2016-09-15 09:24:30 -05:00 |
|
Camilo Nova
|
1d746c080f
|
Rename signal to config_updated
|
2016-09-14 14:53:52 -05:00 |
|
Camilo Nova
|
395efc992f
|
☀️ Moved the signal to its own file to avoid import errors
|
2016-09-14 14:50:39 -05:00 |
|
Camilo Nova
|
94fabdf7c3
|
Added signal on change, refs #158
|
2016-09-14 12:22:32 -05:00 |
|
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 |
|