検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 312 for USE (0.139 sec.)
Django 2.2.1 リリースノート — Django 4.0.6 ドキュメント 3928
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Bugfixes ¶ Fixed a regression in Django 2.1 that caused the incorrect quoting of database user password w ... #30331 ). Fixed a regression in Django 2.2 that caused a crash when loading the template for the technic ... #30332 ). Fixed a regression in Django 2.2 that caused a single instance fast-delete to not set the prim ... ed an optimization in Django 2.2 ( #29725 ) that caused the inconsistent behavior of count() and exists() ...
https://man.plustar.jp/django/releases/2.2.1.html - [similar]
Django 2.2.8 リリースノート — Django 4.0.6 ドキュメント 3928
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... parent model with related model inlines, where the user has view-only permissions to a parent model but e ... ld trigger the parent model's save() method, and cause pre and post-save signal handlers to be invoked. T ... his is a privilege escalation as a user who lacks permission to edit a model should not b ... Django admin interface has been changed. Now, if a user has only the "view" permission for a parent model ...
https://man.plustar.jp/django/releases/2.2.8.html - [similar]
django.core.files.uploadedfile — Django 4.0.6 ドキュメント 3900
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... file object and represents some file data that the user submitted with a form. """ def __init__ ( self , ... t can't be dangerous. if name is not None : # Just use the basename of the file -- anything else is dange ... me ) # File names longer than 255 characters can cause problems on older OSes. if len ( name ) > 255 : na ...
https://man.plustar.jp/django/_modules/django/core/files/uploadedfile.html - [similar]
How to integrate Django with a legacy database — Django 4.0.6 ドキュメント 3900
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 接続の以下のキーに対して値を設定します。 NAME ENGINE USER PASSWORD HOST PORT モデルを自動生成する ¶ Django ... the managed option above to True (or remove it because True is its default value). Install the core Djang ... ata for models 次のトピックへ How to configure and use logging 関連キーワード models , データベース , dat ...
https://man.plustar.jp/django/howto/legacy-databases.html - [similar]
Django のローカライズ — Django 4.0.6 ドキュメント 3900
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... x の使い方に関する詳しい情報については、 Transifex User Guide を読んでください。 Translations from Transi ... or details. The format files aren't managed by the use of Transifex. To change them, you must create a pa ...
https://man.plustar.jp/django/internals/contributing/localizing.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 3900
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... す。 データベースとして SQLite を使っていない場合、 USER や PASSWORD そして HOST などの追加設定を加える必要 ... ySQL), .tables (SQLite), or SELECT TABLE_NAME FROM USER_TABLES; (Oracle) to display the tables Django cre ... jango expects a datetime with tzinfo for pub_date. Use timezone.now() # instead of datetime.datetime.now( ... ically follows relationships as far as you need. # Use double underscores to separate relationships. # Th ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
The Django admin documentation generator — Django 4.0.6 ドキュメント 3900
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tion helpers ¶ The following special markup can be used in your docstrings to easily create hyperlinks to ... on't display model cached properties. A model with useful documentation might look like this: class BlogE ... ry, related to :model:`blog.Blog` and :model:`auth.User`. """ slug = models . SlugField ( help_text = "A ... short label, generally used in URLs." ) author = models . ForeignKey ( User , ...
https://man.plustar.jp/django/ref/contrib/admin/admindocs.html - [similar]
The redirects app — Django 4.0.6 ドキュメント 3900
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a database and handles the redirecting for you. It uses the HTTP response status code 301 Moved Permanent ... irect_class to django.http.HttpResponseRedirect to use a 302 Moved Temporarily redirect instead. If it fi ... rectFallbackMiddleware at the end of the list, because it's a last resort. For more on middleware, read t ... ddleware ¶ You can change the HttpResponse classes used by the middleware by creating a subclass of Redir ...
https://man.plustar.jp/django/ref/contrib/redirects.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 3900
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ew and returns a URL which would invoke that view. Use of reverse() is encouraged for application develop ... ll occur. Thus it is possible for an attacker to cause unexpected code execution, given the following con ... e views are present which construct a URL based on user input (commonly, a "next" parameter in a querystr ... ses will perform appropriate type conversions, and users of the raw() and extra() query methods -- which ...
https://man.plustar.jp/django/releases/1.4.11.html - [similar]
Django 1.5.6 release notes — Django 4.0.6 ドキュメント 3900
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ew and returns a URL which would invoke that view. Use of reverse() is encouraged for application develop ... ll occur. Thus it is possible for an attacker to cause unexpected code execution, given the following con ... e views are present which construct a URL based on user input (commonly, a "next" parameter in a querystr ... ses will perform appropriate type conversions, and users of the raw() and extra() query methods -- which ...
https://man.plustar.jp/django/releases/1.5.6.html - [similar]