0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Aug 27, 2024 — Aug 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
We are using git now :-). More... over 14 years ago
fixed? problem with loads and None values More... over 14 years ago
django 1.3 compatibility More... over 14 years ago
Fixed docs to mention CONSTANCE_BACKEND and close #1. More... over 14 years ago
Merge branch 'master' of https://github.com/aleszoulek/django-constance More... over 14 years ago
Updated description to mention constance supports multiple backends. More... over 14 years ago
Fixed a few typos in the README. More... over 14 years ago
updated project homepage to github More... over 14 years ago
version bump (0.2) More... over 14 years ago
Merge branch 'master' of https://github.com/jezdez/django-constance More... over 14 years ago
Fixed a minor issues with redis-py insistence on a args as lists. More... over 14 years ago
Re-added empty models.py. More... over 14 years ago
Removed stale file. More... over 14 years ago
Enabled database backend to properly require a cache backend that works in cross-process environments. This adds an optional setting CONSTANCE_DATABASE_CACHE_BACKEND. More... over 14 years ago
Added mget method to base backend to fetch all keys in one fell swoop, instead of one by one. Especially useful in the admin. More... over 14 years ago
Refactored prefix handling in redis backend slightly. More... over 14 years ago
Added __unicode__ to Constance model. More... over 14 years ago
Renamed redis backend module to redisd to prevent import conflicts with redis-py. More... over 14 years ago
Merge remote branch 'comoga/master' More... over 14 years ago
Fixed: test runner More... over 14 years ago
added an example project More... over 14 years ago
Fixed a few typos in the README. More... over 14 years ago
Added myself to authors file. More... over 14 years ago
Update README extensively with new and old features. More... over 14 years ago
Raise an ImproperlyConfigured exception if the Redis backend is used (default) and redis-py can't be found. More... over 14 years ago
Refactored backend system slightly to have a nicer directory structure. Using the database backend now only requires to add 'constance.backends.database' to INSTALLED_APPS and setting CONSTANCE_BACKEND to 'constance.backends.database.DatabaseBackend'. Also reverted default backend to being the Redis backend. More... over 14 years ago
Abstracted constance backends to and added a cached database backend. Moved around the settings code and simplified the module loading. More... over 14 years ago
fixed the README More... over 14 years ago
added screenshots More... over 14 years ago
updated admin tests More... almost 15 years ago