検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 153 for don (0.090 sec.)
Django 4.0 release notes — Django 4.0.6 ドキュメント 4859
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s Python 3.8, 3.9, and 3.10. We highly recommend and only officially support the latest release of each s ... aints which were created using AddConstraintNotValid on PostgreSQL. The new ArraySubquery() expression al ... ument of QuerySet.select_for_update() is now allowed on MariaDB 10.6+. Lookup expressions may now be used ... rue . The setting is removed. Most modern browsers don't honor the X-XSS-Protection HTTP header. You can ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
ミドルウェア (Middleware) — Django 4.0.6 ドキュメント 4859
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ません。 Unlike the __call__() method which is called once per request, __init__() is called only once , w ... from calling its get_response callable. Middleware don't need to worry about wrapping their call to get_r ... go will individually adapt them as required if you do not, at an additional performance penalty. Here's a ...
https://man.plustar.jp/django/topics/http/middleware.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 4708
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... () method is called by fields such as ForeignKey and OneToOneField that point to another field to determi ... le and unexpected matching when a query is performed on these types and the provided value is an integer, ... ypes ¶ If you have created a db_type() method, you don't need to worry about get_internal_type() -- it wo ... irely new field from scratch. Put a __str__() method on the class you're wrapping up as a field. There ar ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
はじめての Django アプリ作成、その 5 — Django 4.0.6 ドキュメント 4708
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... our TIME_ZONE in settings.py isn't correct. If you don't remember setting it earlier, check it before con ... Questions with a pub_date in the past are displayed on the index page. """ question = create_question ( ... tions with a pub_date in the future aren't displayed on the index page. """ create_question ( question_te ...
https://man.plustar.jp/django/intro/tutorial05.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 4708
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hy use a text-based template instead of an XML-based one (like Zope's TAL)? We wanted Django's template l ... いでください: {{ data | default :"3 < 2" }} {# Bad! Don't do this. #} この事が、変数自身に由来するデータに ... ou can also access methods you've explicitly defined on your own models: models.py ¶ class Task ( models ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 4708
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 2.7, 3.2, 3.3, 3.4, or 3.5. We highly recommend and only officially support the latest release of each s ... orted way to retrieve fields and filter fields based on their attributes . The Model._meta object has bee ... on PostgreSQL and as a fixed length character field on other backends. There is a corresponding form fie ... e and time related arithmetic has also been improved on all backends. There is a corresponding form field ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
フォームを使う — Django 4.0.6 ドキュメント 4708
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -hidden fields. For example, because hidden fields don't display anything, putting error messages "next t ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 4708
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... の親である Tim Berners-Lee の優れた解説、 Cool URIs don't change を参照してください。 概要 ¶ アプリケーショ ... match the first pattern in the list, not the second one, because the patterns are tested in order, and t ... styles are mixed, any unnamed groups are ignored and only named groups are passed to the view function. ネ ... been discussing in the previous sections. The second one is what is known as reverse resolution of URLs , ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 4708
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hange to your models or fields - even options that don't affect the database - as the only way it can rec ... ooks Running migrations: Rendering model states... DONE Applying books.0003_auto... OK マイグレーションを ... ooks Running migrations: Rendering model states... DONE Unapplying books.0003_auto... OK ...\> py manage. ... ooks Running migrations: Rendering model states... DONE Unapplying books.0003_auto... OK If you want to r ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
索引 — Django 4.0.6 ドキュメント 4568
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in (JavaScriptCatalog の属性) (models.Site の属性) Don't repeat yourself Driver (django.contrib.gis.gdal ... ginView の属性) (LogoutView の属性) (PasswordChangeDoneView の属性) (PasswordChangeView の属性) (Password ... 性) (PasswordResetConfirmView の属性) (PasswordResetDoneView の属性) (PasswordResetView の属性) extra_emai ... ctMixin のメソッド) (ModelAdmin のメソッド) get_readonly_fields() (ModelAdmin のメソッド) get_redirect_fi ...
https://man.plustar.jp/django/genindex.html - [similar]
PREV 6 7 8 9 10 11 12 13 14 15 16 NEXT