検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 100 for already (0.027 sec.)
Django 1.8.9 リリースノート — Django 4.0.6 ドキュメント 12340
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ue or unique=True to a CharField or TextField that already had the other specified, or when removing one of t ... at had both, or when adding unique=True to a field already listed in unique_together ( #26034 ). Fixed a cras ... when , regression , using , unique , crash , had , already , from , incorrect クイック検索 Last update: 2022年 ...
https://man.plustar.jp/django/releases/1.8.9.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 10298
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ched queryset is reloaded, you want the results to already be present and ready for use (reading from the dat ... ase, we're exploiting the fact that the query will already contain the blog_blog table in its FROM clause. Th ... les parameter if you're specifying tables that are already used in the query. When you add extra tables via t ... u want that table included an extra time, if it is already included. That creates a problem, since the table ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 10038
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e server about copies of a resource that they have already seen. This is commonly used when retrieving a web ... sending all the data for something the client has already retrieved. However, the same headers can be used f ... t-Modified headers on the response if they are not already set by the view and if the request's method is saf ... ecorator described in this document. If everything already runs fairly quickly, stick to using the middleware ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
django.db.transaction — Django 4.0.6 ドキュメント 9778
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a savepoint, depending on whether a transaction is already in progress, and __exit__ commits the transaction ... ot connection . get_autocommit (): # Pretend we're already in an atomic block to bypass the code # that disab ... = False if connection . in_atomic_block : # We're already in a transaction; create a savepoint, unless we # ... were told not to or we're already waiting for a rollback. The # second condition avo ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
django.middleware.clickjacking — Django 4.0.6 ドキュメント 9778
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r in HTTP responses. Do not set the header if it's already set or if the response contains a xframe_options_e ... elf , request , response ): # Don't set it if it's already in the response if response . get ( "X-Frame-Optio ...
https://man.plustar.jp/django/_modules/django/middleware/clickjacking.html - [similar]
File storage API — Django 4.0.6 ドキュメント 9271
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eturns True if a file referenced by the given name already exists in the storage system, or False if the name ... tion exception will be raised. If a file with name already exists, get_alternative_name() is called to obtain ... stem, preferably with the name specified. If there already exists a file with this name name , the storage sy ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
Related objects reference — Django 4.0.6 ドキュメント 9011
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o perform the update. This requires the objects to already be saved. You can use the bulk=False argument to i ... d post_add actions. Using add() on a relation that already exists won't duplicate the relation, but it will s ... ) # No need to call e.save() at this point -- it's already been saved. This is equivalent to (but simpler tha ...
https://man.plustar.jp/django/ref/models/relations.html - [similar]
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 8244
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ue or unique=True to a CharField or TextField that already had the other specified, or when removing one of t ... at had both, or when adding unique=True to a field already listed in unique_together ( #26034 ). Fixed a regr ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 8244
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... operation), Django checks that all of those tables already exist in the database and fake-applies the migrati ... , Django checks that all of the respective columns already exist in the database and fake-applies the migrati ... rations once you've made some changes. If your app already has models and database tables, and doesn't have m ... l migration and that the tables it wants to create already exist, and will mark the migration as already appl ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
How to override templates — Django 4.0.6 ドキュメント 7984
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , ... }, ] The TEMPLATES setting and BASE_DIR will already exist if you created your project using the defaul ... because the template loader does not consider the already loaded override template (at templates/admin/base_ ...
https://man.plustar.jp/django/howto/overriding-templates.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT