Skip to content

Commit 64ad2fa

Browse files
committed
updated readme with supported python / django versions
1 parent 83007b1 commit 64ad2fa

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,8 @@ django-dynamic-preferences
1919
:alt: Sponsors on Open Collective
2020
:target: #sponsors
2121

22-
.. warning::
23-
24-
There is a critical bug in version 1.2 that can result in dataloss. Please upgrade to 1.3 as
25-
soon as possible and do not use 1.2 in production. See `#81 <https://github.com/agateblue/django-dynamic-preferences/pull/81>`_ for more details.
26-
2722
Dynamic-preferences is a Django app, BSD-licensed, designed to help you manage your project settings. While most of the time,
28-
a `settings.py` file is sufficient, there are some situations where you need something more flexible such as:
23+
a ``settings.py`` file is sufficient, there are some situations where you need something more flexible such as:
2924

3025
* per-user settings (or, generally speaking, per instance settings)
3126
* settings change without server restart
@@ -36,7 +31,7 @@ Dynamic-preferences allow you to register settings (a.k.a. preferences) in a dec
3631

3732
With dynamic-preferences, you can update settings on the fly, through django's admin or custom forms, without restarting your application.
3833

39-
The project is tested and work under Python 2.7 and 3.4, 3.5 and 3.6, with django >=1.8.
34+
The project is tested and work under Python 3.6, 3.7, 3.8 and 3.9 and with django 2.2, 3.0 and 3.1.
4035

4136
Features
4237
--------

0 commit comments

Comments
 (0)