We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f82d75 commit 6d2290cCopy full SHA for 6d2290c
HISTORY.md
@@ -1,12 +1,13 @@
1
# Changelog
2
3
-## 2.0.0 (2021-12-09)
+## 2.0.0 (2021-12-10)
4
5
Major refactoring to allow for multi source fields.
6
7
- Add support for multi source fields
8
- Add support for detail view sideloading
9
- Dropped formless BrowsableAPIRenderer enforcement
10
+- Raises error in case invalid fields are requested for sideloading
11
12
## 1.4.2 (2021-04-12)
13
drf_sideloading/__init__.py
@@ -1 +1 @@
-__version__ = "1.4.2"
+__version__ = "2.0.0"
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.4.2
+current_version = 2.0.0
commit = True
tag = True
0 commit comments