Subject: CVS commit: pkgsrc/www/py-djangorestframework
From: Adam Ciarcinski
Date: 2021-04-03 09:33:30
Message id: 20210403073330.50704FA95@cvs.NetBSD.org

Log Message:
py-djangorestframework: updated to 3.12.4

3.12.4

Revert use of deque instead of list for tracking throttling .history. (Due to \ 
incompatibility with DjangoRedis cache backend.

3.12.3

Properly handle ATOMIC_REQUESTS when multiple database configurations are used.
Bypass COUNT query when LimitOffsetPagination is configured but pagination \ 
params are not included on the request.
Respect allow_null=True on DecimalField.
Allow title cased "Yes"/"No" values with BooleanField.
Add PageNumberPagination.get_page_number() method for overriding behavior.
Fixed rendering of timedelta values in OpenAPI schemas, when present as default, \ 
min, or max fields.
Render JSONFields with indentation in browsable API forms.
Remove unnecessary database query in admin Token views.
Raise validation errors when bools are passed to PrimaryKeyRelatedField fields, \ 
instead of casting to ints.
Don't include model properties as automatically generated ordering fields with \ 
OrderingFilter.
Use deque instead of list for tracking throttling .history.

Files:
RevisionActionfile
1.32modifypkgsrc/www/py-djangorestframework/Makefile
1.24modifypkgsrc/www/py-djangorestframework/distinfo