Skip to content

Commit cc65633

Browse files
committed
0.9.0 release 🏀
1 parent 4bd48b0 commit cc65633

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# Changelog
22

3-
## 0.9.0 : TBD
3+
## 0.9.0 : 11.05.2020
44

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

9-
109
## 0.8.0 : 05.05.2020
1110

1211
- **Maintenance**: Add tests for fields

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def create_album(request):
165165
print(payload)
166166
```
167167

168-
If you want example with whole Django project, check out repository created by @pawl
168+
If you want example with whole Django project, check out repository created by [pawl](https://github.com/pawl)
169169
[django_api_forms_modelchoicefield_example](https://github.com/pawl/django_api_forms_modelchoicefield_example), where
170170
he uses library with
171171
[ModelChoiceField](https://docs.djangoproject.com/en/3.0/ref/forms/fields/#django.forms.ModelChoiceField).

django_api_forms/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.8.0'
1+
__version__ = '0.9.0'

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tool.poetry]
22
name = "django-api-forms"
3-
version = "0.7.1"
3+
version = "0.9.0"
44
description = "Declarative Django request validation"
5-
authors = ["Jakub Dubec <jakub.dubec@gmail.com>"]
5+
authors = ["Jakub Dubec <jakub.dubec@gmail.com>", "Paul Brown <paul90brown+github@gmail.com>"]
66
license = "MIT"
77

88
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)