検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 235 for only (0.038 sec.)
Advanced testing topics — Django 4.0.6 ドキュメント 5992
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ghtly restricted subset of the test client API: It only has access to the HTTP methods get() , post() , pu ... ctly API-compatible with RequestFactory , with the only difference being that it returns ASGIRequest insta ... monds database will be created first, as it is the only database alias without dependencies. The default a ... t of applications instructs Django to behave as if only the models from these applications were available. ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 5910
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 8, and 3.9 (as of 3.0.11). We highly recommend and only officially support the latest release of each seri ... th for the foreseeable future. Async features will only be available to applications that run under ASGI, ... however. At this stage async support only applies to the outer ASGI application. Internally ... were doing it incorrectly. If you see a SynchronousOnlyOperation error, then closely examine your code and ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Django 3.2.4 release notes — Django 4.0.6 ドキュメント 5910
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xistence of arbitrary files. Additionally, if (and only if) the default admindocs templates have been cust ... elopers to also expose the file contents, then not only the existence but also the file contents would hav ... s a mitigation, path sanitation is now applied and only files within the template root directories can be ...
https://man.plustar.jp/django/releases/3.2.4.html - [similar]
ミドルウェア (Middleware) — Django 4.0.6 ドキュメント 5910
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 例外 を適用します。 Middleware can either support only synchronous Python (the default), only asynchronou ... h is called once per request, __init__() is called only once , when the web server starts. ミドルウェアを不 ... ssumes that your middleware is capable of handling only synchronous requests. To change these assumptions, ... . The django.utils.decorators module contains sync_only_middleware() , async_only_middleware() , and sync_ ...
https://man.plustar.jp/django/topics/http/middleware.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5829
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tatic code analysis as regular checks do. They are only run by the migrate command or if you specify confi ... auto_now_add , and default are mutually exclusive. Only one of these options may be present. fields.W161 : ... e model <app_label>.<model> . models.E004 : id can only be used as a field name if the field also sets pri ... t be a tuple or list (even if you want to order by only one field). models.E015 : ordering refers to the n ...
https://man.plustar.jp/django/ref/checks.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 5829
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mitations ¶ Before MySQL 5.6.1, spatial extensions only support bounding box operations (what MySQL calls ... PostGIS. Raster Support ¶ RasterField is currently only implemented for the PostGIS backend. Spatial looku ... However, the lookup types unique to GeoDjango are only available on spatial fields. Filters on 'normal' f ... yntax is similar to the syntax for geometries. The only difference is that a band index can be specified a ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
Django 1.11.3 リリースノート — Django 4.0.6 ドキュメント 5829
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... del.__init__() to crash if a field has an instance only descriptor ( #28269 ). Fixed an incorrect Disallow ... name of class-based model indexes for models that only inherit models.Model ( #28282 ). Fixed crash in ad ... rash , from , Prevented , key , string , invalid , only クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/1.11.3.html - [similar]
Signals — Django 4.0.6 ドキュメント 5829
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ers ¶ Some signals get sent many times, but you'll only be interested in receiving a certain subset of tho ... se cases, you can register to receive signals sent only by particular senders. In the case of django.db.mo ... el class being saved, so you can indicate that you only want signals sent by some model: from django.db.mo ... er , ** kwargs ): ... The my_handler function will only be called when an instance of MyModel is saved. Di ...
https://man.plustar.jp/django/topics/signals.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 5757
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 注釈 Although the module is named gdal , GeoDjango only supports some of the capabilities of OGR and GDAL' ... oding = 'utf-8' ) ¶ The constructor for DataSource only requires one parameter: the path of the file you w ... /your/cities.shp' >>> ds . layer_count # This file only contains one layer 1 layer_count ¶ Returns the num ... patial filter for this layer. A spatial filter can only be set with an OGRGeometry instance, a 4-tuple ext ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 5757
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing the field, the process is more robust: it will only ever update the field based on the value of the fi ... pression's output value. Note that output_field is only required when Django is unable to determine what f ... alues, for multiple expressions ). The argument is only supported on aggregates that have allow_distinct s ... his case, the subquery must use values() to return only a single column: the primary key of the post. Limi ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT