検索

phrase: max: clip:
target: order:
Results of 91 - 98 of about 98 for read (0.094 sec.)
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 5423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g ビューが追加されました。 HttpResponse メソッドに readable() と seekable() を追加して、インスタンスを str ... s_code of 100-199, 204, or 304. Most web servers already implement this behavior. Responses retrieved usin ... until Django 2.0 as a courtesy for users who don't read this note. Private attribute django.db.models.Fiel ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 5423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... heck the backend for permissions, just like User already did. This is useful for centralizing permission h ... rs, in addition to and , or and not , which were already supported. Also, filters may now be used in the i ... ey based object references in a fixture, improving readability and resolving problems referring to objects ... forms. See 表示形式のローカル化 for more details. readonly_fields in ModelAdmin ¶ django.contrib.admin.Mo ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 5423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tes only the states for the migrations that have already been applied. The model states for migrations bei ... ested URL. To circumvent the empty referer check already implemented, some web bots set the referer to the ... Exist error if a template source existed but was unreadable. This could happen under many circumstances, s ... values sent to the database as query parameters or read from the database in query results. This change af ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 5423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... の場合、この属性は True となります。 is_anonymous ¶ Read-only attribute which is always False . This is a w ... aseUserAdmin from django.contrib.auth.forms import ReadOnlyPasswordHashField from django.core.exceptions i ... sabled password hash display field. """ password = ReadOnlyPasswordHashField () class Meta : model = MyUse ... .MyUser' Changed in Django 3.2: In older versions, ReadOnlyPasswordHashField is not disabled by default an ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 5423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e to check that your web server has permissions to read and write to this location. クッキーを使ったセッシ ... n convenience and security. If you wish to store more advanced data types including datetime and Decimal i ... mented' , False ): return HttpResponse ( "You've already commented." ) c = comments . Comment ( comment = ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 5423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... fier for it when comes the time of reversing URLs. Read the next section to know about the solution Django ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
タイムゾーン — Django 4.0.6 ドキュメント 5423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tetime provided by Django -- for instance, a value read from a form or a model field. Since you enabled ti ... d by your code, which is naive (or you wouldn't be reading this). Generally, the correct solution is to ch ...
https://man.plustar.jp/django/topics/i18n/timezones.html - [similar]
テストツール — Django 4.0.6 ドキュメント 5227
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ); } }); }); })(jQuery);(function($) { $(document).ready(function() { $(".c-tab-unix").on("click", functio ... イルなどのバイナリデータが含まれている場合には、 rb (read binary、バイナリ読み込み) モードで開かなければなら ... e same database connection will be shared by two threads in parallel: the thread in which the live server ... is run and the thread in which the test case is run. It's important to p ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT