MEDIA_ROOT
* Adding support for using a subdirectory of MEDIA_ROOT for file fields with CONSTANCE_FILE_ROOT setting * Improving documentation for CONSTANCE_FILE_ROOT * Updating PR branch to work with latest master
* refactor out ConstanceForm and get_values into forms.py and utils.py respectively * fix tests and documentation * correct mock import * fix merge