Skip to content

Commit 5d25336

Browse files
committed
Bump version, relock and add isort and ruff config.
1 parent 29b685a commit 5d25336

3 files changed

Lines changed: 122 additions & 70 deletions

File tree

HISTORY

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2.8
2+
===
3+
4+
Changes
5+
-------
6+
7+
- Change behaviour of create_resource_from_dict to not raise Validation errors
8+
from ``field.to_python`` when ``full_clean`` is ``False``.
9+
10+
Allows for invalid documents to still be loaded with invalid data to allow
11+
for correction of data and to prevent data loss.
12+
13+
- Introduce Pre-commit, PyUpgrade, isort, ruff and black.
14+
15+
116
2.7
217
===
318

0 commit comments

Comments
 (0)