Rémy Hubscher
|
6d01cffbc0
|
Use double quotes
|
2025-10-07 11:26:18 +02:00 |
|
Alexandr Artemyev
|
c690d5ef0f
|
Fix #570 (#571)
* Fix #570
* [PATCH] chore(ci): check missing migrations
---------
Co-authored-by: Sebastian Manger <manger@netcloud.ch>
|
2024-08-23 14:13:54 -05: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 |
|
Sergei Iurchenko
|
2cb2ccd063
|
Refactor app and model
|
2023-03-10 20:38:31 +03:00 |
|
Mario Rosa
|
e1f9e52a08
|
Compatibility changes.
Drop python 2.6, 3.2
Drop Django 1.4, 1.5, 1.6
Remove models.py under constance and move to an appconfig imported file.
|
2015-08-25 08:14:01 -04:00 |
|
Jannis Leidel
|
90da7981e5
|
Please the PEP8 gods.
|
2013-04-12 17:39:10 +02:00 |
|
Jannis Leidel
|
078cf11cd6
|
Use django-nose just to be a little less exotic.
|
2013-03-02 16:34:12 +01:00 |
|
Jannis Leidel
|
4e0a352b55
|
Re-added empty models.py.
|
2010-12-11 16:49:09 +01:00 |
|
Jannis Leidel
|
82e19cec9f
|
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.
|
2010-12-01 19:29:53 +01:00 |
|
Jannis Leidel
|
eea0d2fdf9
|
Abstracted constance backends to and added a cached database backend. Moved around the settings code and simplified the module loading.
|
2010-12-01 00:20:23 +01:00 |
|
Ales Zoulek
|
58089aa123
|
implemented the core functionality
|
2010-08-23 13:06:52 +02:00 |
|