検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 331 for using (0.199 sec.)
Django 1.8.8 リリースノート — Django 4.0.6 ドキュメント 5123
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... index on CharField and TextField respectively when using AlterField on PostgreSQL ( #25412 ). Fixed a state ... bug when using an AlterModelManagers operation ( #25852 ). Fixed ... a regression which prevented using a language not in Django's default language list ( ... ート 関連キーワード Fixed , when , values , filter , using , which , read , formats , list , we クイック検索 ...
https://man.plustar.jp/django/releases/1.8.8.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 5123
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... te is a text document or a Python string marked-up using the Django template language. Some constructs are ... 数を定義しています。 get_template ( template_name , using = None ) ¶ この関数は、指定した名前のテンプレートを ... lar template engine, pass the engine's NAME in the using argument. select_template ( template_name_list , u ... like so: get_template ( 'news/story_detail.html' ) Using the same TEMPLATES option as above, this will atte ...
https://man.plustar.jp/django/topics/templates.html - [similar]
Django を Apache と mod_wsgi とともに使うには? — Django 4.0.6 ドキュメント 5077
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... encies inside a virtual environment , add the path using WSGIPythonHome . See the mod_wsgi virtual environm ... he2/envvars で可能です。 Alternatively, if you are using mod_wsgi daemon mode you can add lang and locale o ... b to whichever web server you choose. We recommend using a separate web server -- i.e., one that's not also ... setting up Apache, or whichever web server you're using, to serve the admin files. admin ファイルは Django ...
https://man.plustar.jp/django/howto/deployment/wsgi/modwsgi.html - [similar]
The form rendering API — Django 4.0.6 ドキュメント 5077
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rendering API ¶ Django's form widgets are rendered using Django's template engines system . The form render ... setting the Form.default_renderer attribute or by using the renderer argument of Widget.render() . Use one ... hen from the installed apps' templates directories using the app_directories loader. If you want to render ... sed on what's configured in the TEMPLATES setting. Using this renderer along with the built-in templates re ...
https://man.plustar.jp/django/ref/forms/renderers.html - [similar]
Django 1.6.1 release notes — Django 4.0.6 ドキュメント 5077
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... possible to specify multiple locales in one run by using the option multiple times (#21488, #17181). Fixed ... n (#21486). Fixed test client logout() method when using the cookie-based session backend (#21448). Fixed a ... RHEL6 reported) (#21355). Fixed a regression when using generic relations in ModelAdmin.list_filter (#2143 ... , regression , crash , related , multiple , from , using クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/1.6.1.html - [similar]
Django 1.7.9 release notes — Django 4.0.6 ドキュメント 5077
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eys, potentially filling up the session store or causing other users' session records to be evicted. The bu ... newlines entering your data only exists if you are using these validators outside of the form fields. The u ... integer() function is now stricter as it validates using a regular expression instead of simply casting the ... value using int() and checking if an exception was raised. Bug ...
https://man.plustar.jp/django/releases/1.7.9.html - [similar]
Django 2.0.7 リリースノート — Django 4.0.6 ドキュメント 5077
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... した。 Bugfixes ¶ Fixed admin changelist crash when using a query expression without asc() or desc() in the ... ordering ( #29428 ). Fixed admin check crash when using a query expression in ModelAdmin.ordering ( #29428 ... .0.6 リリースノート 関連キーワード Fixed , crash , using , ordering , expression , query , when , admin , B ...
https://man.plustar.jp/django/releases/2.0.7.html - [similar]
一対一 (one-to-one) 関係 — Django 4.0.6 ドキュメント 5077
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s are examples of operations that can be performed using the Python API facilities. Create a couple of Plac ... hasattr ( p2 , 'restaurant' ) False Set the place using assignment notation. Because place is the primary ... Ace Hardware the place> Set the place back again, using assignment in the reverse direction: >>> p1 . rest ... : Demon Dogs the place>]> You can query the models using lookups across relationships : >>> Restaurant . ob ...
https://man.plustar.jp/django/topics/db/examples/one_to_one.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 5077
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Register custom converter classes in your URLconf using register_converter() : from django.urls import pat ... cles/<yyyy:year>/' , views . year_archive ), ... ] Using regular expressions ¶ If the paths and converters ... Here's the example URLconf from earlier, rewritten using regular expressions: from django.urls import path ... the regular expression makes. When switching from using path() to re_path() or vice versa, it's particular ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 5031
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... backwards incompatible for some users. If you are using a 32-bit platform, you're off the hook; you'll obs ... s on 64-bit platforms may experience some problems using the reset management command. Prior to this change ... is technically backwards-incompatible if you were using the redirect_to view with a format-string key call ... the life-cycle of the database tables for a model using the managed model option. This defaults to True , ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT