検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 572 for function (0.120 sec.)
Django 1.5.6 release notes — Django 4.0.6 ドキュメント 4393
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... view to invoke. Django also provides a convenience function -- reverse() -- which performs this process in the ... opposite direction. The reverse() function takes information about a view and returns a URL w ...
https://man.plustar.jp/django/releases/1.5.6.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 4332
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango logging is configured as part of the setup() function means that logging calls placed in settings.py may ... up at that point . To explore logging, use a view function as suggested in the example below. First, import t ... rm this declaration at module level. And then in a function, for example in a view, send a record to the logge ...
https://man.plustar.jp/django/howto/logging.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 4332
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g the empty_value_display attribute on the display function directly in previous versions. Setting the attribu ... ing the short_description attribute on the display function directly in previous versions. Setting the attribu ... g the empty_value_display attribute on the display function directly in previous versions. Setting the attribu ... nt to setting the boolean attribute on the display function directly in previous versions. Setting the attribu ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
PostgreSQL specific query expressions — Django 4.0.6 ドキュメント 4332
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gg in the way that it does not act as an aggregate function and does not require an SQL GROUP BY clause to bui ... b.models import OuterRef >>> from django.db.models.functions import JSONObject >>> from django.contrib.postgre ...
https://man.plustar.jp/django/ref/contrib/postgres/expressions.html - [similar]
Django 1.7.11 release notes — Django 4.0.6 ドキュメント 4332
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nstead of "j/m/Y" . To remedy this, the underlying function used by the date template filter, django.utils.for ...
https://man.plustar.jp/django/releases/1.7.11.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 4332
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... called allow_migrate , but still performs the same function. Routers with allow_syncdb methods will still work ... rms: Raising a ValidationError from within certain functions (e.g. Field.clean() , Form.clean_<fieldname>() , ... during the rendering of a template. The following functions now accept a dirs parameter which is a list or tu ... want a URL for your user. The static asset-serving functionality of the django.test.LiveServerTestCase class h ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 4332
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is recommended if you need a gradual update path. Functional unique constraints ¶ The new *expressions positi ... al argument of UniqueConstraint() enables creating functional unique constraints on expressions and database f ... dels import UniqueConstraint from django.db.models.functions import Lower class MyModel ( models . Model ): fi ... . desc (), name = 'first_last_name_unique' , ), ] Functional unique constraints are added to models using the ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 4264
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ar . set ( context . get ( cvar )) def _iscoroutinefunction_or_partial ( func : Any ) -> bool : # Python < 3.8 ... correctly determine partially wrapped # coroutine functions are coroutine functions, hence the need for # thi ... ion_info >= ( 3 , 8 ): return asyncio . iscoroutinefunction ( func ) else : while inspect . ismethod ( func ): ... ): func = func . func return asyncio . iscoroutinefunction ( func ) class ThreadSensitiveContext : """Async c ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 4264
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hould write an expression that uses the equivalent function (e.g. TsTzRange() ), and use the delimiters for th ... b.models import Func , Q class TsTzRange ( Func ): function = 'TSTZRANGE' output_field = DateTimeRangeField () ... 例 前のトピックへ PostgreSQL specific aggregation functions 次のトピックへ PostgreSQL specific query expressi ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 4264
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... framework. It's a hook for associating objects and functionality to particular websites, and it's a holding pl ... If the setting is omitted, the get_current_site() function will try to get the current site by comparing the ... rom django.contrib.sites.models import Site def my_function_without_request (): current_site = Site . objects ... LJWorld.com and Lawrence.com both have email alert functionality, which lets readers sign up to get notificati ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT