Changes between Version 31 and Version 32 of BetterErrorMessages
- Timestamp:
- Mar 9, 2010, 6:08:54 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BetterErrorMessages
v31 v32 105 105 }}} 106 106 In django.forms.models line 240 there could be a check to make sure the options instance has a valid model declaration and if not warn the user more explicitly ("ModelForm <classname> does is missing the model") 107 This is covered by ticket: http://code.djangoproject.com/ticket/12285107 This is covered by #12285. 108 108 109 109 == django.http ==