Skip to content

Commit ae20455

Browse files
author
RamezIssac
committed
enhance readme
1 parent 87287f1 commit ae20455

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.rst

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Display model permissions in a tabular widget that is user friendly, translatabl
55

66
Version
77
-------
8-
2.7 (August 16 2020)
8+
2.9 (December 10 2021)
99

1010
Features:
1111
---------
@@ -15,8 +15,7 @@ Features:
1515
* Customize which apps, models to show in the permissions table. You can also set a exclude function for high-end customization.
1616
* RTL ready, Bootstrap ready.
1717
* Easy customize-able look.
18-
* Django >= 1.11
19-
* Python 2.7, 3.6, 3.7 & 3.8. Django 1.11, 2.1, 3.0 & 3.1
18+
* Python 2.7, 3.6, 3.7 & 3.8. Django 1.11, 2.1, 3.0, 3.1, 3.2 , 4
2019
* Default `FilteredSelectMultiple` widget will appear only if you have custom permissions that are not model related (ie directly created by code or hand)
2120

2221

@@ -151,6 +150,17 @@ With Custom permission behaviour
151150

152151
-------
153152

153+
Demo:
154+
-----
155+
156+
To run the demo project in the repo on your local you need
157+
158+
1. Clone the repo;
159+
2. Create a virtualenv
160+
3. `pip install django-tabular-permissions`
161+
4. `python manage.py migrate`
162+
5. `python manage.py runserver`
163+
154164
Enjoy and feel free to report any bugs or make pull requests.
155165

156166
Cheers ;-)

0 commit comments

Comments
 (0)