Skip to content

Commit

Permalink
Merge pull request #83 from benvdh/master
Browse files Browse the repository at this point in the history
fix some typo's and grammar in readme.md
  • Loading branch information
filipeximenes committed Apr 3, 2018
2 parents c97599c + 7f5b6f3 commit 2b62e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -6,7 +6,7 @@

``django-role-permissions`` is a django app for role based permissions. It's built on top of django ``contrib.auth`` user ```Group``` and ``Permission`` functionalities and it does not add any other models to your project.

``django-role-permissions`` supports Django versions from 1.5 till the lattest.
``django-role-permissions`` supports Django versions from 1.5 till the latest.

Version 2.x now supports multiple roles!

Expand All @@ -22,7 +22,7 @@ If you are still using an 1.x version the old documentation is at:

## Version 1.x support

No new features will be added to version 1.x neither it's going to be officially supported. Although, there's a [1.x](https://github.com/vintasoftware/django-role-permissions/tree/1.x) branch. PRs and bug fixes are welcome there and we may push new versions to PyPI.
No new features will be added to version 1.x, neither is it going to be officially supported. Although, there's a [1.x](https://github.com/vintasoftware/django-role-permissions/tree/1.x) branch. PRs and bug fixes are welcome there and we may push new versions to PyPI.

## 2.x release notes

Expand Down

0 comments on commit 2b62e4d

Please sign in to comment.