Changes between Version 30 and Version 31 of BetterErrorMessages
- Timestamp:
- Feb 6, 2010, 4:17:58 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BetterErrorMessages
v30 v31 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/12285 107 108 108 109 == django.http ==