検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 162 for then (0.017 sec.)
Paginator — Django 4.0.6 ドキュメント 6199
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a number of items less than or equal to orphans , then those items will be added to the previous page (wh ... ed to be empty. If False and object_list is empty, then an EmptyPage error will be raised. メソッド ¶ Pagi ... he given 1-based index. Raises PageNotAnInteger if the number cannot be converted to an integer by calling ... ent page number when Paginator.num_pages is large. The number of pages to include on each side of the curr ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
Coding style — Django 4.0.6 ドキュメント 6096
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the change itself, and it can also help to reduce the number of CI runs. To use the tool, first install p ... re-commit and then the git hooks:   $ python -m pip install pre-com ... be displayed. If the error was with black or isort then the tool will go ahead and fix them for you. Revie ... foo_view = get_callable ( settings . FOO_VIEW ) ...then importing this module will cause the settings obje ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
データベース — Django 4.0.6 ドキュメント 6096
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t one request; if the connection becomes unusable, the next request gets a fresh connection. Caveats ¶ Sin ... that's unlikely to be reused. This will help keep the number of simultaneous connections to this database ... , used by CharField , FileField , and TextField ), then Django will create an additional index that uses a ... results are retrieved. PostgreSQL's assumptions on the number of rows retrieved for a cursor query is cont ...
https://man.plustar.jp/django/ref/databases.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6096
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... erialization formats . --indent INDENT ¶ Specifies the number of indentation spaces to use in the output. ... ) from being dumped. If you specify a model name, then only that model will be excluded, rather than the ... ed. Defaults to default . --natural-foreign ¶ Uses the natural_key() model method to serialize any foreign ... pe objects, you should probably use this flag. See the natural keys documentation for more details on this ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6096
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... define a choices list outside of a model class and then refer to it, defining the choices and names for ea ... 'Unknown' ), ] The first element in each tuple is the name to apply to the group. The second element is a ... 成されます。 db_tablespace ¶ Field. db_tablespace ¶ The name of the database tablespace to use for this fie ... value of the primary key on an existing object and then save it, a new object will be created alongside th ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 6005
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... might be either a string or a bytestring, and from then on, you can treat the result as always being a str ... aracters such as '&' or '%' are correctly encoded. Then, you apply iri_to_uri() to the full IRI and it con ... about whether it contains non-ASCII characters and then, right at the end, call iri_to_uri() on the result ... rictly necessary in the above example, because all the non-ASCII characters would have been removed in quo ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 5902
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to "Install launcher for all users (recommended)" then click "Install Now". インストール後、コマンドプロン ... e folder where you want to create your project and then enter the following: ...\> py -m venv project-name ...
https://man.plustar.jp/django/howto/windows.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 5902
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s at the top level of some of your Python modules. Then, due to a race condition in the garbage collector, ... t initializes on the given geo_input argument, and then assumes the proper geometry subclass (e.g., GEOSGe ... tryCollection 7 GEOSGeometry. num_coords ¶ Returns the number of coordinates in the geometry. GEOSGeometry ... . num_geom ¶ Returns the number of geometries in this geometry. In other wor ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 5902
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ss Model ( ** kwargs ) ¶ The keyword arguments are the names of the fields you've defined on your model. N ... D の値が設定されています。 In addition to creating the new model, the from_db() method must set the adding ... and db flags in the new instance's _state attribute. 以下はデータベース ... e , fields = None , ** kwargs ): # fields contains the name of the deferred field to be # loaded. if field ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 5902
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... option to cache responses to anonymous (i.e., unauthenticated) clients. When the first anonymous request ... If the Vary: Cookie header is set on the response, then the response will not be cached. MySQL typecasting ... mode allowed this to be used to lock records until the next write operation. Django 1.6 introduced databas ... e-level autocommit; since then, execution in such a context voids the effect of s ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT