Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBekendam authored Sep 25, 2023
2 parents 0c5a573 + 2b5dcc9 commit ab781e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Wijzigingen
- **Changed:** added expand queryparameter to /zoek
- **Changed:** bestandsdeel serializer to include lock attribute


===========
1.4.1 (2023-08-29)
===========

Expand Down
1 change: 1 addition & 0 deletions src/drc/api/serializers/enkelvoudig_informatieobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ class EIOZoekSerializer(serializers.Serializer):
)



class SchemaEIOSerializer(EnkelvoudigInformatieObjectSerializer):
bestandsdelen = SchemaBestandsDeelSerializer(
source="canonical.bestandsdelen", many=True, read_only=True
Expand Down
1 change: 1 addition & 0 deletions src/drc/conf/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

API_VERSION = "1.4.2"


REST_FRAMEWORK = BASE_REST_FRAMEWORK.copy()
REST_FRAMEWORK["PAGE_SIZE"] = 100
REST_FRAMEWORK["DEFAULT_RENDERER_CLASSES"] = (
Expand Down

0 comments on commit ab781e6

Please sign in to comment.