Changes between Initial Version and Version 3 of Ticket #30475


Ignore:
Timestamp:
May 26, 2019, 5:53:53 AM (5 years ago)
Author:
Erik Stein
Comment:

I asked about adding a ticket for later reference before posting the issue and I would consider closing it after two days a bit unfortunate, but I don't really know your triaging policy, so please forgive me :-).

Today I've added a simple sample project. In a first check it seems that the Django test client actually deals correctly with the buggy 404 template (delivering a backtrace) making it somehow unuseful in testing the issue. I added some notes in the README instead.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30475

    • Property Cc Erik Stein added
  • Ticket #30475 – Description

    initial v3  
    66This was caused by a buggy 404.html template, but probably buggy 404 templates should give a backtrace, too, and i18n_patterns shouldn't be concerned by this anyway.
    77
    8 [draft bug report, I'll try to provide more details later or on request]
     8Sample project: https://github.com/sha-red/bugs-django-30475
Back to Top