openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
D
django-constance
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 4 hours
ago. based on code collected
about 4 hours
ago.
Aug 27, 2024 — Aug 27, 2025
Showing page 22 of 24
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
We are using git now :-).
Vojtech Jasny
More...
over 14 years ago
fixed? problem with loads and None values
Sławek Ehlert
More...
over 14 years ago
django 1.3 compatibility
Roman Krejcik
More...
over 14 years ago
Fixed docs to mention CONSTANCE_BACKEND and close #1.
Jannis Leidel
More...
over 14 years ago
Merge branch 'master' of https://github.com/aleszoulek/django-constance
Jannis Leidel
More...
over 14 years ago
Updated description to mention constance supports multiple backends.
Jannis Leidel
More...
over 14 years ago
Fixed a few typos in the README.
Jannis Leidel
More...
over 14 years ago
updated project homepage to github
Ales Zoulek
More...
over 14 years ago
version bump (0.2)
Ales Zoulek
More...
over 14 years ago
Merge branch 'master' of https://github.com/jezdez/django-constance
Ales Zoulek
More...
over 14 years ago
Fixed a minor issues with redis-py insistence on a args as lists.
Jannis Leidel
More...
over 14 years ago
Re-added empty models.py.
Jannis Leidel
More...
over 14 years ago
Removed stale file.
Jannis Leidel
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.
Jannis Leidel
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.
Jannis Leidel
More...
over 14 years ago
Refactored prefix handling in redis backend slightly.
Jannis Leidel
More...
over 14 years ago
Added __unicode__ to Constance model.
Jannis Leidel
More...
over 14 years ago
Renamed redis backend module to redisd to prevent import conflicts with redis-py.
Jannis Leidel
More...
over 14 years ago
Merge remote branch 'comoga/master'
Ales Zoulek
More...
over 14 years ago
Fixed: test runner
Ales Zoulek
More...
over 14 years ago
added an example project
Jiri Barton
More...
over 14 years ago
Fixed a few typos in the README.
Jannis Leidel
More...
over 14 years ago
Added myself to authors file.
Jannis Leidel
More...
over 14 years ago
Update README extensively with new and old features.
Jannis Leidel
More...
over 14 years ago
Raise an ImproperlyConfigured exception if the Redis backend is used (default) and redis-py can't be found.
Jannis Leidel
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.
Jannis Leidel
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.
Jannis Leidel
More...
over 14 years ago
fixed the README
Jiri Barton
More...
over 14 years ago
added screenshots
Jiri Barton
More...
over 14 years ago
updated admin tests
Ales Zoulek
More...
almost 15 years ago
←
1
2
…
16
17
18
19
20
21
22
23
24
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree