Skip to content

Commit

Permalink
Support 202405
Browse files Browse the repository at this point in the history
Client.update_all() method to update all objects in the database - this existed in v1 and has now been readded
  • Loading branch information
20c-ed authored and vegu committed Jun 18, 2024
1 parent aa00fd7 commit 1f4ecbd
Show file tree
Hide file tree
Showing 5 changed files with 633 additions and 654 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@


## Unreleased
### Added
- Client.update_all() method to update all objects in the database - this existed in v1 and has now been readded
### Fixed
- fixes automatic solving of unique constraint errors (#85)

Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Unreleased:
added: []
added:
- Client.update_all() method to update all objects in the database - this existed in v1 and has now been readded
fixed:
- fixes automatic solving of unique constraint errors (#85)
changed: []
Expand Down
Loading

0 comments on commit 1f4ecbd

Please sign in to comment.