検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 98 for contain (0.055 sec.)
How is Django Formed? — Django 4.0.6 ドキュメント 5540
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ks or reST errors, and make sure the release notes contain the correct date. Double-check that the release no ... rity/1.5.x is a branch in the django-security repo containing the necessary security patches for the next rel ... "checksums" file, Django-<<VERSION>>.checksum.txt containing the hashes and release information. Start with ... ub username, release URL, and checksums: This file contains MD5, SHA1, and SHA256 checksums for the source-co ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
はじめての Django アプリ作成、その 1 — Django 4.0.6 ドキュメント 5540
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n and apps for a particular website. A project can contain multiple apps. An app can be in multiple projects. ...
https://man.plustar.jp/django/intro/tutorial01.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 5540
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -0.3.zip ...\> cd ..\.. The world borders ZIP file contains a set of data files collectively known as an ESRI ... data (e.g., integer and character fields). .prj : Contains the spatial reference information for the geograp ... t the shapefile has one layer, and that this layer contains polygon data. To find out more, we'll specify the ... the layer's geometry type and how many features it contains: >>> print ( lyr . geom_type ) Polygon >>> print ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
フォーム API — Django 4.0.6 ドキュメント 5540
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . is_valid () True >>> f . cleaned_data # Doesn't contain extra_field_1, etc. {'cc_myself': True, 'message': ... rs the form as a series of <p> tags, with each <p> containing one field: >>> f = ContactForm () >>> f . as_p ... the form as a series of <li> tags, with each <li> containing one field. It does not include the <ul> or </ul ... ed to indicate required form fields or fields that contain errors. If you're manually rendering a form, you c ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 5540
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the browser) hasn't sent an Accept-Encoding header containing gzip . If the response has an ETag header, the ... //example.com/page.html , the Referer header would contain "https://example.com/page.html" . Origin only: sen ... Protocol downgrade: a downgrade occurs if the page containing the link is served via HTTPS, but the page bein ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
設定 — Django 4.0.6 ドキュメント 5540
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he.backends.locmem.LocMemCache' , } } A dictionary containing the settings for all caches to be used with Dja ... whose contents maps cache aliases to a dictionary containing the options for an individual cache. The CACHES ... isCache backend was added. KEY_FUNCTION ¶ A string containing a dotted path to a function (or any callable) t ... TABASES ¶ デフォルト値: {} (空の辞書) A dictionary containing the settings for all databases to be used with ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 5540
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... A_URL setting only required a trailing slash if it contained a suffix beyond the domain name. A trailing slas ... In earlier Django versions, when a model instance containing a FileField was deleted, FileField took it upon ... s, preventing people from submitting comments that contained one of those profanities. Unfortunately, the tec ... insert data into your database. If your custom SQL contains INSERT statements, those insertions will be perfo ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 5540
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hn' , data__pets__has_key = 'dogs' , data__cities__contains = 'London' , ) . delete () If your project uses d ... the right sidebar of the admin changelist view now contain a link to clear all filters. The admin now has a s ... ow querying RangeField by a bound type. rangefield.contained_by now supports SmallAutoField , AutoField , Big ... tures.has_native_json_field to True . If jsonfield.contains and jsonfield.contained_by are not supported, set ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 5540
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... okups for ArrayField now allow (non-nested) arrays containing expressions as right-hand sides. The new OpClas ... ame fragment that will be used to name a migration containing only that operation. Migrations now support ser ... kend now clones polygons (and geometry collections containing polygons) before reorienting them and saving th ... fied using makemessages --locale option, when they contain hyphens ( '-' ). The django.contrib.auth.forms.Rea ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 5540
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Returns the name of the query parameter that will contain the URL the user should be redirected to after a s ... RL . redirect_field_name ¶ The name of a GET field containing the URL to redirect to after login. Defaults to ... RL to redirect to after successful login. This may contain a query string, too. site : The current Site , acc ... u can also specify the name of the GET field which contains the URL to redirect to after login using redirect ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT