Commit History

Author SHA1 Message Date
  Mariusz Felisiak efb7f9ced2 Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc. 1 month ago
  David Sanders b5311ee232 Fixed #34921 -- Fixed crash of warning for unbound naive datetimes. 1 year ago
  David Smith 097e3a70c1 Refs #33476 -- Applied Black's 2023 stable style. 2 years ago
  Mariusz Felisiak 3bbe22dafc Fixed #34233 -- Dropped support for Python 3.8 and 3.9. 2 years ago
  Mariusz Felisiak d6816bff73 Refs #32365 -- Removed django.utils.timezone.utc per deprecation timeline. 2 years ago
  Mariusz Felisiak e6f82438d4 Refs #32365 -- Removed support for pytz timezones per deprecation timeline. 2 years ago
  Mariusz Felisiak 8d98f99a4a Refs #32873 -- Removed settings.USE_L10N per deprecation timeline. 2 years ago
  Gregor Gärtner f0c06f8ab7 Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual(). 2 years ago
  Mariusz Felisiak f4e592e383 Removed unnecessary MySQL workaround in timezones tests. 2 years ago
  Carlton Gibson 59ab3fd0e9 Refs #32365 -- Deprecated django.utils.timezone.utc. 3 years ago
  Carlton Gibson bb61f0186d Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 3 years ago
  Nick Pope 847f46e9bf Removed redundant QuerySet.all() calls in docs and tests. 3 years ago
  Mariusz Felisiak 7119f40c98 Refs #33476 -- Refactored code to strictly match 88 characters line length. 3 years ago
  django-bot 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
  Carlton Gibson 306607d5b9 Fixed #32365 -- Made zoneinfo the default timezone implementation. 3 years ago
  Claude Paroz 676bd084f2 Fixed #32873 -- Deprecated settings.USE_L10N. 3 years ago
  David Smith 8208381ba6 Refs #32956 -- Corrected spelling of daylight saving time. 3 years ago
  abhiabhi94 6a5ef557f8 Added test for errors when saving timezone-aware times if not supported. 3 years ago
  Paul Ganssle 10d1261984 Refs #32365 -- Allowed use of non-pytz timezone implementations. 4 years ago
  Adam Johnson d17b380653 Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 4 years ago
  Mariusz Felisiak 8be477be5c Fixed timezones tests for PyYAML 5.3+. 5 years ago
  Claude Paroz 1487f16f2d Fixed #11385 -- Made forms.DateTimeField accept ISO 8601 date inputs. 5 years ago
  Aymeric Augustin c06492dd87 Fixed #23524 -- Allowed DATABASES['TIME_ZONE'] option on PostgreSQL. 5 years ago
  Jon Dufresne 39791c8e6d Harmonized Windows checks in tests to a single style. 5 years ago
  Anatol Ulrich 8ed6788aa4 Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day lookup. 5 years ago
  Jon Dufresne 42b9a23267 Fixed #30400 -- Improved typography of user facing strings. 5 years ago
  can cef3f2d3c6 Fixed #28373 -- Used connection timezone instead of UTC when making dates timezone-aware on MySQL, SQLite, and Oracle. 6 years ago
  Mariusz Felisiak a57c783dd4 Fixed serializers tests for PyYAML 5.1+. 6 years ago
  Simon Charette b181aba7dd Refs #28478 -- Prevented database feature based skipping on tests disallowing queries. 6 years ago
  Tim Graham 0004daa536 Used 4 space hanging indent for dictionaries. 6 years ago