Skip to content

Commit

Permalink
enhance readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RamezIssac committed Dec 10, 2021
1 parent 87287f1 commit ae20455
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Display model permissions in a tabular widget that is user friendly, translatabl

Version
-------
2.7 (August 16 2020)
2.9 (December 10 2021)

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


Expand Down Expand Up @@ -151,6 +150,17 @@ With Custom permission behaviour

-------

Demo:
-----

To run the demo project in the repo on your local you need

1. Clone the repo;
2. Create a virtualenv
3. `pip install django-tabular-permissions`
4. `python manage.py migrate`
5. `python manage.py runserver`

Enjoy and feel free to report any bugs or make pull requests.

Cheers ;-)
Expand Down

0 comments on commit ae20455

Please sign in to comment.