Skip to content

Commit

Permalink
Merge pull request #30 from adepue/master
Browse files Browse the repository at this point in the history
No need for django-model-utils anymore
  • Loading branch information
Adam DePue committed Dec 9, 2015
2 parents dd6277c + b10ad15 commit c11b18e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

install_requires = (
'Django>=1.8,<1.10',
'django-model-utils>=2.4,<3.0',
)


Expand Down Expand Up @@ -73,7 +72,7 @@ def run_tests(self):

setup(
name='django-livefield',
version='2.3.1',
version='2.3.2',
description='Convenient soft-deletion support for Django models',
long_description=(
open('README.rst').read() + '\n\n' +
Expand Down

0 comments on commit c11b18e

Please sign in to comment.