検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 135 for Returns (0.059 sec.)
How to manage error reporting — Django 4.0.6 ドキュメント 6041
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... flags = re . IGNORECASE ) is_active ( request ) ¶ Returns True to activate the filtering in get_post_paramet ... G documentation. get_post_parameters ( request ) ¶ Returns the filtered dictionary of POST parameters. Sensit ... traceback_frame_variables ( request , tb_frame ) ¶ Returns the filtered dictionary of local variables for the ... l_template_path ¶ New in Django 3.2. Property that returns a pathlib.Path representing the absolute filesyste ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 6041
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rencing relational fields such as ForeignKey , F() returns the primary key value rather than a model instance ... erates the SQL fragment for the database function. Returns a tuple (sql, params) , where sql is the SQL strin ... self , compiler , connection , ** extra_context ): return super () . as_sql ( compiler , connection , functio ... bquery() or Exists() expressions ¶ Subquery() that returns a boolean value and Exists() may be used as a cond ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 6005
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ted = False , include_swapped = False ) [ソース] ¶ Returns an iterable of Model classes for this application. ... l ( model_name , require_ready = True ) [ソース] ¶ Returns the Model with the given model_name . model_name i ... y() methods are called. apps. get_app_configs () ¶ Returns an iterable of AppConfig instances. apps. get_app_ ... config ( app_label ) ¶ Returns an AppConfig for the application with the given ap ...
https://man.plustar.jp/django/ref/applications.html - [similar]
Full text search — Django 4.0.6 ドキュメント 6005
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pression, a query, a config, and a set of options. Returns highlighted search results. Set the start_sel and ... ld name or expression, and a string or expression. Returns the trigram similarity between the two arguments. ... ing or expression, and a field name or expression. Returns the trigram word similarity between the two argume ... ld name or expression, and a string or expression. Returns the trigram distance between the two arguments. Us ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 6005
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... stFactory , with the only difference being that it returns ASGIRequest instances rather than WSGIRequest inst ... kwargs ): kwargs [ 'environment' ] = 'Production' return super () . get_context_data ( ** kwargs ) You may d ... discovered in the modules listed in test_labels . Returns a TestSuite instance ready to be run. DiscoverRunn ... suite ( suite , ** kwargs ) ¶ Runs the test suite. Returns the result produced by the running the test suite. ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
一対一 (one-to-one) 関係 — Django 4.0.6 ドキュメント 5933
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d related object 'place'. Restaurant.objects.all() returns the Restaurants, not the Places. Note that there a ... Ace Hardware the restaurant>]> Place.objects.all() returns all Places, regardless of whether they have Restau ... , using , restaurant , objects , save , reverse , returns クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/topics/db/examples/one_to_one.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 5897
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... - even when the tag has no arguments. The function returns a CurrentTimeNode with everything the node needs t ... forms its first loop iteration, CycleNode.render() returns 'row1' Thread 2 performs its first loop iteration, ... CycleNode.render() returns 'row2' Thread 1 performs its second loop iteration ... , CycleNode.render() returns 'row1' Thread 2 performs its second loop iteration ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
django.utils.functional — Django 4.0.6 ドキュメント 5861
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o that subsequent attribute access on the instance returns the cached value instead of calling cached_propert ... y.__get__(). """ if instance is None : return self res = instance . __dict__ [ self . name ] = se ... thod def __get__ ( self , instance , cls = None ): return self . fget ( cls ) def getter ( self , method ): s ... elf . fget = method return self class Promise : """ Base class for the proxy c ...
https://man.plustar.jp/django/_modules/django/utils/functional.html - [similar]
Geographic Feeds — Django 4.0.6 ドキュメント 5861
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) ¶ Takes the object returned by get_object() and returns the feed's geometry. Typically this is a GEOSGeome ... Feed ( Feed ): def item_geometry ( self , obj ): # Returns the polygon. return obj . poly SyndicationFeed Sub ...
https://man.plustar.jp/django/ref/contrib/gis/feeds.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 5861
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... language without a URL prefix. set_language() now returns a 204 status code (No Content) for AJAX requests w ... m LOCALE_PATHS . 管理コマンド ¶ call_command() now returns the value returned from the command.handle() metho ... yset filtering. The new Field.rel_db_type() method returns the database column data type for fields such as F ... given in select_related: 'name' _meta.get_fields() returns consistent reverse fields for proxy models ¶ Befor ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT