検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 153 for don (0.021 sec.)
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 7510
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ted from the member name. A .label property is added on values, to return the human-readable name. A numb ... .name and .value properties on the members. If you don't need to have the human-readable names translated ... ditional caveats to be aware of: Enumeration types do not support named groups . Because an enumeration w ... ld types section below. These error messages often don't propagate to forms. See モデルの error_messages ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 7510
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... own content type of the proxy model. Proxy models don't inherit the permissions of the concrete model th ... 済みユーザのアクセスを制限する ¶ To limit access based on certain permissions or some other test, you'd do ... login_url Lets you specify the URL that users who don't pass the test will be redirected to. It may be a ... gin page and defaults to settings.LOGIN_URL if you don't specify one. redirect_field_name Same as for log ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
django.middleware.clickjacking — Django 4.0.6 ドキュメント 7359
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the X-Frame-Options HTTP header in HTTP responses. Do not set the header if it's already set or if the re ... SAMEORIGIN', meaning the response can only be loaded on a frame within the same site. To prevent the resp ... process_response ( self , request , response ): # Don't set it if it's already in the response if respon ... X-Frame-Options" ) is not None : return response # Don't set it if they used @xframe_options_exempt if ge ...
https://man.plustar.jp/django/_modules/django/middleware/clickjacking.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 7219
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rate $ ./manage.py migrate --database=users If you don't want every application to be synchronized onto a ... object retrieved from the foo database will be saved on the same database). The default routing scheme en ... all queries fall back to the default database. You don't have to do anything to activate the default rout ... custom attributes, methods, or managers. You should only rely on _meta . This method can also be used to ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
設定 — Django 4.0.6 ドキュメント 7068
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se and AdminEmailHandler is configured in LOGGING (done by default), Django emails these people the detai ... 0 causes keys to immediately expire (effectively "don't cache"). VERSION ¶ デフォルト値: 1 The default v ... or can have the indexes to the cookie jar corrupted on disk, thereby causing CSRF protection checks to ( ... t (empty HOST ), the connection to the database is done through UNIX domain sockets ('local' lines in pg_ ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 7068
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that is defined using an abstract base class , you don't have to do anything special to serialize that mo ... is because only the fields that are locally defined on the model will be serialized. For example, consid ... d_object.object . If fields in the serialized data do not exist on a model, a DeserializationError will b ... n content type isn't easy to predict; it will depend on how and when migrate was executed. This is true f ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
Djangoの設定 — Django 4.0.6 ドキュメント 7068
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo.conf import settings settings . DEBUG = True # Don't do this! 設定を変えて良いのは、設定ファイルの中だ ... re using the template system by itself, you likely don't want to have to set up an environment variable p ... before using any code that reads settings. If you don't set DJANGO_SETTINGS_MODULE and don't call config ... ndle this for you. django.setup() may only be called once. Therefore, avoid putting reusable application ...
https://man.plustar.jp/django/topics/settings.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 6917
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and work out what code to call in response; if you don't need to change any of that behavior, consider us ... prints a warning if the set of migrations on disk don't match the migrations in the database. ``requires ... r , "--no-color" , action = "store_true" , help = "Don't colorize the command output." , ) self . add_bas ... messages (like warnings), print them to stderr and don't raise an exception. """ all_issues = checks . ru ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 6917
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o.utils.regex_helper import _lazy_re_compile # based on RFC 7232, Appendix C ETAG_MATCH = _lazy_re_compil ... tloc, path, params, query, fragment). Note that we don't break the components up in smaller bits (e.g. ne ... tloc is a single string) and we don't expand % escapes.""" url , scheme , _coerce_resu ... heme, netloc, path, query, fragment). Note that we don't break the components up in smaller bits (e.g. ne ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
django.utils.text — Django 4.0.6 ドキュメント 6917
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ks consume the space on which they break the line. Don't wrap long words, thus the output text may have l ... o the text. if text . endswith ( truncate ): # But don't append the truncation text if the current text a ... e ( text ): if unicodedata . combining ( char ): # Don't consider combining characters # as adding to the ... 0 ]) if not tag or current_len >= truncate_len : # Don't worry about non tags or tags after our truncate ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT