検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 189 for return (0.090 sec.)
GeoDjango Tutorial — Django 4.0.6 ドキュメント 4701
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ygonField) mpoly = models . MultiPolygonField () # Returns the string representation of the model. def __str ... __ ( self ): return self . name Note that the models module is importe ... ciated with it. If it does, the srs attribute will return a SpatialReference object: >>> srs = lyr . srs >>> ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
The form rendering API — Django 4.0.6 ドキュメント 4701
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ate_name, context, request=None) method. It should return a rendered templates (as a string) or raise Templa ...
https://man.plustar.jp/django/ref/forms/renderers.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 4701
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... h ( route , view , kwargs = None , name = None ) ¶ Returns an element for inclusion in urlpatterns . For exa ... h ( route , view , kwargs = None , name = None ) ¶ Returns an element for inclusion in urlpatterns . For exa ... lso accepts as an argument either an iterable that returns URL patterns or a 2-tuple containing such iterabl ... ws.static.serve , ** kwargs ) ¶ Helper function to return a URL pattern for serving files in debug mode: fro ...
https://man.plustar.jp/django/ref/urls.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 4701
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... erse() function takes information about a view and returns a URL which would invoke that view. Use of revers ... first silently coerce the strings to integers and return a result based on that. If a query is performed wi ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 4701
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... my_view ( request ): await asyncio . sleep ( 0.5 ) return HttpResponse ( 'Hello, async world!' ) All asynchr ... cording to RFC 7234#section-5.2.2.2 . delete() now returns True if the key was successfully deleted, False o ... d if provided, with timezone-aware datetimes being returned even when USE_TZ is False . Additionally, DateTi ... us when unapplied migrations are detected. The new returncode argument for CommandError allows customizing t ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 4701
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ws specifying the number of adjacent time units to return. バリデータ ¶ Built-in validators now include the ... mented django.core.files.locks.lock() function now returns False if the file cannot be locked, instead of ra ... angeForm.clean_password() is no longer required to return the initial value. The cache.get_many() , get_or_s ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
ページネーション — Django 4.0.6 ドキュメント 4701
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) page_obj = paginator . get_page ( page_number ) return render ( request , 'list.html' , { 'page_obj' : pa ...
https://man.plustar.jp/django/topics/pagination.html - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 4668
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e . At any point you can use git rebase --abort to return to the original state. Note that you want to rebas ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 4668
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rrayAgg , JSONBAgg , and StringAgg aggregates will return None when there are no rows instead of [] , [] , a ... ml_output() method will be removed. The ability to return a str , rather than a SafeString , when rendering ... aseLoader will be removed. Django template objects returned by get_template() and select_template() won't ac ... ince 1.4 csrf_response_exempt has been a no-op (it returns the same function), and csrf_view_exempt has been ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Multiple object mixins — Django 4.0.6 ドキュメント 4668
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 義する、文字列(または文字列のイテラブル)を返します。 Returns ordering by default. paginate_queryset ( queryset ... , page_size ) ¶ Returns a 4-tuple containing ( paginator , page , object_ ... cts from that page. get_paginate_by ( queryset ) ¶ Returns the number of items to paginate by, or None for n ... o pagination. By default this returns the value of paginate_by . get_paginator ( querys ...
https://man.plustar.jp/django/ref/class-based-views/mixins-multiple-object.html - [similar]