Ticket #312 (closed enhancement: fixed)
Remove magical djangosupport.configure()
| Reported by: | zeeg | Owned by: | mitsuhiko |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | contrib | Version: | dev |
| Keywords: | Cc: |
Description
Attached is a patch which deprecates the magical django.contrib.jinja module (due to conflicts which it can cause trying to use it with a Django project). The change in a normal users codebase is as simple as replacing from django.contrib.jinja import N with from jinja.contrib.djangosupport import N.
The patch also includes 3 generic views:
* handler404 * handler500 * direct_to_template
Attachments
Change History
Note: See
TracTickets for help on using
tickets.