検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 162 for then (0.100 sec.)
Django 3.2.4 release notes — Django 4.0.6 ドキュメント 5604
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y the developers to also expose the file contents, then not only the existence but also the file contents ... provided value of SCRIPT_NAME when redirecting unauthenticated users to the login page ( #32754 ). Fixed a ...
https://man.plustar.jp/django/releases/3.2.4.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 5604
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = 2008 ) Suppose there is only one blog that has both entries containing "Lennon" and entries from 2008, b ... condition needs to match the same related object, then each should be contained in a single filter() call ... following query would exclude blogs that contain both entries with "Lennon" in the headline and entries pu ... results that have been explicitly requested (e.g., the next element, if the QuerySet is being iterated ove ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 5501
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... coroutine functions are coroutine functions, hence the need for # this to exist. Code taken from CPython. ... new loop in a new thread. Either way, this thread then pauses and waits to run any thread_sensitive code ... program is async (i.e. SyncToAsync is outermost), then this will be a dedicated single sub-thread that al ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
django.utils.text — Django 4.0.6 ドキュメント 5501
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... counting tags and comments), or, if words is True, then to a certain number of words. Close opened tags if ... scaped quotes will remain escaped (the results can then be further processed with unescape_string_literal( ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 5501
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ts for maximum future compatibility. If you change the names of things more often than their position in t ... SQL creation code to skip over this field. You are then responsible for creating the column in the right t ... complex than strings, dates, integers, or floats, then you may need to override from_db_value() and to_py ... class (and maybe choices_form_class ) argument and then delegate further handling to the parent class. Thi ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 5501
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s : return db == hints [ 'target_db' ] return True Then, to leverage this in your migrations, do the follo ... your project anywhere without first installing and then uninstalling the old app. 簡単な移行例を見てみまし ... teDatabaseAndState to rename the existing table to the new table name while telling the migration autodete ... ctor that the new model has been created. You can check the exist ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 5501
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pip install Sphinx ...\> py -m pip install Sphinx Then from the docs directory, build the HTML:   $ mak ... ossible, in order to give them confidence. Explain the nature of the problem we're solving, so that the re ... u'll need to install sphinxcontrib-spelling first. Then from the docs directory, run make spelling . Wrong ... the man page, run make man in the docs directory. The new man page will be written in docs/_build/man/dja ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 5501
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... as a different SRID value) than that of the field, then it will be implicitly transformed into the SRID of ... ters. point = models . PointField ( srid = 32140 ) Then distance queries may be performed as follows: >>> ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 5501
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... current item. For backward compatibility reasons, the name of this context variable is {{ obj }} . obj : ... the same algorithm -- first, it tries items(obj) , then items() , then finally an items class attribute (w ... lass and set the feed_type to something different. Then update your URLconf to add the extra versions. Her ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 5501
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l's _base_manager . db_table ¶ Options. db_table ¶ The name of the database table to use for the model: db ... s ¶ To save you time, Django automatically derives the name of the database table from the name of your mo ... constructed by joining the model's "app label" -- the name you used in manage.py startapp -- to the model ... details. db_tablespace ¶ Options. db_tablespace ¶ The name of the database tablespace to use for this mod ...
https://man.plustar.jp/django/ref/models/options.html - [similar]