Skip to content

1.5.1

Compare
Choose a tag to compare
@brunobord brunobord released this 28 Mar 16:44
· 199 commits to master since this release

Release 1.5.1 was published on 2018-03-28

Change

  • Make sure that the ValidateView.form_valid method return an actual empty body content along with a 204 HTTP status response. Before this hotfix, the dictionary passed along as the response content was serialized into a 2-character string to calculate the content-length, but this content was not returned to the client. Some browsers would experience it badly, namely IE11 (#313).