Git Product home page Git Product logo

drf-json-schema's People

Contributors

paulcwatts avatar willianpaixao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

drf-json-schema's Issues

JSONAPILimitOffsetPagination doesn't propagate links from wrapped data

Basic repro (write up a unit test):

  1. Create a list serializer that attaches some links to the data
  2. Wrap the serializer in a viewset with pagination
  3. Expect that the links appear in the rendered output.

What actually happens is they are ignored, because the JSONAPILimitOffsetPagination class ignores them when it wraps the data in a paginated output.

Perhaps consider an easier way to attach links, like allowing UrlLink() objects in a subclass of the renderer and generic 'render_links' or 'render_meta' in the renderer, similar to the way we allow for ResourceObjects. Alternatively, try to find a way to get something like this from the schema? That would centralize all of the links and meta handling in the schema, which would be useful.

Generate schema from serializer

Currently a serializer needs to specify a schema in order for the renderer to work. Wouldn't it be nice if it generated a schema (like what DRF does with coreapi) if none was associated? Let me know if this aligns with the project goals and if there are any special considerations to be made.

Doesn't support write_only fields

If you set a serializer field as write_only, DRF doesn't include it in the serializer data. However, the Schema object expects that all fields that are specified in the attributes and relationships lists appear in the serializer data. This causes a KeyError to be thrown in Schema.render_attributes.

Support write_only attributes by ignoring the attribute or relationship if it's not in the data.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.