検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 109 for functions (0.046 sec.)
Django 4.0 release notes — Django 4.0.6 ドキュメント 7217
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nal unique constraints on expressions and database functions. For example: from django.db import models from dj ... dels import UniqueConstraint from django.db.models.functions import Lower class MyModel ( models . Model ): fir ... models.query.QuerySet.datetimes() django.db.models.functions.Trunc() django.db.models.functions.TruncSecond() d ... jango.db.models.functions.TruncMinute() django.db.models.functions.TruncHour ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
django.urls utility functions — Django 4.0.6 ドキュメント 7166
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dules « previous | up | next » django.urls utility functions ¶ reverse() ¶ If you need to use something similar ... for resolving URL paths to the corresponding view functions. It has the following signature: resolve ( path , ... ver, this is always "/" . 目次 django.urls utility functions reverse() reverse_lazy() resolve() get_script_pref ... のトピックへ Unicode data 次のトピックへ django.urls functions for use in URLconfs 関連キーワード reverse , patte ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 7166
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dex | Modules « previous | up | next » django.urls functions for use in URLconfs ¶ path() ¶ path ( route , view ... m path converters for an example. django.conf.urls functions for use in URLconfs ¶ static() ¶ static. static ( ... urns an HttpResponseServerError . 目次 django.urls functions for use in URLconfs path() re_path() include() reg ... ister_converter() django.conf.urls functions for use in URLconfs static() handler400 handler403 ...
https://man.plustar.jp/django/ref/urls.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 7115
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dules « previous | up | next » Geographic Database Functions ¶ The functions documented on this page allow user ... s to access geographic database functions to be used in annotations, aggregations, or filter ... ngo. 実装例: >>> from django.contrib.gis.db.models.functions import Length >>> Track . objects . annotate ( len ... ( length__gt = 100 ) Not all backends support all functions, so refer to the documentation of each function to ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 7115
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . django.utils.cache ¶ This module contains helper functions for controlling HTTP caching. It does so by managi ... ng the Vary header of responses. It includes functions to patch the header of response objects directly a ... nd decorators that change functions to do that header-patching themselves. For informa ... se for the cache key. django.utils.dateparse ¶ The functions defined in this module share the following propert ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7077
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Expressions, Conditional Expressions, and Database Functions ¶ Query Expressions allow you to create, customize ... lse logic within queries. A collection of database functions is also included with functionality such as Coales ... he object before deletion. Default autoescaping of functions in django.template.defaultfilters ¶ In order to ma ... t" when calling them in Python code, the following functions in django.template.defaultfilters have been change ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 7026
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o's admin lets you write and register "actions" -- functions that get called with a list of objects selected on ... an article's status to "published." Writing action functions ¶ First, we'll need to write a function that gets ... hen the action is triggered from the admin. Action functions are regular functions that take three arguments: T ... o provide human-readable descriptions for callback functions registered there, too. Changed in Django 3.2: The ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 7026
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing functional indexes on expressions and database functions. For example: from django.db import models from dj ... els import F , Index , Value from django.db.models.functions import Lower , Upper class MyModel ( models . Mode ... allows for easily adding options to custom display functions that can be used with list_display or readonly_fie ... corator allows for easily adding options to action functions that can be used with actions . Using the @display ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6924
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... decorators from django.contrib.auth only apply to functions and no longer work on methods. There's a simple on ... t are encapsulated in Python classes as opposed to functions, the only method available until Django 1.1. All t ... interface was updated to use thread-safe C library functions when available on the platform. The GDAL interface ... a custom Field had the option of defining several functions to support conversion of Python values into databa ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 6529
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... django.contrib.gis ¶ Allowed MySQL spatial lookup functions to operate on real geometries. Previous support wa ... ( .tar.lzma , .tlz ). モデル ¶ Added hash database functions MD5 , SHA1 , SHA224 , SHA256 , SHA384 , and SHA512 ... on. The new is_dst parameter of the Trunc database functions determines the treatment of nonexistent and ambigu ... rt and can_return_rows_from_bulk_insert . Database functions now handle datetime.timezone formats when created ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT