検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 195 for Object (0.034 sec.)
How to use Django with Uvicorn — Django 4.0.6 ドキュメント 4841
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ocation of a module containing an ASGI application object, followed by what the application is called (separ ...
https://man.plustar.jp/django/howto/deployment/asgi/uvicorn.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 4841
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... use the source_srs keyword with a SpatialReference object to specify one. LayerMapping API ¶ class LayerMapp ... t may be used during instantiation of LayerMapping objects. Argument 説明 model The geographic model, not an ... ings, and django.contrib.gis.gdal.SpatialReference objects are accepted. encoding Specifies the character se ... ile handle. Defaults to using sys.stdout , but any object with a write method is supported. strict Execution ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
フォーム API — Django 4.0.6 ドキュメント 4841
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... : print ( row ) ... <django.forms.fields.CharField object at 0x7ffaac632510> <django.forms.fields.URLField o ... at 0x7ffaac632f90> <django.forms.fields.CharField object at 0x7ffaac3aa050> >>> f . fields [ 'name' ] <djan ... go.forms.fields.CharField object at 0x7ffaac6324d0> Form インスタンスのフィールドは ... format validation errors. ErrorList is a list like object where initlist is the list of errors. In addition ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 4841
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ていない場合。これは in 演算子の逆です。 is 演算子 ¶ Object identity. Tests if two values are the same object. ... the context. {% endif %} is not operator ¶ Negated object identity. Tests if two values are not the same obj ... uces a list (in this case, country_list ) of group objects . Group objects are instances of namedtuple() wit ... リスト) Because {% regroup %} produces namedtuple() objects, you can also write the previous example as: {% r ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 4841
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nk. If a user doesn't have the add permission, the object-tools block on a model's changelist will now be re ... red way of retrieving the change message. Selected objects for fields in ModelAdmin.raw_id_fields now have a ... link to object's change form. Added "No date" and "Has date" choi ... GeoJSON serializer now outputs the primary key of objects in the properties dictionary if specific fields a ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.11.13 リリースノート — Django 4.0.6 ドキュメント 4841
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... django.contrib.admindocs when a view is a callable object, such as django.contrib.syndication.views.Feed ( # ...
https://man.plustar.jp/django/releases/1.11.13.html - [similar]
Django 1.6.4 release notes — Django 4.0.6 ドキュメント 4841
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed using functools.partial() ( #22486 ). Fixed the object_id of the LogEntry that's created after a user pas ...
https://man.plustar.jp/django/releases/1.6.4.html - [similar]
Django 3.1.4 release notes — Django 4.0.6 ドキュメント 4841
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango 3.1 that caused the incorrect grouping by a Q object annotation ( #32200 ). Fixed a regression in Djang ...
https://man.plustar.jp/django/releases/3.1.4.html - [similar]
django.utils.safestring — Django 4.0.6 ドキュメント 4809
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g as safe for (HTML) output purposes. The returned object can be used everywhere a string is appropriate. If ...
https://man.plustar.jp/django/_modules/django/utils/safestring.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 4809
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... インスタンスだと想定しています) example = MyModel . objects . get ( pk = 1 ) print ( example . hand . north ) ... urn 'integer UNSIGNED' Converting values to Python objects ¶ If your custom Field class deals with data stru ... and instance from these methods. That's the Python object type we want to store in the model's attribute. Fo ... ise a ValidationError exception. Converting Python objects to query values ¶ Since using a database requires ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]