Skip to content

Releases: thorgate/tg-apicore

0.3.0

23 May 10:19
Compare
Choose a tag to compare
  • Add Usage section to README (to make starting up easier)
  • Most REST_FRAMEWORK settings are now automatically configured by Thorgate API Core.
    Users only need to specify ALLOWED_VERSIONS, the rest is optional.

0.2.0

14 Apr 09:57
Compare
Choose a tag to compare
  • Added PageNotFoundView (JSON-based 404 views)
  • Added DetailSerializerViewSet (different serializers and queryset for list/detail/edit views)
  • Added CreateOnlyFieldsSerializerMixin, ModelValidationSerializerMixin and BaseModelSerializer
  • Renamed APIDocumentationView.get_patterns() to .urlpatterns()
  • Improved example app a lot. It now also includes tests that partially test tg-apicore itself