Bumped django-guardian version.

This commit is contained in:
Mariusz Felisiak 2017-04-09 22:21:42 +02:00
parent 06d64bd74a
commit e70b920d2e
No known key found for this signature in database
GPG Key ID: 2EF56372BA48CD1B
2 changed files with 2 additions and 2 deletions

View File

@ -310,7 +310,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[markdown]: http://pypi.python.org/pypi/Markdown/ [markdown]: http://pypi.python.org/pypi/Markdown/
[django-filter]: http://pypi.python.org/pypi/django-filter [django-filter]: http://pypi.python.org/pypi/django-filter
[django-crispy-forms]: https://github.com/maraujop/django-crispy-forms [django-crispy-forms]: https://github.com/maraujop/django-crispy-forms
[django-guardian]: https://github.com/lukaszb/django-guardian [django-guardian]: https://github.com/django-guardian/django-guardian
[0.4]: https://github.com/encode/django-rest-framework/tree/0.4.X [0.4]: https://github.com/encode/django-rest-framework/tree/0.4.X
[image]: img/quickstart.png [image]: img/quickstart.png
[index]: . [index]: .

View File

@ -1,6 +1,6 @@
# Optional packages which may be used with REST framework. # Optional packages which may be used with REST framework.
markdown==2.6.4 markdown==2.6.4
django-guardian==1.4.6 django-guardian==1.4.8
django-filter==1.0.0 django-filter==1.0.0
coreapi==2.2.4 coreapi==2.2.4
coreschema==0.0.4 coreschema==0.0.4