django-rest-framework/rest_framework/templates/rest_framework
Lenno Nagel 833313496c
Removed usage of field.choices that triggered full table load (#8950)
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.
2023-06-13 10:27:37 +06:00
..
admin Admin renderer urls (#5988) 2018-07-06 10:58:26 +02:00
docs Use consistent spelling for "authorization" (#8929) 2023-04-04 13:38:23 +06:00
filters Overlooked translation in search.html (#7551) 2021-03-09 10:21:11 +00:00
horizontal Removed usage of field.choices that triggered full table load (#8950) 2023-06-13 10:27:37 +06:00
inline Made TemplateHTMLRenderer render IntegerField inputs when value is 0. (#5834) 2018-02-16 16:48:20 +01:00
pagination Remove a bit of inline CSS. Add CSP nonce where it might be required and is available. (#8783) 2022-12-02 11:47:04 +06:00
vertical Made TemplateHTMLRenderer render IntegerField inputs when value is 0. (#5834) 2018-02-16 16:48:20 +01:00
admin.html Bump version of jQuery to 3.6.4 & updated ref links (#8909) 2023-03-28 15:43:25 +06:00
api.html Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
base.html Bump version of jQuery to 3.6.4 & updated ref links (#8909) 2023-03-28 15:43:25 +06:00
login_base.html Load 'static' instead of 'staticfiles' in templates (#5773) 2018-01-26 00:43:55 -05:00
login.html extend base login template 2013-04-17 10:15:02 -04:00
raw_data_form.html Change serializer field help_text rendering in browsable api (#3812) 2016-06-02 15:21:57 +01:00
schema.js Fallback to more widely supported JS feature sets. (#4961) 2017-03-10 12:07:15 +00:00