Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vertliba/django-rest-framework-datatables-editor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.3
Choose a base ref
...
head repository: vertliba/django-rest-framework-datatables-editor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 10, 2022

  1. Fix 404 error for viewsets using get_queryset. (#15)

    [Django Rest Framework allows users to set the queryset by overriding the get_queryset method.](https://www.django-rest-framework.org/api-guide/filtering/)
    
    However, just reading the queryset attribute bypasses that. As a result, users will get 404 errors if they've overridden the get_queryset method instead of setting the class variable queryset.
    BenBlumer authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    7c2bd0e View commit details
    Browse the repository at this point in the history
Loading