Supporting Django's model.BigInteger field via serializers
40 views
Skip to first unread message
nitesh lohchab
unread,
Mar 31, 2025, 1:24:23 AMMar 31
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django REST framework
Currently DRF's IntegerField does not distinguish between Django's BigIntegerField and IntegerField, which makes it harder to implement issues like https://github.com/axnsan12/drf-yasg/issues/907 . Seeking support for next action items for me (hoping this discussion could lead to opening up a PR as otherwise stated that DRF will only support security patches and new Django version support).