Skip to content

Commit

Permalink
updated django rest framework to 2.1.12, updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Niels van Dijk committed Dec 22, 2012
1 parent 77ee897 commit 7a07666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ We're assuming you are using Django 1.3.x or 1.4.
These dependencies are automatically installed:

Pillow==1.7.7
djangorestframework==0.3.3
django-mptt==0.5.1
django-compressor>=0.7.1
djangorestframework==2.1.12


## Settings
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'Pillow==1.7.7',
'django-mptt==0.5.1',
'django-compressor>=0.7.1',
'djangorestframework==2.1.11'
'djangorestframework==2.1.12'
],

description='Django Fiber - a simple, user-friendly CMS for all your Django projects',
Expand Down

0 comments on commit 7a07666

Please sign in to comment.