1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests/generic_views
Adam Johnson 20799cc0a6 Fixes #31877 -- Used lazy() for TemplateView kwarg deprecation warning.
SimpleLazyObjects cause a crash when filtering.

Thanks Tim L. White for the report.
Regression in 4ed534758c.
2020-08-13 07:26:10 +02:00
..
jinja2/generic_views
templates
__init__.py
forms.py
models.py
test_base.py Fixes #31877 -- Used lazy() for TemplateView kwarg deprecation warning. 2020-08-13 07:26:10 +02:00
test_dates.py Fixed #31620 -- Added support for %V format to WeekMixin/WeekArchiveView. 2020-06-26 11:12:57 +02:00
test_detail.py
test_edit.py Made reused RequestFactory instances class attributes. 2018-11-27 09:49:02 -05:00
test_list.py
urls.py Fixed #31620 -- Added support for %V format to WeekMixin/WeekArchiveView. 2020-06-26 11:12:57 +02:00
views.py Increased test coverage of django/views/generic/dates.py. 2018-10-30 14:27:48 -04:00