This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-01-27 02:29:55 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
modeltests
/
timezones
History
Anssi Kääriäinen
8fad77da95
Ensured tests pass using custom PASSWORD_HASHERS.
2012-04-30 22:10:27 +03:00
..
fixtures
Fixed
#17263
-- Added a warning when a naive datetime reaches the database layer while time zone support is enabled.
2011-11-19 23:27:20 +00:00
__init__.py
…
admin.py
…
forms.py
…
models.py
Fixed
#17728
-- When filtering an annotation, ensured the values used in the filter are properly converted to their database representation. This bug was particularly visible with timezone-aware DateTimeFields. Thanks gg for the report and Carl for the review.
2012-02-22 19:40:27 +00:00
tests.py
Ensured tests pass using custom PASSWORD_HASHERS.
2012-04-30 22:10:27 +03:00
urls.py
…