commit | 13df267d262133394d08a0e811417449f3f8319a | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@cs.arizona.edu> | Mon Jun 27 08:34:01 2016 -0700 |
committer | Zack Williams <zdw@cs.arizona.edu> | Mon Jun 27 08:34:01 2016 -0700 |
tree | 03677a8137bbd6d4cb26bb238f7abc3fefc4a851 | |
parent | 646d2144c85d7d05a91bcd32e6f95dd23b815515 [diff] |
Django 1.8 fails with an ImproperlyConfigured exception when `fields` or `exclude` isn't set: ``` class Meta: fields = '__all__' ``` on all descendents of ModelForm. Omitting this is deprecated in 1.7: https://docs.djangoproject.com/en/1.7/topics/forms/modelforms/#selecting-the-fields-to-use Change-Id: I575ad045ffaf456606f78e269757153949a2344a