検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 101 for through (0.022 sec.)
モデル — Django 4.0.6 ドキュメント 8237
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... のフィールドを配置することができます。中間モデルは、 through 引数で中間として振る舞うモデルを指定することで、 M ... 28 ) members = models . ManyToManyField ( Person , through = 'Membership' ) def __str__ ( self ): return self ... uld use for the relationship using ManyToManyField.through_fields . If you have more than one foreign key and ... through_fields is not specified, a validation error will b ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
Signals — Django 4.0.6 ドキュメント 8068
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... many field is defined; you can access it using the through attribute on the many-to-many field. instance The ... t ( toppings_changed , sender = Pizza . toppings . through ) and then did something like this: >>> p = Pizza ... above) would be: Argument 値 sender Pizza.toppings.through (the intermediate m2m class) instance p (the Pizza ... andler would be: Argument 値 sender Pizza.toppings.through (the intermediate m2m class) instance t (the Toppi ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Django 1.8.10 リリースノート — Django 4.0.6 ドキュメント 7445
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rom an XSS attack. CVE-2016-2513: User enumeration through timing difference on password hasher work factor u ... taining basic auth CVE-2016-2513: User enumeration through timing difference on password hasher work factor u ...
https://man.plustar.jp/django/releases/1.8.10.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 7277
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eyword arguments, **expressions , which are passed through to annotate() : >>> from django.db.models.function ... to fields on related models with reverse relations through OneToOneField , ForeignKey and ManyToManyField att ... s creating rows that merely reference locked rows (through a foreign key, for example) while the lock is in p ... in the HTTP spec. 警告 You can use get_or_create() through ManyToManyField attributes and reverse relations. ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.9.3 リリースノート — Django 4.0.6 ドキュメント 7277
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rom an XSS attack. CVE-2016-2513: User enumeration through timing difference on password hasher work factor u ... taining basic auth CVE-2016-2513: User enumeration through timing difference on password hasher work factor u ...
https://man.plustar.jp/django/releases/1.9.3.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 7277
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of objects into ManyToManyField or when the custom through table is defined, use bulk_create() method to redu ... ple: PizzaToppingRelationship = Pizza . toppings . through PizzaToppingRelationship . objects . bulk_create ( ... lds , use delete() on a Q expression with multiple through model instances to reduce the number of SQL querie ... rt Q PizzaToppingRelationship = Pizza . toppings . through PizzaToppingRelationship . objects . filter ( Q ( ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 6810
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... aster Formats list. An in-memory raster is created through the following example: >>> GDALRaster ({ 'width' : ... name 'MEM' A file based GeoTiff raster is created through the following example: >>> import tempfile >>> rst ... perty is a shortcut to getting or setting the SRID through the srs attribute. >>> rst = GDALRaster ({ 'width' ... is raster. The warping parameters can be specified through the ds_input argument. The use of ds_input is anal ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 6810
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mplate object for a given template_name by looping through results from get_template_sources() and calling ge ... the template is instantiated directly rather than through a template loader, this is a string value of <unkn ... the template is instantiated directly rather than through a template loader, this is None . loader ¶ The tem ... the template is instantiated directly rather than through a template loader, this is None . django.template. ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django 1.4.9 release notes — Django 4.0.6 ドキュメント 6810
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ds in order to mitigate a denial-of-service attack through submission of bogus but extremely large passwords. ...
https://man.plustar.jp/django/releases/1.4.9.html - [similar]
How to upgrade Django to a newer version — Django 4.0.6 ドキュメント 6654
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... はっきりとわかるようになります。 If you're upgrading through more than one feature version (e.g. 2.0 to 2.2), i ... t's usually easier to upgrade through each feature release incrementally (2.0 to 2.1 to ...
https://man.plustar.jp/django/howto/upgrade-version.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT