検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 216 for contrib (0.065 sec.)
はじめての Django アプリ作成、その 6 — Django 4.0.6 ドキュメント 4482
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 複数扱うことになり、ややこしくなってきます。 django.contrib.staticfiles はまさにそのためにあります。これは静的 ...
https://man.plustar.jp/django/intro/tutorial06.html - [similar]
Single object mixins — Django 4.0.6 ドキュメント 4482
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 合、 user のデフォルトのオブジェクト名は func:django.contrib.auth.context_processors.auth からの user 変数をオー ...
https://man.plustar.jp/django/ref/class-based-views/mixins-single-object.html - [similar]
クリックジャッキング対策 — Django 4.0.6 ドキュメント 4482
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ース汎用ビュー - フラットインデックス 次のトピックへ contrib packages 関連キーワード Options , 設定 , ヘッダ , ...
https://man.plustar.jp/django/ref/clickjacking.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 4482
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ptions ¶ Sessions exceptions are defined in django.contrib.sessions.exceptions . SessionInterrupted ¶ excepti ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 4482
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... に追加されていることを確認し (以下の例では 'django.contrib.humanize' が追加されているものとします) 、そしてテ ... intcomma フィルタを使えるようにしています。 django.contrib.admindocs が有効にされている場合、あなたの admin は ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 4482
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rom django.conf.urls.defaults import * from django.contrib.auth.decorators import login_required from django. ... -Magee and Malcolm Tredinnick for their major code contributions. This release wouldn't have been possible wi ... patches that went into 0.96 -- but everyone who's contributed to Django is listed in AUTHORS . 目次 Django 0 ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 4482
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... m view as long as it's in urlpatterns after django.contrib.auth.urls is included (if that's included at all). ... han once for a particular site. For example django.contrib.admin has an AdminSite class which allows you to d ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
FAQ: コードへの貢献 — Django 4.0.6 ドキュメント 4451
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... !この質問に答えている完全なドキュメントがあります。 Contributing to Django をお読みください。 数週間前、チケッ ... 順は書かれてますか?もし、依存関係(たとえばPillow)や contrib モジュールや、ある特定のデータベースなどが関係して ...
https://man.plustar.jp/django/faq/contributing.html - [similar]
How to manage error reporting — Django 4.0.6 ドキュメント 4451
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y filtered out of error reports for certain django.contrib.auth.views views ( login , password_reset_confirm ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
Coding style — Django 4.0.6 ドキュメント 4451
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... omments are for explanatory purposes only): django/contrib/admin/example.py ¶ # future from __future__ import ... utputs. Please don't put your name in the code you contribute. Our policy is to keep contributors' names in t ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]