Skip to content

Commit

Permalink
Proper manipulation with BaseStrategy instances during population πŸ‘©πŸΌβ€πŸ”¬
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibyx committed Aug 16, 2024
1 parent feb39ed commit 508f3be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## 1.0.0-rc.10 : 02.08.2024
## 1.0.0-rc.11 : 16.08.2024

- **Fixed**: Proper manipulation with `BaseStrategy` instances during population

## 1.0.0-rc.10 : 02.08.2024 (unreleased)

- **Added**: `AliasStrategy` for overriding property name on target object during `setattr()`
- **Changed**:`field_strategy` now can be also an instance of `BaseStrategy`
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-api-forms"
version = "1.0.0-rc.10"
version = "1.0.0-rc.11"
description = "Declarative Django request validation for RESTful APIs"
authors = [
"Jakub Dubec <[email protected]>",
Expand Down

0 comments on commit 508f3be

Please sign in to comment.