検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 170 for key (0.083 sec.)
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 5989
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hod allow using a Select2 search widget for ForeignKey and ManyToManyField . django.contrib.auth ¶ The de ... PS ). django.contrib.sitemaps ¶ Added the protocol keyword argument to the GenericSitemap constructor. キ ... ャッシュ ¶ cache.set_many() now returns a list of keys that failed to be inserted. For the built-in back ... per.callproc() now takes an optional dictionary of keyword parameters, if the backend supports this featu ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 5944
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ): query = query . items () query_params = [] for key , value in query : if value is None : raise TypeEr ... ror ( "Cannot encode None for key ' %s ' in a query string. Did you " "mean to pass ... an empty string or omit the value?" % key ) elif not doseq or isinstance ( value , ( str , b ... s None : raise TypeError ( "Cannot encode None for key ' %s ' in a query " "string. Did you mean to pass ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
Django 1.8.7 リリースノート — Django 4.0.6 ドキュメント 5944
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he application's settings by specifying a settings key instead of a date format. e.g. "SECRET_KEY" instea ... . Fixed Model.refresh_from_db() updating of ForeignKey fields with on_delete=models.SET_NULL ( #25715 ). ... 685 ). Fixed set_FOO_order() crash when the ForeignKey of a model with order_with_respect_to references a ... model with a OneToOneField primary key ( #25786 ). Fixed incorrect validation for Positiv ...
https://man.plustar.jp/django/releases/1.8.7.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 5888
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e should take into account when building its cache key. Requests with the same path but different header ... headers named in Vary need to get different cache keys to prevent delivery of wrong content. For example ... ion patches the Cache-Control header by adding all keyword arguments to it. The transformation is as foll ... ows: All keyword parameter names are turned to lowercase, and u ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 5843
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ates whether the user may access the site. Foreign key dropdowns now have buttons for changing or deletin ... NAME_FIELD and REQUIRED_FIELDS now supports ForeignKey s. The default iteration count for the PBKDF2 pass ... end no longer creates explicit indexes for foreign keys when using the InnoDB storage engine, as MySQL al ... g connections. The SMTP email backend now supports keyfile and certfile authentication with the EMAIL_SSL ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
SchemaEditor — Django 4.0.6 ドキュメント 5786
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ransactions and deferred SQL (like creating ForeignKey constraints). It exposes all possible operations a ... ses - for example, MyISAM does not support foreign key constraints. If you are writing or maintaining a t ... provided, it is a no-op. If the field is a ForeignKey , this will also add the foreign key constraint to ... table, along with any unique constraints, foreign key constraints, or indexes caused by that field. If t ...
https://man.plustar.jp/django/ref/schema-editor.html - [similar]
Django のセキュリティポリシー — Django 4.0.6 ドキュメント 5741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o send an encrypted email ( optional ), the public key ID for security@djangoproject.com is 0xfcb84b8d1d1 ... 7f80b , and this public key is available from most commonly-used keyservers. サ ... utors of Django. This email is signed with the PGP key of someone from Django's release team and consists ... bug tracker). For individuals, the ID of a public key associated with your address which can be used to ...
https://man.plustar.jp/django/internals/security.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 5741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rom the django.contrib.postgres.validators module. KeysValidator ¶ class KeysValidator ( keys , strict = ... sages = None ) [ソース] ¶ Validates that the given keys are contained in the value. If strict is True , t ... hen it also checks that there are no other keys present. The messages passed should be a dict con ... taining the keys missing_keys and/or extra_keys . 注釈 Note that t ...
https://man.plustar.jp/django/ref/contrib/postgres/validators.html - [similar]
Django 3.1.4 release notes — Django 4.0.6 ドキュメント 5741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Factory request methods ( #32159 ). Fixed crash of key transforms for JSONField on PostgreSQL when using ... te, when QuerySet.values()/values_list() contained key transforms for JSONField returning non-string prim ...
https://man.plustar.jp/django/releases/3.1.4.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 5741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y one field that you can't leave out - the primary key field. Django uses the primary key to identify mod ... ill be raised if you forget to include the primary key. 付加情報の追加 ¶ モデル内に定義されていないフィー ... placeholders in the query string for a list, or %(key)s placeholders for a dictionary (where key is repl ... aced by a dictionary key), regardless of your database engine. Such placeho ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT