Skip to content

Commit ec6bdc6

Browse files
author
Rayan Chikhi
committed
updated tastypie requirement to include latest astimezone() fix
1 parent 1d28fa2 commit ec6bdc6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Django>=1.4
22
South<=2.0
33
isodate==0.4.8
4+
# version 0.9.12
45
#-e git://github.com/toastdriven/django-tastypie.git@5397dec04fe83092a56ba14a843731f2aa08184d#egg=django-tastypie
5-
django-tastypie==0.9.15
6+
#django-tastypie==0.9.15
7+
# version 0.10.0 with astimezone() bug resolved by an added commit
8+
-e git://github.com/toastdriven/django-tastypie.git@b78175d4c401e99f814fb6f287853a650542cbb8#egg=django-tastypie
69
#-e git://github.com/robhudson/django-debug-toolbar.git#egg=django-debug-toolbar

0 commit comments

Comments
 (0)