Skip to content

Commit 0698ebe

Browse files
committed
Microsecond default false
1 parent d716abd commit 0698ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rangefilter/filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
else:
2828
from django.utils.translation import ugettext_lazy as _ # pylint: disable=E0611
2929

30-
USE_END_MICROSECOND = getattr(settings, "RANGEFILTERS_USE_FILGER_END_MICROSECOND", True)
30+
USE_END_MICROSECOND = getattr(settings, "RANGEFILTERS_USE_FILGER_END_MICROSECOND", False)
3131

3232

3333
class OnceCallMedia(object):

0 commit comments

Comments
 (0)