検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 235 for only (0.104 sec.)
The syndication feed framework — Django 4.0.6 ドキュメント 4908
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , item ): return item . description # item_link is only needed if NewsItem has no get_absolute_url method. ... item_enclosures hook or, alternatively and if you only have a single enclosure per item, the item_enclosu ... k looks # for them in this order. This property is only used for Atom feeds # (where it is the feed-level ... e of an item's # GUID element. This method is used only when 'item_guid' is # specified. def item_guid_is_ ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 4908
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ent which construct a URL based on user input (commonly, a "next" parameter in a querystring indicating wh ... s on importing. To remedy this, reverse() will now only accept and import dotted paths based on the view-c ... s URL pattern configuration , so as to ensure that only modules the developer intended to be imported in t ...
https://man.plustar.jp/django/releases/1.4.11.html - [similar]
Django 1.5.6 release notes — Django 4.0.6 ドキュメント 4908
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ent which construct a URL based on user input (commonly, a "next" parameter in a querystring indicating wh ... s on importing. To remedy this, reverse() will now only accept and import dotted paths based on the view-c ... s URL pattern configuration , so as to ensure that only modules the developer intended to be imported in t ...
https://man.plustar.jp/django/releases/1.5.6.html - [similar]
Django 1.7.3 release notes — Django 4.0.6 ドキュメント 4908
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... This bug doesn't affect Django currently, since we only put this URL into the Location response header and ... not hardened for production use and should be used only as a development aid. Now may be a good time to au ...
https://man.plustar.jp/django/releases/1.7.3.html - [similar]
タイムゾーン — Django 4.0.6 ドキュメント 4908
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... きに有用です。 Even if your website is available in only one time zone, it's still good practice to store d ... oblem is to use UTC in the code and use local time only when interacting with end users. Time zone support ... is a candidate for subtle bugs that will bite you only once or twice a year. For these reasons, time zone ... is enabled, the database layer expects to receive only aware datetimes from your code. This warning occur ...
https://man.plustar.jp/django/topics/i18n/timezones.html - [similar]
django.core.exceptions — Django 4.0.6 ドキュメント 4826
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion ): """The query returned multiple objects when only one was expected.""" pass [ドキュメント] class Sus ... mpossible.""" pass [ドキュメント] class SynchronousOnlyOperation ( Exception ): """The user tried to call ... a sync-only function from an async context.""" pass クイック検 ...
https://man.plustar.jp/django/_modules/django/core/exceptions.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 4826
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 。取得方法は、 CSRF_USE_SESSIONS と CSRF_COOKIE_HTTPONLY を設定したかどうかによって変わります。 CSRF_USE_SE ... SSIONS と CSRF_COOKIE_HTTPONLY が False に設定されている場合にトークンを取得する ... the token if CSRF_USE_SESSIONS or CSRF_COOKIE_HTTPONLY is True ¶ If you activate CSRF_USE_SESSIONS or CSR ... F_COOKIE_HTTPONLY , you must include the CSRF token in your HTML and ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 4826
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g XMLHttpRequest. In the context of a browser, the only way that a custom header of this nature can be add ... QL will not be visible during testing. This change only affects the testing process. You can still use cus ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 4826
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to provide a range of options , with the most commonly-used being <app_label>/<model_name>_list.html , wi ... we want to write a class-based view that responds only to POST , we'll subclass View and write a post() m ... lational database, so we've left that bit out. The only bit of the view that needs to worry about using Si ... of thumb is: ヒント Each of your views should use only mixins or views from one of the groups of generic ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
Djangoの設定 — Django 4.0.6 ドキュメント 4826
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . For example, change its file permissions so that only you and your web server's user can read it. This i ... import models Note that calling django.setup() is only necessary if your code is truly standalone. When i ... jango will handle this for you. django.setup() may only be called once. Therefore, avoid putting reusable ...
https://man.plustar.jp/django/topics/settings.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT