Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
Sane and flexible OpenAPI 3 schema generation for Django REST framework.
-
Forked from vbabiy/djangorestframework-camel-case
Camel case JSON support for Django REST framework.
Python 2
-
Forked from axnsan12/drf-yasg
Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.
Python
-
Forked from apirobot/django-rest-polymorphic
Polymorphic serializers for Django REST Framework
Python
-
Forked from django-polymorphic/django-polymorphic
Improved Django model inheritance with automatic downcasting
Python
-
311 contributions in the last year
Contribution activity
August 2020
July 2020
Created a pull request in tfranzel/drf-spectacular that received 3 comments
i18n #109
i18n support for build-in strings, CLI command, schema endpoint and UI endpoints. caveat: of course the user has to provide his own translations. e…
Created an issue in tfranzel/drf-spectacular that received 6 comments
AssertionError on resolve_serializer
I just hit this. I suggest that assert is never used without a second arg which explains the failed assertion. There are code quality tools which c…