Skip to content

Commit

Permalink
0.9.0 release 🏀
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibyx committed May 11, 2020
1 parent 4bd48b0 commit cc65633
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Changelog

## 0.9.0 : TBD
## 0.9.0 : 11.05.2020

- **Change**: Moved field error messages to default_error_messages for easier overriding and testing.
- **Fix**: Fix KeyError when invalid values are sent to FieldList.
- **Fix**: Removed unnecessary error checking in FieldList.


## 0.8.0 : 05.05.2020

- **Maintenance**: Add tests for fields
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def create_album(request):
print(payload)
```

If you want example with whole Django project, check out repository created by @pawl
If you want example with whole Django project, check out repository created by [pawl](https://github.com/pawl)
[django_api_forms_modelchoicefield_example](https://github.com/pawl/django_api_forms_modelchoicefield_example), where
he uses library with
[ModelChoiceField](https://docs.djangoproject.com/en/3.0/ref/forms/fields/#django.forms.ModelChoiceField).
Expand Down
2 changes: 1 addition & 1 deletion django_api_forms/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.8.0'
__version__ = '0.9.0'
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "django-api-forms"
version = "0.7.1"
version = "0.9.0"
description = "Declarative Django request validation"
authors = ["Jakub Dubec <[email protected]>"]
authors = ["Jakub Dubec <[email protected]>", "Paul Brown <[email protected]>"]
license = "MIT"

[tool.poetry.dependencies]
Expand Down

0 comments on commit cc65633

Please sign in to comment.