Skip to content

Commit

Permalink
Microsecond default false
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsokolov committed Apr 13, 2024
1 parent d716abd commit 0698ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rangefilter/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
else:
from django.utils.translation import ugettext_lazy as _ # pylint: disable=E0611

USE_END_MICROSECOND = getattr(settings, "RANGEFILTERS_USE_FILGER_END_MICROSECOND", True)
USE_END_MICROSECOND = getattr(settings, "RANGEFILTERS_USE_FILGER_END_MICROSECOND", False)


class OnceCallMedia(object):
Expand Down

0 comments on commit 0698ebe

Please sign in to comment.