検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 151 for uses (0.005 sec.)
多対多 (many-to-many) 関係 — Django 4.0.6 ドキュメント 15157
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Publications : >>> a2 = Article ( headline = 'NASA uses Python' ) >>> a2 . save () >>> a2 . publications . ... 2 . article_set . all () <QuerySet [<Article: NASA uses Python>]> >>> p1 . article_set . all () <QuerySet ... go lets you build web apps easily>, <Article: NASA uses Python>]> >>> Publication . objects . get ( id = 4 ... ) . article_set . all () <QuerySet [<Article: NASA uses Python>]> Many-to-many relationships can be querie ...
https://man.plustar.jp/django/topics/db/examples/many_to_many.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 9708
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ere the values passed are a subset of the data. It uses the SQL operator @> . For example: >>> Post . obje ... here the data is a subset of the values passed. It uses the SQL operator <@ . For example: >>> Post . obje ... he data shares any results with the values passed. Uses the SQL operator && . For example: >>> Post . obje ... 276 = 'javascript' ) <QuerySet []> 注釈 PostgreSQL uses 1-based indexing for array fields when writing raw ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 9323
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t order. If they don't provide a value, the method uses a combination of SERVER_NAME and SERVER_PORT as de ... get_full_path_info () ¶ Like get_full_path() , but uses path_info instead of path . Example: "/minfo/music ... ault = None ) ¶ Like dict.setdefault() , except it uses __setitem__() internally. QueryDict. update ( othe ... ryDict. items () ¶ Like dict.items() , except this uses the same last-value logic as __getitem__() and ret ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 8938
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... date and time information in UTC in the database, uses time-zone-aware datetime objects internally and tr ... g lets you configure which WSGI callable runserver uses. (The runfcgi management command also internally w ... es passwords using a one-way algorithm. Django 1.3 uses the SHA1 algorithm, but increasing processor speed ... new password storage system: by default Django now uses the PBKDF2 algorithm (as recommended by NIST ). Yo ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.11.8 リリースノート — Django 4.0.6 ドキュメント 8541
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... aced db_table ( #28792 ). Made QuerySet.iterator() use server-side cursors on PostgreSQL after values() an ... nd MySQL when ordering by a filtered subquery that uses nulls_first or nulls_last ( #28848 ). Made query l ... nericForeignKey when the referenced model instance uses multi-table inheritance ( #28856 ). Fixed "Cannot ... 関連キーワード values , when , Fixed , Made , use , uses , Bugfixes , QuerySet , regression , next クイック ...
https://man.plustar.jp/django/releases/1.11.8.html - [similar]
Form fields — Django 4.0.6 ドキュメント 7899
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... elow, each Field defines the error message keys it uses. validators ¶ Field. validators ¶ validators 引数は ... ty_value として与えたもの Normalizes to: A string. Uses MaxLengthValidator and MinLengthValidator if max_l ... ます。 Validates that the given value is a decimal. Uses MaxValueValidator and MinValueValidator if max_val ... ve given as empty_value . Normalizes to: A string. Uses EmailValidator to validate that the given value is ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 7631
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... method. How you use this is up to you, but Django uses it in a couple of ways automatically via a couple ... of conventions. Example usage ¶ Why would you use sites? It's best explained through examples. Associ ... e request.site to get the current site. How Django uses the sites framework ¶ Although it's not required t ... its ID in your SITE_ID setting. Here's how Django uses the sites framework: In the redirects framework , ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
Generic date ビュー — Django 4.0.6 ドキュメント 7503
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... according to allow_empty and allow_future . ノート Uses a default template_name_suffix of _archive_year . ... according to allow_empty and allow_future . ノート Uses a default template_name_suffix of _archive_month . ... according to allow_empty and allow_future . ノート Uses a default template_name_suffix of _archive_week . ... according to allow_empty and allow_future . ノート Uses a default template_name_suffix of _archive_day . E ...
https://man.plustar.jp/django/ref/class-based-views/generic-date-based.html - [similar]
データベース — Django 4.0.6 ドキュメント 7503
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... atabase query. It keeps this connection open and reuses it in subsequent requests. Django closes the conne ... ion failures. This option is designed for advanced uses. Indexes for varchar and text columns ¶ When speci ... , then Django will create an additional index that uses an appropriate PostgreSQL operator class for the c ... transaction references the server-side cursor, because server-side cursors are only accessible in the conn ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 7503
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontains = 'London' , ) . delete () If your project uses django.contrib.postgres.fields.JSONField , plus th ... This setting is deprecated as of this release, because support for tokens, cookies, sessions, and signatur ... es that use SHA-1 algorithm will be removed in Django 4.0. マイ ... ed in Django 4.0. The password reset mechanism now uses the SHA-256 hashing algorithm. Support for tokens ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT