Changes between Initial Version and Version 1 of Ticket #30837
- Timestamp:
- Oct 3, 2019, 7:18:28 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30837 – Description
initial v1 17 17 Solutions: 18 18 If you'll agree, I've created a pull request for this tiny code change. 19 19 [https://github.com/django/django/pull/11869] 20 20 I can also see that changing this value now will cause a TemplateDoesNotExist error on existing installations. 21 21 Therefore I've created another pull request that fallsback to the .html variant if the template results in a TemplateDoesNotExist error. 22 22 [https://github.com/django/django/pull/11870] 23 23 Please let me know what you think of my proposed solutions. 24 24