検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 216 for contrib (0.092 sec.)
django.contrib.postgres — Django 4.0.6 ドキュメント 5564
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Index | Modules « previous | up | next » django.contrib.postgres ¶ PostgreSQL has a number of features whi ... There is no fundamental reason why (for example) a contrib.mysql module does not exist, except that PostgreSQ ... aggregation functions 関連キーワード PostgreSQL , contrib , postgres , fields , functions , database , data ...
https://man.plustar.jp/django/ref/contrib/postgres/index.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 5532
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... re's the user module from Django's built-in django.contrib.auth app: 警告 "選択したオブジェクトの削除" アクシ ... orator on the make_published function: from django.contrib import admin ... @admin . action ( description = ' ... and its registration would look like: from django.contrib import admin from myapp.models import Article @adm ... m. This means handling exceptions and using django.contrib.admin.ModelAdmin.message_user() to display a user ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 5501
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Full Python path to the application, e.g. 'django.contrib.admin' . This attribute defines which application ... ory, e.g. '/usr/lib/pythonX.Y/dist-packages/django/contrib/admin' . In most cases, Django can automatically d ... t module for the application, e.g. <module 'django.contrib.admin' from 'django/contrib/admin/__init__.py'> . ... Module containing the models, e.g. <module 'django.contrib.admin.models' from 'django/contrib/admin/models.py ...
https://man.plustar.jp/django/ref/applications.html - [similar]
django.contrib.messages.middleware — Django 4.0.6 ドキュメント 5427
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... me | Table of contents | Index | Modules up django.contrib.messages.middleware のソースコード from django.con ... f import settings from django.contrib.messages.storage import default_storage from djang ...
https://man.plustar.jp/django/_modules/django/contrib/messages/middleware.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 5427
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... には以下のアプリケーションが入っています。 django.contrib.admin - 管理(admin)サイト。まもなく使います djan ... go.contrib.auth - 認証システム django.contrib.contenttypes - ... コンテンツタイプフレームワーク django.contrib.sessions - セッションフレームワーク django.contrib ... .messages - メッセージフレームワーク django.contrib.staticfiles - 静的ファイルの管理フレームワーク これ ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 5396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... file; see the admin below for more details. 参考 A contributor to djangosnippets has written a script that'll ... elf . last_name ) New (1.0) admin.py : from django.contrib import admin from models import Author class Autho ... dmin. The Django administrative interface ( django.contrib.admin ) has been completely refactored; admin defi ... patterns ( '' , ( r '^admin/' , include ( 'django.contrib.admin.urls' )), # ... the rest of your URLs here . ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 5396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in support for using Python's logging facilities . Contrib support for easy handling of static files . Django ... tatic files handling ¶ Django 1.3 ships with a new contrib app -- django.contrib.staticfiles -- to help devel ... ord reset view now accepts from_email ¶ The django.contrib.auth.views.password_reset() view now accepts a fro ... dation. The previously undocumented method 'django.contrib.admin.sites.AdminSite.display_login_form' has been ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.7.4 release notes — Django 4.0.6 ドキュメント 5396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Bugfixes ¶ Fixed a migration crash when unapplying contrib.contenttypes 's or contrib.auth 's first migration ... tion , Fixed , Bugfixes , from , ManyToManyField , contrib , when , crash クイック検索 Last update: 2022年6月 ...
https://man.plustar.jp/django/releases/1.7.4.html - [similar]
Django 1.8.2 リリースノート — Django 4.0.6 ドキュメント 5396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... session store. session.flush() is called by django.contrib.auth.logout() and, more seriously, by django.contr ... database" connection ( #24791 ). Fixed display of contrib.admin 's ForeignKey widget when it's used in a row ... , Fixed , when , key , Case , string , database , contrib , ached , backend クイック検索 Last update: 2022年 ...
https://man.plustar.jp/django/releases/1.8.2.html - [similar]
Django でのユーザー認証 — Django 4.0.6 ドキュメント 5396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ンストール ¶ 認証関連をサポートする仕組みは、 django.contrib.auth 内の Django contrib モジュールとしてバンドルさ ... 記述される 2 つの項目により構成されています: 'django.contrib.auth' は、認証フレームワークおよびそのデフォルトの ... モデルの中心機能を含みます。 'django.contrib.contenttypes' は Django content type system です。 ... システムを使用する 関連キーワード 認証 , ユーザー , contrib , 実装 , auth , ユーザ , 機能 , 管理 , 記述 , 立証 ...
https://man.plustar.jp/django/topics/auth/index.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT