- Allow Django < 6.0.
- Repair CI and tests.
- Django 4.2 LTS compatibility.
- Fixed Django compatibility.
- Fixed failing travis build.
- Updated Django dependency and dropped support for Python 3.3.x (#9).
- Implemented per-view max file size setting (#8).
- Fixed bug that occurred when pausing uploads (#7).
- Make the metadata 'filename' key a setting. (#2).
- Switch from (Positive)IntegerField to BigIntegerField for the upload_length and upload_offset fields (#3).
- Increase Django version support up to 1.11 (#4).
- Fix unicode errors (#5).
- Updated travis configuration.
- Exchanged use of base64.encodebytes to base64.b64encode.
- Implemented validate_filename handler in TusCreateMixin.
- Added missing migration and changed max_length to 255 for model Upload's attribute uploaded_file.
- Updated default behaviour of the get_header handler in TusMiddleware.
- Implemented handler for retrieving request headers in TusMiddleware.
- Updated validate_chunk signature.
- Implemented validate_chunk handler method in TusPatchMixin.
- Implemented validate_success_headers handler method in TusCreateMixin.
- Disabled chunk writing to disk.
- Introduced TusUploadStreamParser.
- Introduced setting to include serializer data in response body.
- Bugfixes.
- Bugfixes.
- Updated middleware, removed required header (bug!).
- Initial migration.
- Renamed some parameters / classes.
- Cleanup repository.
- First release on PyPI.