Changes between Initial Version and Version 1 of Ticket #34780
- Timestamp:
- Aug 17, 2023, 3:55:45 AM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34780 – Description
initial v1 5 5 when I run `python tests/runtests.py -v2 check_framework`, it failed 6 6 7 ```8 7 WARNINGS: 9 8 ?: (templates.E003) 'cache' is used for multiple template tag modules: 'django.contrib.auth.templatetags.cache', 'django.contrib.contenttypes.templatetags.cache', 'django.contrib.messages.templatetags.cache', 'django.contrib.sessions.templatetags.cache', 'django.contrib.sites.templatetags.cache', 'django.contrib.staticfiles.templatetags.cache', 'django.templatetags.cache' … … 39 38 40 39 Diff is 2113 characters long. Set self.maxDiff to None to see it. 41 ```