Skip to content

Releases: lmendes86/django-services

v0.3

08 Apr 18:38
Compare
Choose a tag to compare
  • Added support for HTTP DELETE requests.
  • Removed debug fields from the service model.
  • Configurable accepted HTTP reply codes, by default, are all codes lower than 400.
  • Configurable rejected HTTP reply codes, by default, are all codes higher or equal to 400.

v0.2

13 Dec 12:31
Compare
Choose a tag to compare

We added a flag in the Service model in order to make the ssl verify flag dynamic.

v0.1

01 Dec 14:22
Compare
Choose a tag to compare
Clean repo