All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Added default value for ParseModel's created_at and updated_at fields.
- Files associated to model instance where forcing it to be saved earlier.
- Management commands were not being included.
- Support for saving and retrieving files from Parse.
- Backwards compatibility for parsetodjango command arguments that used to work only in Django 1.8+.
- Parsing of DateField in some cases was generating invalid iso format to be posted to Parse.
- Initial Version