django.utils.datetime_safe datetime Example Code

datetime is a callable within the django.utils.datetime_safe module of the Django project.

Example 1 from django-haystack

django-haystack (project website and PyPI page) is a search abstraction layer that separates the Python search code in a Django web application from the search engine implementation that it runs on, such as Apache Solr, Elasticsearch or Whoosh.

The django-haystack project is open source under the BSD license.

django-haystack / haystack / backends / whoosh_backend.py