-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Limit selects #3313
Limit selects #3313
Conversation
Limit rendering of relational selects to max 1000 items by default.
Is this really working as it should? I've got a PrimaryKeyRelatedField and the html_cutoff parameter is being ignored (using either the default value or a smaller one). |
@rubendura Just gave it a try myself for sanity and I'm not seeing any problems with it - working just fine. You've updated to 3.2.3 right? |
Yes, DRF is updated to 3.2.3
|
I really can't replicate this...
Given that I can't reproduce the issue you're seeing I'd need you to narrow this down to a simple replicable case. |
I think I've found the root of my issue. |
Okay that makes sense - could you open this as a new issue 'Improve relation choices limiting' or similar? If you could also point to exactly where it's failing that'd be helpful. Thanks so much! |
Closes #3309.