Commit graph

89 commits

Author SHA1 Message Date
Camilo Nova
f4732b97fb Bump version 2020-11-19 08:26:54 -05:00
Camilo Nova
96e95fcfe6 Bump version 2020-06-22 17:37:59 -05:00
Misha Behersky
9eccfe0386
Add memory backend (#394)
* Add simple backend

* Add test case for simple backend

* Add tests for mget backend method

* Fix redis mock mget implementation

* Make sure memory backend is thread safe

* Add docs section for memory backend

* Add test usage examples to docs

* Update docs for memory backend in testing

* Share memory storage between threads
2020-06-10 19:49:42 +02:00
Vladas Tamoshaitis
bd8041c55f
Allow override_config for pytest (#338)
* provides: base override class; unittest and pytest overrides

* raise invalid config error earlier

* update AUTHORS

* avoid AttributeError

* fix comment

* add tests

* fix tests, update docstring

* update docs, improve tests

* fix docs

* fix markdown

* refactor pytest override, use hidden fixture, refactor base and unittest classes

* improve docstring and error

* refactor pytest override to use hooks

* set minimum pytest version

* revert empty lines removal

* introduce pytest test runner for package, refactoring

* WIP

* Finalize tox config, refactor docs, add global fixture

* skip py35

* pytest command: remove unnecessary ignore

* address comments

* Update constance/test/pytest.py

* address comments

* add test for checking nested markers

Co-authored-by: Camilo Nova <camilo.nova@gmail.com>
Co-authored-by: Paweł Zarębski <ppjzarebski@gmail.com>
2020-04-04 11:38:22 -05:00
Ilya Chichak
4de4114bbd
Make groups of fieldsets collapsable. Fix #350 (#351)
* made results table responsive for Django 2 admin

* make fieldsets collapsable

* updated version via feature

* fixed codestyle according to requested changes

* made results table responsive for Django 2 admin

Co-authored-by: Camilo Nova <camilo.nova@axiacore.com>
2020-03-16 11:33:19 -05:00
Martey Dodoo
50287a3b2a
Simplify documentation installation section. (#378)
Make "Installation" section of documentation less fraught by only
including instructions to install django-constance with the default
Redis backend. This will reduce the chances of new users failing to
successfully install the database backend because it needs additional
configuration.

Fixes #375.
2020-02-18 09:24:37 -05:00
Martey Dodoo
12ead8fd1f
Improve grammar of documentation index file. (#377) 2020-02-12 14:23:11 -05:00
Camilo Nova
0ed37e4fce Bump version 2020-01-29 16:33:02 -05:00
Yurchenko Sergey
8f20ca3111 command-to-delete-stale-records (#355)
* command-to-delete-stale-records
2020-01-27 14:24:32 -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
Camilo Nova
886f6d5235 Improve documentation. Fixes #304 2019-12-23 14:17:42 -05:00
Camilo Nova
0e94d13b2a Bump version 2019-12-23 14:07:28 -05:00
Camilo Nova
c965db1bd9 Bump version 2019-03-16 12:25:10 -05:00
Camilo Nova
ce565ecd8a Bump version 2018-09-20 07:31:31 -05:00
Camilo Nova
678916bcc2 Bump version 2018-09-13 15:16:17 -05:00
Dmitriy Sokolov
18d6a48e7e
Update index.rst
Fixed note about signals
2018-08-29 14:48:07 +03:00
Martey Dodoo
2f4618cf96 Fix spelling issues in CONTRIBUTING and changelog.
Fix misspelled words in contributing guidelines and changelog. Fix
formatting of multi-line changelog entry.
2018-05-22 22:36:05 -04:00
Camilo Nova
566f1e386e
Merge pull request #269 from ajinkya-bhosale/patch-1
Update index.rst
2018-04-02 18:55:51 -05:00
ajinkya bhosale
cfbc8cd8d7
Update index.rst 2018-04-02 08:01:25 +05:30
Ivan
d3e21abde4 Documented use with admin extensions 2018-04-01 09:41:13 +02:00
ajinkya bhosale
94a6d3a7f3
Update index.rst
Added note CONSTANCE_CONFIG_FIELDSETS must contain all fields from CONSTANCE_CONFIG
2018-03-29 09:00:07 +05:30
Camilo Nova
40c009d2d3 Bump version 2018-03-23 08:35:02 -05:00
Jannis Leidel
f75c7fd24e
Fix rST formatting. 2018-02-07 17:02:47 +01:00
Camilo Nova
bc9b11b8fa Bump version 2018-02-07 09:05:51 -05:00
Camilo Nova
8e42d2102f Improve docs 2017-11-06 11:40:53 -05:00
Josh Kelley
da9d504b76 Fix link and grammar 2017-10-18 22:24:03 -04:00
Josh Kelley
0bd88e2d49 Update information on template context processors
TEMPLATE_CONTEXT_PROCESSORS is deprecated in Django 1.8. This updates the documentation to match.
2017-10-17 21:20:20 -04:00
Camilo Nova
161c1d34be Bump version 2017-02-17 08:16:34 -05:00
Camilo Nova
a946f92ab3 Happy 2007 2017-02-17 08:06:06 -05:00
Camilo Nova
6da21af5ae Merge pull request #195 from jazzband/updated_signal
Added the old value to the config_updated signal
2017-02-16 16:07:34 -05:00
Martin Pépin
cb3df533c8 typo 2017-02-14 02:28:47 +01:00
Martin Pépin
49656c055c Updates the doc according to the last commit 2017-02-14 02:20:26 +01:00
Camilo Nova
2fde4f4d83 Added the old value to the config_updated signal 2017-01-31 10:41:55 -05:00
John Carter
81b723c91b Fix handling of MultiValueField's (eg SplitDateTimeField) on the command line. Fixes #186 (#190)
* Added failing test for setting a datetime with cli

Issue #186

* Adding myself to AUTHORS

* Handle MultiValueField in manage command, resolves #186

* newline at end
2017-01-11 09:52:19 +01:00
Camilo Nova
8db90e8087 Bump version 2016-12-23 17:39:01 -05:00
John Carter
e3ea904116 Backport command functonality from django-constance-cli (squashed) 2016-11-27 18:55:21 +13:00
John Carter
8941260617 Fix ChoiceField example - key should be None, not '-----' 2016-11-27 18:18:56 +13:00
Hamza Khchine
e634a624ec Fix broken link to django-redis (#175) 2016-11-17 17:22:15 +01:00
Rares Vernica
d677ac2ec3 Fix typo in code example 2016-11-16 09:01:19 -08:00
Camilo Nova
2c123af788 Bump version 2016-09-17 17:27:58 -05:00
Camilo Nova
826c494fd1 Bump version 2016-09-17 15:31:02 -05:00
Camilo Nova
080f72f58d Bump version 2016-09-15 14:02:35 -05:00
Camilo Nova
1d791d08cc Use double backticks 2016-09-15 13:58:30 -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
9d4d0ab334 Bump version 2016-09-14 12:44:59 -05:00
Camilo Nova
ebf1d228ef Fix 2016-09-14 12:39:00 -05:00
Camilo Nova
eaeb4475a2 Added documentation on signals 2016-09-14 12:37:19 -05:00