django-select2/testapp
Jonathan Senecal 13065d09e8 Added the "fields" attribute in testapp
django.core.exceptions.ImproperlyConfigured: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is prohibited; form SchoolForm needs updating.
- Added the "fields" attribute to SchoolForm
- Added the "fields" attribute to EmployeeForm
- Added the "fields" attribute to DeptForm
- Added the "fields" attribute to QuestionForm
- Added the "fields" attribute to QuestionNonAutoForm
2015-04-13 18:44:06 +02:00
..
testapp Added the "fields" attribute in testapp 2015-04-13 18:44:06 +02:00
manage.py Add convenient execution bit to manage.py 2012-11-26 12:53:28 +01:00
test.db Issue 76 testing 2013-11-09 10:00:43 +05:30