* Removed .doc and .xls from the allowed file upload extensions for the security reason. Besides the general threats, determining the mime type for the .doc and .xls files (generated by old MS Word and MS Excel) requires feeding the entire file content due to their format not complying with the standard.
* Resolved an issue "No module named 'django.forms.extras'" for memberships, corporate memberships and custom forms that could occur when 'django.forms.extras...' is still stored in the field_type but django.forms.extras has been moved to django.forms.widgets since Django 1.9.