Skip to content

Commit

Permalink
Require django-rest-framework >= 2.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyFoote committed Jun 12, 2014
1 parent 8cc01cf commit 77f239b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@


install_requires = (
'djangorestframework>=2.3.13,<3',
'djangorestframework>=2.3.14,<3',

This comment has been minimized.

Copy link
@SemVerTsar

SemVerTsar Jun 12, 2014

Contributor

should this be

'djangorestframework>=2.3.14,<3',

?

This comment has been minimized.

Copy link
@SemVerTsar

SemVerTsar Jun 12, 2014

Contributor

or

'djangorestframework>=2.3.14,<4',

?

This comment has been minimized.

Copy link
@SemVerTsar

SemVerTsar Jun 12, 2014

Contributor

@Ian-Foote Don't worry I was being dim.
It looks good to me

This comment has been minimized.

Copy link
@meshy

meshy Jun 12, 2014

Contributor

Can't see the difference for the first one.

Second one: No. We do not want to allow upgrade to version 3.

This comment has been minimized.

Copy link
@meshy

meshy Jun 12, 2014

Contributor

Bad timing, sorry.

This comment has been minimized.

Copy link
@LilyFoote

LilyFoote Jun 12, 2014

Author Contributor

Your second one would allow a version 3.x.y to be installed. We should not allow that until we've checked we're still compatible with it.

'incuna_mail>=0.2,<0.3',
)

Expand Down

0 comments on commit 77f239b

Please sign in to comment.