Skip to content

Commit cc6767c

Browse files
author
Mark Gibbs
committed
Added note regarding Django version and incremented version to 0.4.3
1 parent f24e6e6 commit cc6767c

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Then, just add `django_plotly_dash` to `INSTALLED_APPS` in your Django `settings
2929
...
3030
]
3131

32+
Note that this package requires version 2.0 or greater of Django, due to the use of the `path` function for registering routes.
33+
3234
## Demonstration
3335

3436
The source repository contains a demo application. To clone the repo and lauch the demo:

django_plotly_dash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22

3-
__version__ = "0.4.2"
3+
__version__ = "0.4.3"
44

55
from .dash_wrapper import DjangoDash
66

docs/introduction.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ above for stateless applications.
2929

3030
Also, an enhanced version of the ``Dash`` callback is provided, giving the callback access to the current User, the current session, and also
3131
the model instance associated with the application's internal state.
32+
33+
This package is compatible with version 2.0 onwards of Django, as it uses the new path registration functionality.

0 commit comments

Comments
 (0)