django-rest-framework
Here are 8,237 public repositories matching this topic...
-
Updated
Mar 28, 2022 - Python
-
Updated
Sep 1, 2021 - 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
Mar 11, 2022 - Jupyter Notebook
-
Updated
Dec 14, 2020 - Python
-
Updated
Feb 25, 2022 - Python
-
Updated
Mar 31, 2022 - Python
-
Updated
Feb 26, 2022 - Python
-
Updated
Mar 26, 2022 - Python
-
Updated
Apr 5, 2022 - Python
-
Updated
Mar 16, 2022 - Python
-
Updated
Mar 12, 2022 - Python
-
Updated
Feb 17, 2022 - Python
Description of the Bug Report
SparseFieldsetsMixin does not adjust field_names by configured format.
Fix:
class SparseFieldsetsMixin:
"""
A serializer mixin that adds support for sparse fieldsets through `fields` query parameter.
Specification: https://jsonapi.org/format/#fetching-sparse-fieldsets
"""
def __init__(self, *args, **kwargs):
Docker docs
Add to docs:
Clean install docker commands:
sudo docker-compose stop
(If TRMM is the only thing on this docker host you can use below commands)
sudo docker rm -f $(sudo docker ps -a -q)
sudo docker volume rm $(sudo docker volume ls -q)
sudo docker network prune
If you are running other things on the same host you will have to remove all the images and volumes manually. Once that is co
-
Updated
Mar 30, 2022 - Python
-
Updated
Apr 4, 2022
-
Updated
Mar 30, 2022 - Python
-
Updated
Jan 13, 2022
-
Updated
Mar 22, 2022 - Python
-
Updated
Oct 12, 2021 - Python
-
Updated
Oct 7, 2017 - Python
-
Updated
Jan 11, 2022 - Python
-
Updated
Apr 5, 2022 - Python
-
Updated
Mar 31, 2022 - Python
-
Updated
Feb 19, 2022 - 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
Summary
when us