index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
timezones
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #32365 -- Allowed use of non-pytz timezone implementations.
Paul Ganssle
2021-01-19
1
-67
/
+90
*
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-05-04
1
-2
/
+2
*
Fixed timezones tests for PyYAML 5.3+.
Mariusz Felisiak
2020-01-07
1
-6
/
+22
*
Fixed #11385 -- Made forms.DateTimeField accept ISO 8601 date inputs.
Claude Paroz
2020-01-06
1
-5
/
+0
*
Fixed #23524 -- Allowed DATABASES['TIME_ZONE'] option on PostgreSQL.
Aymeric Augustin
2019-12-04
1
-23
/
+9
*
Harmonized Windows checks in tests to a single style.
Jon Dufresne
2019-11-06
1
-2
/
+2
*
Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day l...
Anatol Ulrich
2019-10-02
1
-0
/
+3
*
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-06-28
1
-4
/
+4
*
Fixed #28373 -- Used connection timezone instead of UTC when making dates tim...
can
2019-04-08
1
-23
/
+36
*
Fixed serializers tests for PyYAML 5.1+.
Mariusz Felisiak
2019-03-14
1
-6
/
+6
*
Refs #28478 -- Prevented database feature based skipping on tests disallowing...
Simon Charette
2019-01-14
1
-1
/
+1
*
Used 4 space hanging indent for dictionaries.
Tim Graham
2019-01-02
1
-10
/
+21
*
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-12-31
1
-2
/
+2
*
Fixed broken links to PyYAML page.
CHI Cheng
2018-12-27
1
-1
/
+1
*
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2018-11-27
1
-1
/
+1
*
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-09-26
1
-1
/
+1
*
Fixed #29546 -- Deprecated django.utils.timezone.FixedOffset.
Sergey Fedoseev
2018-07-09
1
-1
/
+2
*
Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().
Morgan Aubert
2018-05-09
1
-27
/
+8
*
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-03-16
1
-6
/
+12
*
Removed DatabaseFeatures.supports_microsecond_precision.
Tim Graham
2017-09-25
1
-48
/
+0
*
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-07-29
1
-3
/
+9
*
Replaced type-specific assertions with assertEqual().
Tim Graham
2017-03-17
1
-1
/
+1
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-1
/
+1
*
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
1
-5
/
+5
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-2
/
+0
*
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
Tim Graham
2016-12-07
1
-1
/
+1
*
Fixed #27544 -- Fixed QuerySet.update(dt=F('dt') + timedelta) crash on SQLite.
Andrew Nester
2016-11-29
1
-1
/
+9
*
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-14
1
-0
/
+1
*
Fixed #27327 -- Simplified time zone handling by requiring pytz.
Tim Graham
2016-10-27
1
-27
/
+5
*
Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...
Mads Jensen
2016-09-13
1
-65
/
+50
*
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-06-16
1
-1
/
+1
*
Refs #26712 -- Removed workarounds for PostgreSQL queries on TIME_ZONE changes.
Simon Charette
2016-06-06
1
-1
/
+1
*
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-04-08
1
-8
/
+13
*
Fixed #26175 -- Removed SHA1 password hashes in tests.
Tim Graham
2016-02-06
1
-7
/
+10
*
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-31
1
-1
/
+1
*
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-12-03
1
-1
/
+1
*
Removed explicit User ids in tests.
Tim Graham
2015-11-24
1
-1
/
+1
*
Fixed #25668 -- Misc spelling errors
Ville Skyttä
2015-11-03
1
-1
/
+1
*
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-12
1
-7
/
+29
*
Adjusted tests that were messing with database connections too heavily.
Aymeric Augustin
2015-09-09
1
-11
/
+26
*
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-27
1
-1
/
+1
*
Fixed #21927 -- Made application and instance namespaces more distinct.
Marten Kenbeek
2015-06-08
1
-2
/
+2
*
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-05-20
1
-3
/
+3
*
Added tzinfo to a test to fix RuntimeWarning.
Tim Graham
2015-05-17
1
-3
/
+4
*
Factored skip condition when pytz isn't installed.
Aymeric Augustin
2015-05-17
1
-8
/
+10
*
Dropped the needs_datetime_string_cast feature.
Aymeric Augustin
2015-05-17
1
-34
/
+0
*
Worked around a bug when chaining skipIf/UnlessDBFeature.
Aymeric Augustin
2015-05-17
1
-4
/
+8
*
Fixed #23820 -- Supported per-database time zone.
Aymeric Augustin
2015-05-17
1
-2
/
+65
*
Removed global timezone-aware datetime adapters.
Aymeric Augustin
2015-05-17
1
-1
/
+25
*
Removed global timezone-aware datetime converters.
Aymeric Augustin
2015-05-17
1
-0
/
+25
[next]