検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 218 for but (0.073 sec.)
GDAL API — Django 4.0.6 ドキュメント 5893
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Field class itself returns the value as a string, but each subclass returns the value in the most approp ... jects are also returned from the Feature.geom attribute, when reading vector data from Layer (which is in ... get ) ¶ Returns the value of the given string attribute node, None if the node doesn't exist. Can also ta ... rget, child), where child is the index of the attribute in the WKT. For example: >>> wkt = 'GEOGCS["WGS 8 ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 5893
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... k=True can be used with fields having null=False , but this will require implementing clean() on the mode ... uple. This lets you construct choices dynamically. But if you find yourself hacking choices to be dynamic ... rk similar to enum from Python's standard library, but with some modifications: Enum member values are a ... a value of None . Instead, set the __empty__ attribute on the class: class Answer ( models . IntegerChoi ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
アップロードファイルとアップロードハンドラ — Django 4.0.6 ドキュメント 5789
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t this will be any file larger than 2.5 megabytes, but that's configurable; see below. UploadedFile. chun ... lm your system's memory. Here are some useful attributes of UploadedFile : UploadedFile. name ¶ The name ... tent that the content-type header claims -- "trust but verify." UploadedFile. content_type_extra ¶ A dict ... handler may not receive the uploaded file content, but instead a URL or other pointer to the file (see RF ...
https://man.plustar.jp/django/ref/files/uploads.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 5789
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uilding its cache key. Requests with the same path but different header content for headers named in Vary ... ders are named in the Vary header of the response, but we want to prevent response generation. The list o ... raise ValueError if their input is well formatted but isn't a valid date or time. They return None if it ... They accept up to picosecond resolution in input, but they truncate it to microseconds, since that's wha ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 5789
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 'django.contrib.auth.password_validation.UserAttributeSimilarityValidator' , }, { 'NAME' : 'django.contr ... asher will now update passwords if its rounds attribute is changed. AbstractBaseUser and BaseUserManager ... s are now marked with an initial = True class attribute which allows migrate --fake-initial to more easil ... . Support for backends other than SQLite was added but undocumented in Django 1.7. You can specify the ou ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django 2.1.2 リリースノート — Django 4.0.6 ドキュメント 5789
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... yed in the change form. Admin users with the view (but not change) permission to the user model were disp ... #29630 ). Fixed a crash when a user with the view (but not change) permission made a POST request to an a ...
https://man.plustar.jp/django/releases/2.1.2.html - [similar]
Generic editing ビュー — Django 4.0.6 ドキュメント 5695
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng a form. It is not intended to be used directly, but rather as a parent class of the django.views.gener ... instance. It is not intended to be used directly, but rather as a parent class of the django.views.gener ... instance. It is not intended to be used directly, but rather as a parent class of the django.views.gener ... instance. It is not intended to be used directly, but rather as a parent class of the django.views.gener ...
https://man.plustar.jp/django/ref/class-based-views/generic-editing.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 5695
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go project. It does the same thing as django-admin but also sets the DJANGO_SETTINGS_MODULE environment v ... this option in your local development environment, but since your local development settings module may n ... might expect, the created models will have an attribute for every field in the table. Note that inspectdb ... for' ), inspectdb will append '_field' to the attribute name. For example, if a table has a column 'for' ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 5695
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... because we don't yet consider it production-ready, but everything's in place for you to start porting you ... ld testing. We've done our best to eliminate bugs, but we can't be sure we covered all possible uses of D ... response by passing an iterator to HttpResponse . But this was unreliable: any middleware that accessed ... the content attribute would consume the iterator prematurely. You can n ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 5695
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... スワード保存システムを提供します。 The password attribute of a User object is a string in this format: <alg ... ince it requires the use of third-party libraries, but since many people may want to use it Django suppor ... and will increase it with each release of Django), but you may wish to tune it up or down, depending on y ... 2 ** 12 iterations. Argon2 ¶ Argon2 has three attributes that can be customized: time_cost controls the n ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT