Skip to content

Commit 2a8689e

Browse files
committed
Changed django-tastypie to install via git from known working commit
- The upcomming version of django-tastypie will have some features already used by the RESTful API. Thus, we have to install it from github. Once, django-tastypie is released it will changed back to the official stable release. Change-Id: Id3b361e93d61d711c7f0a3496a2ebabc19846e38
1 parent c2ea6b2 commit 2a8689e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Django>=1.3
22
South>=0.7.3
3-
django-tastypie>=0.9.9
3+
-e git://github.com/toastdriven/django-tastypie.git@d9c86299118b4a1db9f646018169c1c45fd065df#egg=django-tastypie
44
#-e git://github.com/robhudson/django-debug-toolbar.git#egg=django-debug-toolbar

0 commit comments

Comments
 (0)