Changes between Initial Version and Version 1 of Ticket #34780


Ignore:
Timestamp:
Aug 17, 2023, 3:55:45 AM (13 months ago)
Author:
wd0517
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34780 – Description

    initial v1  
    55when I run `python tests/runtests.py -v2 check_framework`, it failed
    66
    7 ```
    87WARNINGS:
    98?: (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'
     
    3938
    4039Diff is 2113 characters long. Set self.maxDiff to None to see it.
    41 ```
Back to Top