summaryrefslogtreecommitdiff
path: root/tests/modeltests/timezones
AgeCommit message (Expand)Author
2012-10-25[1.5.x] Fixed timezone tests when dict randomization is onAymeric Augustin
2012-08-11Decorated some tests that require tz support.Karen Tracey
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-10Replaced foo.next() by next(foo).Claude Paroz
2012-05-02Merge pull request #28 from akaariai/ticket_18163Karen Tracey
2012-05-01Fixed #17742 -- Handled aware datetimes in DateFieldAymeric Augustin
2012-04-30Ensured tests pass using custom PASSWORD_HASHERS.Anssi Kääriäinen
2012-04-29Simplified timezones tests with settings_changed.Aymeric Augustin
2012-03-30Use the class decorator syntax available in Python >= 2.6. Refs #17965.Aymeric Augustin
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
2012-03-13Fixed #17882 -- Reopened the database connection when a test changes time zon...Aymeric Augustin
2012-02-27Fixed #17755 -- Ensured datetime objects that bypass the model layer (for ins...Aymeric Augustin
2012-02-22Fixed #17728 -- When filtering an annotation, ensured the values used in the ...Aymeric Augustin
2012-01-31Skipped the test introduced at r17403 on Python 2.5, because it requires warn...Aymeric Augustin
2012-01-28Caught (and tested) the warning added at r17393 in the corresponding test. Re...Aymeric Augustin
2012-01-24Fixed #17580 -- Made sure datetime.date instances are correctly handled when ...Jannis Leidel
2012-01-02Fixed a stupid bug in the implementation of timezone.make_aware.Aymeric Augustin
2011-12-27Fixed #17463 -- Conditionally skipped tests that Windows isn't able to run.Aymeric Augustin
2011-12-04Fixed #17343 -- Changed the {% now %} tag to use the current time zone when t...Aymeric Augustin
2011-11-25Fixed #17294 -- Supported nullable DateTimeFields when time zone support is e...Aymeric Augustin
2011-11-21Fixed #17274 -- Accepted TIME_ZONE = None when USE_TZ = True. Thanks pressure...Aymeric Augustin
2011-11-20Ensured that the warning added at r17117 also applies to queryset filter argu...Aymeric Augustin
2011-11-20Disabled tests that require warnings.catch_warnings when running under Python...Aymeric Augustin
2011-11-19Fixed #17263 -- Added a warning when a naive datetime reaches the database la...Aymeric Augustin
2011-11-18Fixed #17255 -- Removed "as" prefix from new timezone template filter names f...Jannis Leidel
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin