検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 207 for User (0.204 sec.)
Django の例外 — Django 4.0.6 ドキュメント 4531
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... The SuspiciousOperation exception is raised when a user has performed an operation that should be consider ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
SchemaEditor — Django 4.0.6 ドキュメント 4531
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... at allows capture of the SQL to a .sql file if the user wishes. create_model() ¶ BaseDatabaseSchemaEditor. ...
https://man.plustar.jp/django/ref/schema-editor.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 4531
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 場合、全ての RequestContext は以下の変数を含みます: user -- auth.User のインスタンスで、現在ログイン中のユー ... ザ (あるいはログインしていない場合は AnonymousUser のインスタンス) を表します。 perms -- django.contr ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 4531
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 名前に '<' 文字が含まれていたらどうでしょうか: < b > username この値によって、テンプレートはこのように出力さ ... れます: Hello, < b > username ...which, in turn, would result in the remaind ... er of the web page being bolded! Clearly, user-submitted data shouldn't be trusted blindly and in ... directly into your web pages, because a malicious user could use this kind of hole to do potentially bad ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 4531
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ically improved by a massive refactoring. For most users of Django this is backwards-compatible; the publi ... c relations in both the admin interface and in end-user forms. See the documentation for generic relations ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
ファイルの管理 — Django 4.0.6 ドキュメント 4531
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... access APIs for files such as those uploaded by a user. The lower level APIs are general enough that you ...
https://man.plustar.jp/django/topics/files.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 4531
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and as a consequence a 404 response is sent to the user unless another URL pattern matches. A to_url(self, ... cient for defining your URL patterns, you can also use regular expressions. To do so, use re_path() instea ... rls import include , path urlpatterns = [ path ( '<username>/blog/' , include ( 'foo.urls.blog' )), ] # In ... ws . blog . archive ), ] 上の例では、取り込まれた "username" 変数はインクルードされたURLconf に渡されます。 ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
Signals — Django 4.0.6 ドキュメント 4531
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django provides a set of built-in signals that let user code get notified by Django itself of certain acti ...
https://man.plustar.jp/django/topics/signals.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 4531
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... enerating "recover my account" URLs for sending to users who have lost their password. Ensuring data store ... d resource, for example a downloadable file that a user has paid for. SECRET_KEY を守る ¶ startproject によ ...
https://man.plustar.jp/django/topics/signing.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 4499
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cd" book.title warning = message | lower profile = user.profile %} タグの処理結果を直接出力することのほかに ... cd" book.title warning = message | lower profile = user.profile %} Advanced custom template tags ¶ Sometim ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]