Every line of 'django time field' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Python code is secure.
334 def __init__(self, assume_local=False, **options): 335 super(TimeField, self).__init__(**options) 336 self.assume_local = assume_local