summaryrefslogtreecommitdiff
path: root/tests/timezones
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak2023-01-181-5/+1
* Refs #32365 -- Removed django.utils.timezone.utc per deprecation timeline.Mariusz Felisiak2023-01-171-14/+0
* Refs #32365 -- Removed support for pytz timezones per deprecation timeline.Mariusz Felisiak2023-01-171-131/+69
* Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.Mariusz Felisiak2023-01-171-40/+6
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-6/+6
* Removed unnecessary MySQL workaround in timezones tests.Mariusz Felisiak2022-09-261-6/+2
* Refs #32365 -- Deprecated django.utils.timezone.utc.Carlton Gibson2022-03-291-0/+13
* Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson2022-03-241-3/+3
* Removed redundant QuerySet.all() calls in docs and tests.Nick Pope2022-02-221-2/+2
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-4/+10
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-075-326/+536
* Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson2021-09-161-11/+32
* Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz2021-09-141-2/+28
* Refs #32956 -- Corrected spelling of daylight saving time.David Smith2021-08-061-1/+1
* Added test for errors when saving timezone-aware times if not supported.abhiabhi942021-07-062-1/+13
* 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