検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 32 for registered (0.026 sec.)
Conditional Expressions — Django 4.0.6 ドキュメント 14901
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ), ] name = models . CharField ( max_length = 50 ) registered_on = models . DateField () account_type = models . ... condition >>> from datetime import date >>> When ( registered_on__gt = date ( 2014 , 1 , 1 ), ... registered_on_ ... rThan , LessThan >>> When ( ... GreaterThan ( F ( 'registered_on' ), date ( 2014 , 1 , 1 )) & ... LessThan ( F ( ... 'registered_on' ), date ( 2015 , 1 , 1 )), ... then = 'account ...
https://man.plustar.jp/django/ref/models/conditional-expressions.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 12952
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ld', lookup_name) . Each class is also a Transform registered on DateField and DateTimeField as __(lookup_name) ... ld', lookup_name) . Each class is also a Transform registered on DateTimeField as __(lookup_name) , e.g. __minut ... ses are all defined as transforms, but they aren't registered with any fields, because the lookup names are alre ... sing the built-in SQL truncate function. It's also registered as a transform on DateTimeField as __date . class ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 9053
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... okup_name ) ¶ Returns the Lookup named lookup_name registered in the class. The default implementation looks rec ... vely on all parent classes and checks if any has a registered lookup named lookup_name , returning the first mat ... kups () ¶ Returns a dictionary of each lookup name registered in the class mapped to the Lookup class. get_trans ... vely on all parent classes to check if any has the registered transform named transform_name , returning the fir ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 8602
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eling checks ¶ Lastly, your check function must be registered explicitly with system check registry. Checks shou ... ld be registered in a file that's loaded when your application is l ... nds all implement a check() method that is already registered with the check framework. If you want to add extra ...
https://man.plustar.jp/django/topics/checks.html - [similar]
django.dispatch.dispatcher — Django 4.0.6 ドキュメント 8425
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... om dispatch automatically. Arguments: receiver The registered receiver to disconnect. May be none if dispatch_ui ... d is specified. sender The registered sender to disconnect dispatch_uid the unique ident ... the signal. Can be any Python object (normally one registered with a connect if you actually want something to o ...
https://man.plustar.jp/django/_modules/django/dispatch/dispatcher.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 8425
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rls : Checks URL configuration. Some checks may be registered with multiple tags. Changed in Django 3.2: The sit ... performed on any ModelAdmin (or subclass) that is registered with the admin site: admin.E001 : The value of raw ... admin.E039 : An admin for model <model> has to be registered to be referenced by <modeladmin>.autocomplete_fiel ... ing checks are performed on any ModelAdmin that is registered with the admin site: admin.E101 : The value of sav ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Organization of the Django Project — Django 4.0.6 ドキュメント 8344
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ll individual members of the DSF are automatically registered and need not explicitly register. All other person ... themselves eligible to vote, but who have not yet registered to vote, may make an application to the DSF Board ... The DSF Board provide a voting form accessible to registered voters, and is the custodian of the votes. Voting ...
https://man.plustar.jp/django/internals/organization.html - [similar]
Signals — Django 4.0.6 ドキュメント 8344
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s are called one at a time, in the order they were registered. Signal. connect ( receiver , sender = None , weak ... times. This can cause your receiver function to be registered more than once, and thus called as many times for ... returns None . The receiver argument indicates the registered receiver to disconnect. It may be None if dispatch ...
https://man.plustar.jp/django/topics/signals.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 7893
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... w rendered as navigable links if target models are registered in the admin. The admin now supports theming, and ... supports specifying a list of tags. System checks registered in the chosen tags will be checked for errors prio ... xtDecorator now uses addCleanup() so that cleanups registered in the setUp() method are called before TestContex ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 7813
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... andled correctly. That is, an on_commit() callable registered after a savepoint (in a nested atomic() block) wil ... en transaction are executed in the order they were registered. Exception handling ¶ If one on-commit function wi ... transaction raises an uncaught exception, no later registered functions in that same transaction will run. This ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
PREV 1 2 3 4 NEXT