Skip to content

Commit

Permalink
Merge pull request #741 from spookylukey/patch-1
Browse files Browse the repository at this point in the history
Correct spelling of Django in requirements.
  • Loading branch information
aaugustin committed Aug 31, 2015
2 parents 3480a91 + 46a69b1 commit 6f234e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
license='BSD',
packages=find_packages(exclude=('tests.*', 'tests', 'example')),
install_requires=[
'django>=1.4.2',
'Django>=1.4.2',
'sqlparse',
],
include_package_data=True,
Expand Down

0 comments on commit 6f234e7

Please sign in to comment.