classy-django-rest-framework icon indicating copy to clipboard operation
classy-django-rest-framework copied to clipboard

Detailed descriptions, with full methods and attributes, for each of Django REST Framework's class-based views and serializers.

Results 7 classy-django-rest-framework issues
Sort by recently updated
recently updated
newest added
trafficstars

Everytime that we build, s3sync push all again. The problem is not on s3sync. The problem is in the fact that the build is not deterministic.

Clean up https://github.com/vintasoftware/cdrf.co/blob/develop/rest_framework_ccbv/inspector.py#L191-L222 I've removed the needed for being able to look at more than one item from the lookahead. We no longer need the guard against multiple lookahead.

https://github.com/vintasoftware/cdrf.co/blob/develop/templates/detail_view.html#L112 Should use the `dirty` value instead of `overridden`

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...

dependencies

For string values for attributes, for example on a `GenericAPIView`, it uses: > lookup_field = pk (see https://www.cdrf.co/3.7/rest_framework.generics/GenericAPIView.html ) It thus fails to perform a `repr` over the item and...

It would be super cool if one could see a usage example in addition to the nicely gathered documentation. For example, when opened generics.ListAPIView, you will be able to see...