検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 44 for register (0.053 sec.)
Admin actions — Django 4.0.6 ドキュメント 7207
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... In these cases, Django's admin lets you write and register "actions" -- functions that get called with a list ... human-readable descriptions for callback functions registered there, too. Changed in Django 3.2: The descripti ... tle' ] actions = [ make_published ] admin . site . register ( Article , ArticleAdmin ) That code will give us ... eed to disable certain actions -- especially those registered site-wide -- for particular objects. There's a f ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 7207
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nt_site from django.core.mail import send_mail def register_for_newsletter ( request ): # Check form values, e ... t send_mail from django.template import loader def register_for_newsletter ( request ): # Check form values, e ... ng: SITE_ID = 1 Run migrate . django.contrib.sites registers a post_migrate signal handler which creates a def ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 7207
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... expression, just like regular Func s. This allows registering some database functions like Length , Lower , a ... The DjangoTemplates backend gained the ability to register libraries and builtins explicitly through the temp ... nds that Django includes for reference ( #24245 ). Registering a global adapter or converter at the level of t ... to datetime values fetched from the database is to register a converter for DateTimeField in DatabaseOperation ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Signals — Django 4.0.6 ドキュメント 7130
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... signal dispatcher for information regarding how to register for and receive signals. The authentication framew ... pared" -- that is, once model has been defined and registered with Django's model system. Django uses this sig ... t to perform operations on. For example, you could register a callback in an AppConfig like this: from django. ... sender argument, please ensure that the signal is registered in ready() . AppConfig s are recreated for tests ...
https://man.plustar.jp/django/ref/signals.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 7054
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... min from .models import WorldBorder admin . site . register ( WorldBorder , admin . ModelAdmin ) Next, edit yo ... option class in your admin.py file: admin . site . register ( WorldBorder , admin . GISModelAdmin ) Footnotes ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7054
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in.fields . In addition to the existing admin.site.register syntax, you can use the new register() decorator t ... o register a ModelAdmin . You may specify ModelAdmin.list_dis ... el managers all implement a check() method that is registered with the check framework. If you have an existin ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
django.db.transaction — Django 4.0.6 ドキュメント 6977
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ュメント] def on_commit ( func , using = None ): """ Register `func` to be called when the current transaction i ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 6977
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango.db.models.functions import Length CharField . register_lookup ( Length ) Company . objects . order_by ( ' ... qlserver for the backend. Third-party backends can register their functions in the top level __init__.py file ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
索引 — Django 4.0.6 ドキュメント 6900
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... et_lookup() (django.db.models モジュール) (lookups.RegisterLookupMixin のメソッド) get_lookups() (lookups.Regi ... transform() (django.db.models モジュール) (lookups.RegisterLookupMixin のメソッド) get_urls() (ModelAdmin のメ ... up_name (Lookup の属性) (Transform の属性) lookups.RegisterLookupMixin (django.db.models のクラス) lorem templ ... ) RegexValidator (django.core.validators のクラス) register() (AdminSite のメソッド) (django.contrib.admin モジ ...
https://man.plustar.jp/django/genindex.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 6900
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 1.1: You should no longer use AdminSite.root() to register that admin views. That is, if your URLconf contain ... applications like Django's admin interface may be registered multiple times without URL conflicts. For full d ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
PREV 1 2 3 4 5 NEXT