検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 170 for there (0.028 sec.)
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5504
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion, but should be unique within that application. There are subclasses to make creating messages with comm ... s check was changed to mysql.W003 in Django 3.1 as the real maximum size depends on many factors. mysql.W00 ... .E312 : The to_field <field name> doesn't exist on the related model <app label>.<model> . fields.E320 : Fi ... mes of the two link fields that should be used for the relation through <model> . fields.E338 : The interme ...
https://man.plustar.jp/django/ref/checks.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 5504
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... our INSTALLED_APPS setting, if it's not already in there. Also make sure you've correctly set SITE_ID to th ... ciates a flatpage with a site. Using the URLconf ¶ There are several ways to include the flat pages in your ... this middleware checks the flatpages database for the requested URL as a last resort. Specifically, it che ... direct (by looking at the APPEND_SLASH setting) if the resulting URL refers to a valid flatpage. Redirects ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 5504
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... boolean value, it may be used directly in filters. There are a number of built-in expressions (documented b ... ions, using Python constants, variables, and even other expressions. 例 ¶ from django.db.models import Coun ... bject to generate an SQL expression that describes the required operation at the database level. Let's try ... ( stories_filed = F ( 'stories_filed' ) + 1 ) F() therefore can offer performance advantages by: getting t ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 5504
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... her than int or str , you can subclass Choices and the required concrete data type, e.g. date for use with ... LLO_17 = 1972 , 12 , 11 , 'Apollo 17 (Challenger)' There are some additional caveats to be aware of: Enumer ... pts other arguments that define the details of how the relation works. ForeignKey. on_delete ¶ When an obje ... ble ForeignKey and you want it to be set null when the referenced object is deleted: user = models . Foreig ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 5504
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 更新されます。 Any cached relations are cleared from the reloaded instance. データベースからはフィールドのみが ... ionError ({ 'status' : _ ( 'Set status to draft if there is not a ' 'publication date.' ), }) Model. valida ... ) >>> b2 . id # Returns the ID of your new object. There's no way to tell what the value of an ID will be b ... How Django knows to UPDATE vs. INSERT , below, for the reason this happens. Explicitly specifying auto-prim ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
Django 1.4.20 release notes — Django 4.0.6 ドキュメント 5504
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... onse header and browsers seem to ignore JavaScript there. Browsers we tested also treat URLs prefixed with ...
https://man.plustar.jp/django/releases/1.4.20.html - [similar]
Django 1.4.6 release notes — Django 4.0.6 ドキュメント 5504
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... onse header and browsers seem to ignore JavaScript there. Bugfixes ¶ Fixed an obscure bug with the override ...
https://man.plustar.jp/django/releases/1.4.6.html - [similar]
Django 1.9.8 リリースノート — Django 4.0.6 ドキュメント 5504
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... HTML . Although a security issue wasn't identified there, out of an abundance of caution it's also updated ...
https://man.plustar.jp/django/releases/1.9.8.html - [similar]
Signals — Django 4.0.6 ドキュメント 5504
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ceiver function using the Signal.connect() method. The receiver function is called when the signal is sent. ... h HTTP request is finished. We'll be connecting to the request_finished signal. Receiver functions ¶ First, ... ose new arguments. Connecting receiver functions ¶ There are two ways you can connect a receiver to a signa ... they relate to. Signal receivers are connected in the ready() method of your application configuration cla ...
https://man.plustar.jp/django/topics/signals.html - [similar]
django.apps.config — Django 4.0.6 ドキュメント 5403
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... NAME ) mod = import_module ( mod_path ) # Check if there's exactly one AppConfig candidate, # excluding tho ... d_path , app_configs [ 0 ][ 0 ]) else : # Check if there's exactly one AppConfig subclass, # among those th ...
https://man.plustar.jp/django/_modules/django/apps/config.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT