検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 135 for returns (0.086 sec.)
Django 1.6 release notes — Django 4.0.6 ドキュメント 5861
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... example is the PostgreSQL ON UPDATE trigger which returns NULL . In such cases it is possible to set django. ... ing the first or last object matching the filters. Returns None if there are no objects matching. View and Re ... ibute to False . Added FormMixin.get_prefix (which returns FormMixin.prefix by default) to allow customizing ... uires a few changes in your code. QuerySet.dates() returns date objects ¶ QuerySet.dates() now returns a list ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 5861
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... h ( self , sha1_hash , salt , iterations = None ): return super () . encode ( sha1_hash , salt , iterations ) ... ) . encode ( password , salt ) . split ( '$' , 2 ) return self . encode_sha1_hash ( sha1_hash , salt , iterat ... ssword field in the database to check against, and returns True if they match, False otherwise. make_password ... ord() ). is_password_usable ( encoded_password ) ¶ Returns False if the password is a result of User.set_unus ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
PostgreSQL specific lookups — Django 4.0.6 ドキュメント 5825
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nsion. A trigram lookup is given an expression and returns results that have a similarity measurement greater ... . A trigram word lookup is given an expression and returns results that have a word similarity measurement gr ...
https://man.plustar.jp/django/ref/contrib/postgres/lookups.html - [similar]
フォーム API — Django 4.0.6 ドキュメント 5825
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... た。 Form.errors. as_json ( escape_html = False ) ¶ Returns the errors serialized as JSON. >>> f . errors . as ... rm.errors. get_json_data ( escape_html = False ) ¶ Returns the errors as a dictionary suitable for serializin ... g to JSON. Form.errors.as_json() returns serialized JSON, while this returns the error data ... rm. get_initial_for_field ( field , field_name ) ¶ Returns the initial data for a form field. It retrieves th ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 5825
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , tagline = 'Thoughts on cheese.' ) >>> b2 . id # Returns None, because b2 doesn't have an ID yet. >>> b2 . ... save () >>> b2 . id # Returns the ID of your new object. There's no way to tell ... , tagline = 'Thoughts on cheese.' ) >>> b3 . id # Returns 3. >>> b3 . save () >>> b3 . id # Returns 3. If yo ... example is the PostgreSQL ON UPDATE trigger which returns NULL . In such cases it is possible to revert to t ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5789
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... method of the model, ModelAdmin or a callable that returns True , False , or None , Django will display a pre ... ue ( ' ' ), 'last_name' )) def full_name ( self ): return self . first_name + ' ' + self . last_name Changed ... ll name of the person' , ) def full_name ( self ): return self . first_name + ' ' + self . last_name class Pe ... decorator must be used: def my_property ( self ): return self . first_name + ' ' + self . last_name my_prope ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 5752
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... stmod was in the example. items() is a method that returns a sequence or QuerySet of objects. The objects ret ... tion() calls get_absolute_url() on each object and returns the result. Sitemap class reference ¶ class Sitema ... ethods/attributes: items ¶ Required. A method that returns a sequence or QuerySet of objects. The framework d ... asn't changed. paginator ¶ Optional. This property returns a Paginator for items() . If you generate sitemaps ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
Paginator — Django 4.0.6 ドキュメント 5752
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... st is empty. Paginator. page ( number ) [ソース] ¶ Returns a Page object with the given 1-based index. Raises ... = 3 , on_ends = 2 ) [ソース] ¶ New in Django 3.2. Returns a 1-based list of page numbers similar to Paginato ... e を返します。 Page. has_other_pages () [ソース] ¶ Returns True if there's a next or previous page. Page. nex ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 5716
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mplate. モデル ¶ New QuerySet.contains(obj) method returns whether the queryset contains the given object. Th ... calar values on SQLite. QuerySet.bulk_update() now returns the number of objects updated. The new Expression. ... an iterable of tests rather than a test suite, and returns an iterator of tests. Calling FileSystemStorage.de ... longer depends on the USE_L10N setting and always returns localized output. Use the u suffix to disable loca ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 5716
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 必要になることがあります。 has_usable_password () ¶ Returns False if set_unusable_password() has been called f ... or this user. get_session_auth_hash () ¶ Returns an HMAC of the password field. Used for Session in ... mnpqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ23456789' ) ¶ Returns a random password with the given length and given ... かを示します。 get_user_permissions ( obj = None ) ¶ Returns a set of permission strings that the user has dire ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT