Changes between Version 18 and Version 19 of NewAdminChanges
- Timestamp:
- Nov 2, 2005, 9:21:27 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified NewAdminChanges
v18 v19 10 10 11 11 In future, it will also make changes to the admin functionality easier. 12 13 Any questions? I am rjwittams on IRC, and you can mail me at robert@NOSPAMwittams.com 12 14 13 15 = New-admin changes = … … 198 200 A new tag, called {{{include}}}, which is an improvement on ssi parsed. See #598. 199 201 200 Improved error reporting when debug is on. See #603. Also note that loaders must return a tuple of (source, filename) rather than just the source of a loaded template. 202 Improved error reporting when debug is on. See #603. Also note that loaders must return a tuple of (source, filename) rather than just the source of a loaded template. 203 204 To make this work, add "django.middleware.template_debug.TemplateDebugMiddleware" to MIDDLEWARE_CLASSES, 205 and make a template called template_debug.html which just does: 206 {% include "admin/template_debug" %} 207 If anyone has a better suggestion of how to deal with this, let me know. 201 208 202 209 Template tag decorators see #625 . This can make defining some template tags very easy.