Fixed - Added default value for ParseModel's created_at and updated_at fields.
1.1.2
Fixed - Files associated to model instance where forcing it to be saved earlier.
1.1.1
Fixed - Management commands were not being included.
1.1.0
Added - Support for saving and retrieving files from Parse. - Backwards compatibility for parsetodjango command arguments that used to work only in Django 1.8+.
Fixed - Parsing of DateField in some cases was generating invalid iso format to be posted to Parse.