Changes between Version 30 and Version 31 of BetterErrorMessages


Ignore:
Timestamp:
Feb 6, 2010, 4:17:58 PM (14 years ago)
Author:
unbracketed
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BetterErrorMessages

    v30 v31  
    105105}}}
    106106In 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")
     107This is covered by ticket: http://code.djangoproject.com/ticket/12285
    107108
    108109== django.http ==
Back to Top