検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 151 for uses (0.022 sec.)
PostgreSQL specific query expressions — Django 4.0.6 ドキュメント 5822
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ew in Django 4.0. ArraySubquery is a Subquery that uses the PostgreSQL ARRAY constructor to build a list o ...
https://man.plustar.jp/django/ref/contrib/postgres/expressions.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 5822
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _path ( request ) else : do_something_else () Page uses AJAX without any HTML form ¶ A page makes a POST r ... d need to be reloaded. This might happen if a user uses the back button after a login or if they log in a ... CSRF token View needs protection for one path Page uses AJAX without any HTML form Contrib and reusable ap ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 5822
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f the database into Python memory. Instead, Django uses the F() object to generate an SQL expression that ... ( queryset ) ¶ Exists is a Subquery subclass that uses an SQL EXISTS statement. In many cases it will per ... を追加する ¶ If you're using a database backend that uses a different SQL syntax for a certain function, you ... writing a backend for Microsoft's SQL Server which uses the SQL LEN instead of LENGTH for the Length funct ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 5822
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... istinct ( * fields ) ¶ Returns a new QuerySet that uses SELECT DISTINCT in its SQL query. This eliminates ... e rows. In practice, this is rarely a problem, because simple queries such as Blog.objects.all() don't int ... 'author' ) [...] 注釈 Keep in mind that order_by() uses any default related model ordering that has been d ... be a datetime.tzinfo object. If it's None , Django uses the current time zone . It has no effect when USE_ ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 5822
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... backend to send messages. If your hosting provider uses a sandbox or some other non-SMTP technique for sen ... a --failfast option. When specified, this option causes the test runner to exit after encountering a failu ... ed to provide an implementation get_db_prep_* that uses the connection argument to resolve database-specif ... s a result, the postgresql database backend, which uses this library, has been deprecated. If you are curr ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django 1.5.4 release notes — Django 4.0.6 ドキュメント 5822
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... fixes ¶ Fixed a bug that prevented a QuerySet that uses prefetch_related() from being pickled and unpickle ...
https://man.plustar.jp/django/releases/1.5.4.html - [similar]
Django 2.1.4 リリースノート — Django 4.0.6 ドキュメント 5822
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... default password list that CommonPasswordValidator uses by lowercasing all passwords to match the format e ...
https://man.plustar.jp/django/releases/2.1.4.html - [similar]
Django 3.2.2 release notes — Django 4.0.6 ドキュメント 5822
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... P headers. Moreover, the URLField form field which uses URLValidator silently removes newlines and tabs on ...
https://man.plustar.jp/django/releases/3.2.2.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 5822
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ws inherit SingleObjectTemplateResponseMixin which uses template_name_suffix to construct the template_nam ... d UpdateView use myapp/author_form.html DeleteView uses myapp/author_confirm_delete.html If you wish to ha ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 5822
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and reading signed cookies, one of the most common uses of signing in web applications. 以下のような便利な ... gorithm = None ) [ソース] ¶ Returns a signer which uses key to generate signatures and sep to separate val ...
https://man.plustar.jp/django/topics/signing.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT