NaiveDateTimeField offers the ability to store a naive timestamp, useful for baking in a local timestamp.
  • Python 98.7%
  • Makefile 1.3%
Find a file
Camron Flanders 285f5c5339
Merge pull request #6 from AlexHill/allow_null
Correctly handle None being returned from the database backend
2021-04-29 08:13:00 -05:00
naivedatetimefield Correctly handle None being returned from the database backend 2021-04-29 11:44:41 +08:00
tests Correctly handle None being returned from the database backend 2021-04-29 11:44:41 +08:00
.gitignore Add .idea to .gitignore 2019-01-11 12:21:57 +08:00
.travis.yml Add support for Django 3.2 and drop support for Django 1.11 2021-04-26 12:40:50 +08:00
LICENSE Initial commit 2018-03-08 21:46:16 -06:00
Makefile bumping version to 1.2.0 2018-08-21 16:19:31 -05:00
README.md update readme 2021-04-28 09:42:50 -05:00
runtests.py adding tests 2018-03-09 00:00:25 -06:00
setup.cfg Blacken codebase 2021-04-26 12:48:29 +08:00
setup.py bump version 2021-04-28 09:33:26 -05:00
test_reqs.txt add pytz 2018-03-09 00:24:12 -06:00

django-naivedatetimefield

build status PyPI version

NaiveDateTimeField offers the ability to store a naive timestamp, useful for baking in a local timestamp.

Installation

pip install django-naivedatetimefield

Contributors