django-rest-framework
Here are 7,494 public repositories matching this topic...
-
Updated
Dec 17, 2021 - Python
-
Updated
Sep 1, 2021 - Python
-
Updated
Oct 12, 2021 - Jupyter Notebook
-
Updated
Dec 14, 2020 - Python
I'm using https://github.com/Artory/drf-hal-json/ that basically provides custom base serializers that add dynamically fields like _links
into the response via the to_representation
method.
I tried to somehow get that into the schema as well, but I'm getting stuck. Are there any directions on what I need to provide/subclass/overwrite, so to make it work?
I imagine I could inspect my seri
-
Updated
Nov 25, 2021 - Python
-
Updated
Dec 30, 2021 - Python
-
Updated
Oct 5, 2021 - Python
-
Updated
Dec 22, 2021 - Python
-
Updated
Jan 27, 2021 - Python
-
Updated
Oct 12, 2021 - Python
-
Updated
Nov 3, 2021 - Python
-
Updated
Dec 12, 2020 - Python
On v4.0.0, inflection is not performed by the AutoPrefetchMixin for included resources, contrary to the JSONRenderer.
Suppose the following data model, serializers and viewsets:
from django.db import models
from rest_framework import viewsets, mixins
from rest_framework_json_api import views, serializers
class Album(models.Model):
title = models.TextField()
class Track(mod
-
Updated
Dec 9, 2021 - Python
-
Updated
Oct 28, 2021
-
Updated
Dec 20, 2021 - Python
-
Updated
Dec 31, 2021 - Python
-
Updated
Dec 10, 2021 - Python
-
Updated
Jun 24, 2021
-
Updated
Oct 12, 2021 - Python
-
Updated
Oct 7, 2017 - Python
-
Updated
Mar 19, 2020 - Python
-
Updated
Dec 21, 2021 - Python
-
Updated
Dec 24, 2021 - Python
-
Updated
Dec 27, 2021 - Python
Improve this page
Add a description, image, and links to the django-rest-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the django-rest-framework topic, visit your repo's landing page and select "manage topics."
Please confirm the following