- Use the canonical PyPI package name for
factory-boy
- In
tox.ini
, changefactory_boy
tofactory-boy
- In
- Remove the version bound on
django-s3-file-field
- In
setup.py
, remove the>=0.0.12
bound ondjango-s3-file-field
- In
- Add an
authenticated_api_client
pytest fixture- Update
.../tests/conftest.py
in accordance with dc8f9b8
- Update
- Move S3-file-field upload endpoints under
/api/v1
- In
urls.py
, use the pathapi/v1/s3-upload/
fors3_file_field.urls
- In