File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.3.1 (2021-04-07)
4+
5+ Added support for ` django.db.models.Prefetch `
6+
37## 1.3.0 (2019-04-23)
48
59Fix empty related fields sideloading bug
610
711- Support for Django 2.2
812
9- ## 1.0 .0 (2018-10-29)
13+ ## 1.2 .0 (2018-10-29)
1014
1115Completely refactored sideloading configuration via a custom serializer.
1216
Original file line number Diff line number Diff line change 1- __version__ = "1.3.0 "
1+ __version__ = "1.3.1 "
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.3.0
2+ current_version = 1.3.1
33commit = True
44tag = True
55
@@ -10,7 +10,7 @@ universal = 1
1010
1111[flake8]
1212ignore = D203
13- exclude =
13+ exclude =
1414 drf_sideloading/migrations,
1515 .git,
1616 .tox,
You can’t perform that action at this time.
0 commit comments