summaryrefslogtreecommitdiff
path: root/tests/timezones
Commit message (Expand)AuthorAgeFilesLines
* Refs #32365 -- Allowed use of non-pytz timezone implementations.Paul Ganssle2021-01-191-67/+90
* Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson2020-05-041-2/+2
* Fixed timezones tests for PyYAML 5.3+.Mariusz Felisiak2020-01-071-6/+22
* Fixed #11385 -- Made forms.DateTimeField accept ISO 8601 date inputs.Claude Paroz2020-01-061-5/+0
* Fixed #23524 -- Allowed DATABASES['TIME_ZONE'] option on PostgreSQL.Aymeric Augustin2019-12-041-23/+9
* Harmonized Windows checks in tests to a single style.Jon Dufresne2019-11-061-2/+2
* Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day l...Anatol Ulrich2019-10-021-0/+3
* Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne2019-06-281-4/+4
* Fixed #28373 -- Used connection timezone instead of UTC when making dates tim...can2019-04-081-23/+36
* Fixed serializers tests for PyYAML 5.1+.Mariusz Felisiak2019-03-141-6/+6
* Refs #28478 -- Prevented database feature based skipping on tests disallowing...Simon Charette2019-01-141-1/+1
* Used 4 space hanging indent for dictionaries.Tim Graham2019-01-021-10/+21
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-2/+2
* Fixed broken links to PyYAML page.CHI Cheng2018-12-271-1/+1
* Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham2018-11-271-1/+1
* Refs #29784 -- Switched to https:// links where available.Jon Dufresne2018-09-261-1/+1
* Fixed #29546 -- Deprecated django.utils.timezone.FixedOffset.Sergey Fedoseev2018-07-091-1/+2
* Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().Morgan Aubert2018-05-091-27/+8
* Fixed hanging indentation in various code.Mariusz Felisiak2018-03-161-6/+12
* Removed DatabaseFeatures.supports_microsecond_precision.Tim Graham2017-09-251-48/+0
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-3/+9
* Replaced type-specific assertions with assertEqual().Tim Graham2017-03-171-1/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-5/+5
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham2016-12-071-1/+1
* Fixed #27544 -- Fixed QuerySet.update(dt=F('dt') + timedelta) crash on SQLite.Andrew Nester2016-11-291-1/+9
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+1
* Fixed #27327 -- Simplified time zone handling by requiring pytz.Tim Graham2016-10-271-27/+5
* Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...Mads Jensen2016-09-131-65/+50
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-1/+1
* Refs #26712 -- Removed workarounds for PostgreSQL queries on TIME_ZONE changes.Simon Charette2016-06-061-1/+1
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-8/+13
* Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham2016-02-061-7/+10
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-1/+1
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-1/+1
* Removed explicit User ids in tests.Tim Graham2015-11-241-1/+1
* Fixed #25668 -- Misc spelling errorsVille Skyttä2015-11-031-1/+1
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-7/+29
* Adjusted tests that were messing with database connections too heavily.Aymeric Augustin2015-09-091-11/+26
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-1/+1
* Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek2015-06-081-2/+2
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-3/+3
* Added tzinfo to a test to fix RuntimeWarning.Tim Graham2015-05-171-3/+4
* Factored skip condition when pytz isn't installed.Aymeric Augustin2015-05-171-8/+10
* Dropped the needs_datetime_string_cast feature.Aymeric Augustin2015-05-171-34/+0
* Worked around a bug when chaining skipIf/UnlessDBFeature.Aymeric Augustin2015-05-171-4/+8
* Fixed #23820 -- Supported per-database time zone.Aymeric Augustin2015-05-171-2/+65
* Removed global timezone-aware datetime adapters.Aymeric Augustin2015-05-171-1/+25
* Removed global timezone-aware datetime converters.Aymeric Augustin2015-05-171-0/+25