Django

Code

Ticket #1643 (closed: fixed)

Opened 3 years ago

Last modified 3 years ago

Generic views need to be updated for template extension change

Reported by: Esaj Assigned to: jacob
Milestone: Component: Generic views
Version: magic-removal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Attachments

Change History

04/15/06 13:37:37 changed by Esaj

Also, the 404 and 500 templates should probably be loaded from 404.html and 500.html. That is, unless people think generic view and error templates should just have no extensions...

04/15/06 13:57:31 changed by lukeplant

As well as updates to the generic views, I think the magic removal migration docs should have a note saying that the 'template_name' parameter to generic views needs updating -- in the common case this will require updating urls.py

04/15/06 15:12:20 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

(In [2701]) magic-removal: Fixed #1643 -- Updated generic views for template extension change

04/15/06 15:14:58 changed by adrian

(In [2703]) magic-removal: Changed 404 and 500 templates to add .html extension. Refs #1643

04/15/06 15:16:23 changed by adrian

I've updated RemovingTheMagic to mention the generic-views template_name change.


Add/Change #1643 (Generic views need to be updated for template extension change)




Change Properties
Action