Changes between Initial Version and Version 1 of Ticket #24389


Ignore:
Timestamp:
Feb 22, 2015, 5:08:56 AM (10 years ago)
Author:
Tzu-ping Chung
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24389 – Description

    initial v1  
    1 When a CSRF error is raised in debug mode, the technical page require DjangoTemplates to be rendered. If you have your TEMPLATES setting configured without a DjangoTemplates entry, you will instead get a ImproperlyConfigured: No DjangoTemplates backend is configured. error. This can be resolved if you add a DjangoTemplates entry to the TEMPLATES setting, but since the many error pages (500, 404, etc.) work without DjangoTemplates, this one probably should, too.
     1When a CSRF error is raised in debug mode, the technical page require DjangoTemplates to be rendered. If you have your TEMPLATES setting configured without a DjangoTemplates entry, you will instead get an ''ImproperlyConfigured: No DjangoTemplates backend is configured.'' error. This can be resolved if you add a DjangoTemplates entry to the TEMPLATES setting, but since many error pages (500, 404, etc.) work without DjangoTemplates, this one probably should, too.
    22
    33To reproduce:
Back to Top