Simple app to add configuration options to a Django project.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: update history

+6 -1
+5
HISTORY.rst
··· 3 3 History 4 4 ------- 5 5 6 + 2.4.0 (2023-09-04) 7 + ++++++++++++++++++ 8 + 9 + * Chore: Update dependencies, added GitHub Actions and docs. 10 + 6 11 2.3.1 (2022-08-09) 7 12 ++++++++++++++++++ 8 13
+1 -1
options/__init__.py
··· 14 14 "TYPE_CHOICES", 15 15 "CONVERTER", 16 16 ] 17 - __version__ = "2.3.1" 17 + __version__ = "2.4.0" 18 18 19 19 if django.VERSION < (3, 2): 20 20 default_app_config = "options.apps.ConfigurationsConfig"