コミット履歴

作者 SHA1 メッセージ 日付
  Claude Paroz d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 年 前
  Tim Graham b5f0b3478d Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase. 8 年 前
  Andrew Nester ade52ef71f Fixed #27544 -- Fixed QuerySet.update(dt=F('dt') + timedelta) crash on SQLite. 8 年 前
  Tim Graham 414ad25b09 Fixed #27327 -- Simplified time zone handling by requiring pytz. 8 年 前
  Mads Jensen 0c1f71635f Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSequenceEqual(). 8 年 前
  Jon Dufresne 4f336f6652 Fixed #26747 -- Used more specific assertions in the Django test suite. 8 年 前
  Simon Charette 271581df60 Refs #26712 -- Removed workarounds for PostgreSQL queries on TIME_ZONE changes. 8 年 前
  Tim Graham 92053acbb9 Fixed E128 flake8 warnings in tests/. 9 年 前
  Tim Graham 015fad9060 Fixed #26175 -- Removed SHA1 password hashes in tests. 9 年 前
  Marten Kenbeek 16411b8400 Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 9 年 前
  Josh Soref 93452a70e8 Fixed many spelling mistakes in code, comments, and docs. 9 年 前
  Tim Graham 9350616211 Removed explicit User ids in tests. 9 年 前
  Ville Skyttä 3ee18400ae Fixed #25668 -- Misc spelling errors 9 年 前
  Dražen Odobašić b1e33ceced Fixed #23395 -- Limited line lengths to 119 characters. 9 年 前
  Aymeric Augustin e39dd61808 Adjusted tests that were messing with database connections too heavily. 9 年 前
  Simon Charette be67400b47 Refs #24652 -- Used SimpleTestCase where appropriate. 10 年 前
  Tim Graham dc8edc9dbf Added tzinfo to a test to fix RuntimeWarning. 10 年 前
  Aymeric Augustin 06dc6759d8 Factored skip condition when pytz isn't installed. 10 年 前
  Aymeric Augustin da2c6959c8 Dropped the needs_datetime_string_cast feature. 10 年 前
  Aymeric Augustin 2a05a82311 Worked around a bug when chaining skipIf/UnlessDBFeature. 10 年 前
  Aymeric Augustin ed83881e64 Fixed #23820 -- Supported per-database time zone. 10 年 前
  Aymeric Augustin d9521f66b1 Removed global timezone-aware datetime adapters. 10 年 前
  Aymeric Augustin ec186572e6 Removed global timezone-aware datetime converters. 10 年 前
  Riccardo Magliocchetti a429a502ea Updated tests to stop leaking models in shared AdminSite. 10 年 前
  Simon Charette 5bc3123479 Fixed #24558 -- Made dumpdata mapping ordering deterministic. 10 年 前
  Josh Smeaton 39a7eed1bb Converted test fixtures to setUpTestData methods 10 年 前
  Tim Graham 0ed7d15563 Sorted imports with isort; refs #23860. 10 年 前
  darkryder 9ec8aa5e5d Fixed #24149 -- Normalized tuple settings to lists. 10 年 前
  Aymeric Augustin 5f7230e12f Fixed #24124 (again) -- Updated tests with new default context_processors. 10 年 前
  Aymeric Augustin 92e8f1f302 Moved context_processors from django.core to django.template. 10 年 前