検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 225 for also (0.047 sec.)
Unicode data — Django 4.0.6 ドキュメント 4136
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... opriate encoding for talking to the database. They also automatically convert strings retrieved from the d ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 4136
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oin the discussions! Django's online documentation also includes pointers on how to contribute to Django: ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 4136
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nts in generated migration file(s). This option is also available for squashmigrations . runserver can now ... Form Media assets are now merged using a topological sort algorithm, as the old pairwise merging algorith ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 4136
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ill usually be a username of some kind, but it can also be an email address, or any other unique identifie ... ing a manager for a custom user model ¶ You should also define a custom manager for your user model. If yo ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 4136
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... b.sessions.backends.file" に設定します。 You might also want to set the SESSION_FILE_PATH setting (which d ... ession store). Calling save() on a new session may also work but has a small chance of generating a sessio ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
ビューを記述する — Django 4.0.6 ドキュメント 4136
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... As well as being synchronous functions, views can also be asynchronous ("async") functions, normally defi ...
https://man.plustar.jp/django/topics/http/views.html - [similar]
Djangoの設定 — Django 4.0.6 ドキュメント 4136
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ings . configure ( myapp_defaults , DEBUG = True ) Also, it's an error to call configure() more than once, ...
https://man.plustar.jp/django/topics/settings.html - [similar]
GIS QuerySet API リファレンス — Django 4.0.6 ドキュメント 4043
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... where necessary using the ST_Polygon function. See also the introduction to raster lookups . The database ...
https://man.plustar.jp/django/ref/contrib/gis/geoquerysets.html - [similar]
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 4043
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... itted text obeys to some character rules. This can also be done on field definition so: slug = forms . Slu ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]
ビルトインのクラスベースのジェネリックビュー — Django 4.0.6 ドキュメント 4043
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the model and template layers, but web developers also experience this boredom at the view level. Django ...
https://man.plustar.jp/django/topics/class-based-views/generic-display.html - [similar]