django1/tests/custom_lookups
Andy Chosak ceb1ffcc8d Fixed #23420 - broken warning for unbound naive datetime objects
Fixed issue with warning message displayed for unbound naive datetime
objects when USE_TZ is True. Adds unit test that demonstrates the issue
(discoverable when using a custom lookup in MySQL).
2014-11-03 15:51:48 +02:00
..
__init__.py Fixed #16187 -- refactored ORM lookup system 2014-01-18 11:46:19 +02:00
models.py Fixed #23420 - broken warning for unbound naive datetime objects 2014-11-03 15:51:48 +02:00
tests.py Fixed #23420 - broken warning for unbound naive datetime objects 2014-11-03 15:51:48 +02:00