index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
timezones
Age
Commit message (
Expand
)
Author
2014-05-16
[1.7.x] Optimized make_aware/naive by removing redundant checks. Refs #22625.
Aymeric Augustin
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-11-02
Fixing E302 Errors
Jason Myers
2013-11-02
Fixed flake8 E241
Boryslav Larin
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-10-13
Fixed #19560 -- Identified field in warning for naive datetime.
Aymeric Augustin
2013-10-01
Factorized requires_tz_support decorator in test utils
Claude Paroz
2013-09-21
Fixed #21074 -- Added tests for localized datetime fields.
Aymeric Augustin
2013-09-21
Ensured that explicit time zones are rejected by forms.
Aymeric Augustin
2013-09-09
Fixed #17262 -- Refactored tzinfo implementations.
Aymeric Augustin
2013-09-06
Fixed existing tests to handle BadSerializer.
Roberto Aguilar
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-05-09
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...
Luke Plant
2013-02-26
Renamed some tests and removed references to modeltests/regressiontests.
Florian Apolloner
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner