This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-03-13 02:40:47 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
generic_views
History
Mariusz Felisiak
efb7f9ced2
Refs
#36005
-- Used datetime.UTC alias instead of datetime.timezone.utc.
...
datetime.UTC was added in Python 3.11.
2025-02-18 08:35:36 +01:00
..
jinja2
/generic_views
…
templates
…
__init__.py
…
forms.py
…
models.py
…
test_base.py
Refs
#26007
-- Improved the ImproperlyConfigured error message for SingleObjectTemplateResponseMixin.get_template_names().
2024-12-18 13:08:14 +01:00
test_dates.py
Refs
#36005
-- Used datetime.UTC alias instead of datetime.timezone.utc.
2025-02-18 08:35:36 +01:00
test_detail.py
…
test_edit.py
…
test_list.py
…
urls.py
Corrected cache_page()'s timeout value in tests.generic_views.urls.
2024-02-05 13:27:51 +01:00
views.py
Refs
#33476
-- Applied Black's 2023 stable style.
2023-02-01 11:04:38 +01:00