Simple app to add configuration options to a Django project.
1.. :changelog:
2
3History
4-------
5
62.4.0 (2023-09-04)
7++++++++++++++++++
8
9* Chore: Update dependencies, added GitHub Actions and docs.
10
112.3.1 (2022-08-09)
12++++++++++++++++++
13
14* Feat: Changed thread cache with Django cache
15
162.3.0 (2022-08-03)
17++++++++++++++++++
18
19* Feat: Added thread cache
20* Feat: Added help text for option
21* Feat: Added typing
22
232.2.1 (2022-06-17)
24++++++++++++++++++
25
26* Fix: Optional default_app_config
27
282.2.0 (2022-06-17)
29++++++++++++++++++
30
31* Feat: Support for Django 4.0.
32* Fix: Better format in code.
33
342.1.2 (2020-07-13)
35++++++++++++++++++
36
37* Fixed problem with lists (Thanks to @saruba!)
38
392.1.1 (2019-09-20)
40++++++++++++++++++
41
42* Changed STRING to STR (Thanks to @seik!)
43
442.1.0 (2019-08-29)
45++++++++++++++++++
46
47* Added public option to Option.
48* Changed permissions classes to OptionViewSet.
49
50
512.0.2 (2019-08-27)
52++++++++++++++++++
53
54* Changed admin module.
55
562.0.1 (2019-08-27)
57++++++++++++++++++
58
59* Fixed bug with import settings.
60
612.0 (2019-08-27)
62++++++++++++++++
63
64* Drop support for Python 2.
65* ``Option`` model and ``UserOption`` model are now swappable.
66* Added option for file options.
67* Changed names of settings variables.
68* Added ``pyptoject.toml`` to distribute.
69* Tests running with pytest.
70
711.2 (2019-07-26)
72+++++++++++++++++
73
74* Added admin to user options.
75* Added integration with Django Rest Framework.
76* Added tests.
77
781.1 (2019-07-01)
79+++++++++++++++++
80
81* Added validation on types before saving (Thanks to @aaloy!).
82
831.0 (2018-10-2)
84+++++++++++++++++
85
86* Added model for user's custom options.
87
881.0a3 (2018-8-29)
89+++++++++++++++++
90
91* Fixed dependency with GeoDejango.
92
931.0a2 (2017-2-20)
94+++++++++++++++++
95
96* Add search options to admin.
97* Export current options command.
98
991.0a1 (2017-2-20)
100+++++++++++++++++
101
102* First release on PyPI.