Changes between Version 1 and Version 2 of DjangoWarts
- Timestamp:
- Nov 8, 2010, 5:27:58 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoWarts
v1 v2 16 16 17 17 The !CsrfViewMiddleware stops per-request upload handlers being added - ticket #14182. The workaround is ugly. 18 19 == Inappropriate template names == 20 21 Although TEMPLATE_FILE_EXTENSION was removed in [2700] / [2809], some templates have the wrong extension as a leftover from the way it previously worked. django/contrib/admin/templates/registration/password_reset_email.html should be password_reset_email.txt 22