Results of 21 - 30 of about 42 for widgets (0.055 sec.)
- Django の admin サイト — Django 4.0.6 ドキュメント 7169
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
efined from myapp.models import MyModel from myapp.widgets import RichTextEditorWidget class MyModelAdmin ( a ...
and add/edit views. Also, your own admin forms or widgets depending on django.jQuery must specify js=['admin ...
nline , ] 多対多のモデルを扱う ¶ By default, admin widgets for many-to-many relations will be displayed on wh ...
get. However, it is also possible to replace these widgets with inlines. Suppose we have the following models ...
-
https://man.plustar.jp/django/ref/contrib/admin/index.html
- [similar]
- Django 1.7 release notes — Django 4.0.6 ドキュメント 7169
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
y" and "now" shortcuts next to date and time input widgets in the admin are now operating in the current time ...
current time zone on the server. In addition, the widgets now display a help message when the browser and se ...
The default OpenLayers library version included in widgets has been updated from 2.11 to 2.13. Prepared geome ...
the form field's is_required attribute like other widgets. Widget.is_hidden is now a read-only property, get ...
-
https://man.plustar.jp/django/releases/1.7.html
- [similar]
- Django 1.8.8 リリースノート — Django 4.0.6 ドキュメント 7169
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
the admin's filter_horizontal and filter_vertical widgets, which could result in inadvertent data loss if a ...
-
https://man.plustar.jp/django/releases/1.8.8.html
- [similar]
- Django 2.1 リリースノート — Django 4.0.6 ドキュメント 7169
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
HTML's multiple="multiple" . HTML rendered by form widgets no longer includes a closing slash on void element ...
. This is incompatible within XHTML, although some widgets already used aspects of HTML5 such as boolean attr ...
-
https://man.plustar.jp/django/releases/2.1.html
- [similar]
- Form fields — Django 4.0.6 ドキュメント 7107
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
might be None . (This varies from field to field.) Widgets of required form fields have the required HTML att ...
lidationError ). NullBooleanField may be used with widgets such as Select or RadioSelect by providing the wid ...
n_delete = models . CASCADE ) You can use a Select widget subclass to include the value of Topping.price as t ...
class Meta : model = Pizza fields = [ 'topping' ] widgets = { 'topping' : ToppingSelect } This will render t ...
-
https://man.plustar.jp/django/ref/forms/fields.html
- [similar]
- Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 7107
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
d the output of the class attribute in the <ul> of widgets that use the multiple_input.html template. This fi ...
L ( #28059 ). Fixed crash in BaseGeometryWidget.subwidgets() ( #28039 ). Fixed exception reraising in ORM que ...
-
https://man.plustar.jp/django/releases/1.11.1.html
- [similar]
- Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 7107
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ds parameter ( #26138 ). Fixed the contrib.gis map widgets when using USE_THOUSAND_SEPARATOR=True ( #20415 ). ...
-
https://man.plustar.jp/django/releases/1.9.2.html
- [similar]
- 索引 — Django 4.0.6 ドキュメント 7045
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
クラス) BaseGeometryWidget (django.contrib.gis.forms.widgets のクラス) BaseMonthArchiveView (django.views.gener ...
trib.gis.forms モジュール django.contrib.gis.forms.widgets モジュール django.contrib.gis.gdal モジュール djan ...
ール django.forms.renderers モジュール django.forms.widgets モジュール django.http モジュール django.http.Http ...
の属性) OpenLayersWidget (django.contrib.gis.forms.widgets のクラス) OperationalError OPTIONS setting Options ...
-
https://man.plustar.jp/django/genindex.html
- [similar]
- Django 3.1 release notes — Django 4.0.6 ドキュメント 7045
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
uses ModelChoiceIteratorValue that can be used by widgets to access model instances. See Iterating relations ...
ing a field input to a datetime value. MultiWidget.widgets now accepts a dictionary which allows customizing ...
-
https://man.plustar.jp/django/releases/3.1.html
- [similar]
- Django Deprecation Timeline — Django 4.0.6 ドキュメント 6983
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ged() django.db.transaction.managed() django.forms.widgets.RadioInput will be removed in favor of django.form ...
s.widgets.RadioChoiceInput . The module django.test.simple a ...
-
https://man.plustar.jp/django/internals/deprecation.html
- [similar]