検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 250 for have (0.109 sec.)
Django 1.2.4 release notes — Django 4.0.6 ドキュメント 4873
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n the model being viewed, or cross relations which have been explicitly allowed by the application develop ... new features, but in the case of Django 1.2.4, we have made an exception to this rule. One of the bugs fi ...
https://man.plustar.jp/django/releases/1.2.4.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 4873
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mize the default manager. For example, suppose you have this base class: class AbstractBase ( models . Mod ... , as that would override the default and you would have to also explicitly include all the managers from t ... r managing collections of objects. Since you can't have a collection of abstract objects, it doesn't make ... sense to be managing them. If you have functionality that applies to the abstract model, ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 4873
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... emplate context processors. The common API doesn't have an equivalent concept. Context data is passed in a ... u've written a news story and want some stories to have custom templates, use something like select_templa ... y, with a fallback template for stories that don't have custom templates. It's possible -- and preferable ... ing functions with arguments. Since Jinja2 doesn't have that limitation, it's recommended to put the funct ...
https://man.plustar.jp/django/topics/templates.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 4803
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... C_ROOT isn't empty), files are copied only if they have a modified timestamp greater than the timestamp of ... AGE after each run and passes a list of paths that have been found by the management command. It also rece ... es might reference other static files that need to have their paths replaced, multiple passes of replacing ... to 5. To enable the ManifestStaticFilesStorage you have to make sure the following requirements are met: t ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
Paginator — Django 4.0.6 ドキュメント 4803
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rphans ¶ Optional. Use this when you don't want to have a last page with very few items. If the last page ... would normally have a number of items less than or equal to orphans , ... ans pages are never combined and the last page may have one item. Paginator. allow_empty_first_page ¶ Opti ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 4803
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... model automatically. You can override this if you have any special requirements; see below for examples. ... ccess_url = reverse_lazy ( 'author-list' ) 注釈 We have to use reverse_lazy() instead of reverse() , as th ... es myapp/author_confirm_delete.html If you wish to have separate templates for CreateView and UpdateView , ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 4803
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ll the server about copies of a resource that they have already seen. This is commonly used when retrievin ... obably best explained with an example. Suppose you have this pair of models, representing a small blog sys ... iate tool for your particular problem here. If you have a way to compute ETags and modification times quic ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
Database migration operations — Django 4.0.6 ドキュメント 4743
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er privileges. If the Django database user doesn't have the appropriate privileges, you'll have to create ...
https://man.plustar.jp/django/ref/contrib/postgres/operations.html - [similar]
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 4743
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t app template in Django 1.9 means those files now have some invalid Python syntax. This causes difficulti ... created as manage.py . Please file a ticket if you have a custom project template containing .py-tpl files ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 4743
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... where you would like to delay the translation, but have to pass the translatable string as argument to ano ... laceholders: {% blocktranslate %} This string will have {{ value }} inside. {% endblocktranslate %} テンプ ... translate with myvar = value | filter %} This will have {{ myvar }} inside. {% endblocktranslate %} You ca ... n context processor, then each RequestContext will have access to LANGUAGES , LANGUAGE_CODE , and LANGUAGE ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]