mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-10-29 15:07:39 +03:00
Removed the `{{ field.choices|yesno:",disabled" }}` block because this triggers the loading of full database table worth of objects just to determine whether the multi-select widget should be set as disabled or not.
Since this "disabled" marking feature is not present in the normal select field, then I propose to remove it also from the multi-select.
|
||
|---|---|---|
| .. | ||
| admin | ||
| docs | ||
| filters | ||
| horizontal | ||
| inline | ||
| pagination | ||
| vertical | ||
| admin.html | ||
| api.html | ||
| base.html | ||
| login_base.html | ||
| login.html | ||
| raw_data_form.html | ||
| schema.js | ||