AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Add patch to build with Django 3.x: * django3.patch
- Update to 4.1.0: * Expiry format now defaults to whatever is used Django REST framework * The behavior can be overriden via EXPIRY_DATETIME_FORMAT setting * Fully customizable expiry format via format_expiry_datetime * Fully customizable response payload via get_post_response_data * Changes have been made to the create() method on the AuthToken model. It now returns the model instance and the raw token instead of just the token to allow the expiry field to be included in the success response.
- Disable py2 build as it is unresolvable
- Add patch to build with Django 3.x: * django3.patch
- Update to 4.1.0: * Expiry format now defaults to whatever is used Django REST framework * The behavior can be overriden via EXPIRY_DATETIME_FORMAT setting * Fully customizable expiry format via format_expiry_datetime * Fully customizable response payload via get_post_response_data * Changes have been made to the create() method on the AuthToken model. It now returns the model instance and the raw token instead of just the token to allow the expiry field to be included in the success response.
- Disable py2 build as it is unresolvable
- Add non-updating note to the SPEC file
- Initial spec for v3.6.0