Skip to content

Commit

Permalink
remove another django_version reference
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed May 22, 2016
1 parent a7c8e07 commit ed1d0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queued_storage/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def modified_time(self, name):
:rtype: :class:`~python:datetime.datetime`
"""
return self.get_storage(name).modified_time(name)
if django_version()[1] >= 7:
if VERSION[1] >= 7:
QueuedStorage = deconstructible(QueuedStorage)


Expand Down

0 comments on commit ed1d0a0

Please sign in to comment.