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

Update documentation

Open rpkilby opened this issue 7 years ago • 1 comments

  • Add minimal "guide" section that demonstrates the full setup for using this package.
  • Changes to FilterSet related filtering
  • How the above enables related annotation support
  • Added .relationship attribute
  • Added .related_filtersets attribute
  • Added .get_related_filtersets() method
  • Added . filter_related_filtersets() method
  • Added .disable_subset() classmethod
  • Template rendering support
  • DjangoFilterBackend renamed

rpkilby avatar Jul 15 '18 20:07 rpkilby

@philipn - I was thinking about keeping things simple and just using GitHub pages for the docs. I've created the gh-pages branch, but I think you need to enable the setting. Also, while you're at it, you may want to disable the projects and wiki features.

rpkilby avatar Jul 29 '18 18:07 rpkilby