Skip to content

Commit

Permalink
switched to the new jsonfield
Browse files Browse the repository at this point in the history
  • Loading branch information
kavdev committed Mar 9, 2015
1 parent c71ef17 commit f2943e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ django>=1.5
stripe>=1.9.2
django-model-utils>=1.4.0
django-braces>=1.2.1
django-jsonfield>=0.9.10
jsonfield>=1.0.3
pytz>=2013.9
ordereddict>=1.1
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ south>=1.0
stripe>=1.9.2
django-model-utils>=1.4.0
django-braces>=1.2.1
django-jsonfield>=0.9.10
jsonfield>=1.0.3
pytz>=2013.9
coverage
mock>=1.0.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
'stripe>=1.9.2',
'django-model-utils>=1.4.0',
'django-braces>=1.2.1',
'django-jsonfield>=0.9.10'
'jsonfield>=1.0.3'
]

# Add ordereddict to users of Python 2.6.
Expand Down

0 comments on commit f2943e4

Please sign in to comment.