検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 81 for generic (0.011 sec.)
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 6638
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xpected. Permanent redirects and the redirect_to() generic view ¶ Django 1.1 adds a permanent argument to the ... django.views.generic.simple.redirect_to() view. This is technically bac ... fields on the form, respectively. The redirect_to generic view now accepts an additional keyword argument pe ... behavior Permanent redirects and the redirect_to() generic view Features deprecated in 1.1 What's new in Djan ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
django.utils.translation — Django 4.0.6 ドキュメント 6597
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Error ( "Unknown language code %s ." % lang_code ) generic_lang_code = lang_code . split ( "-" )[ 0 ] try : i ... nfo = LANG_INFO [ generic_lang_code ] except KeyError : raise KeyError ( "Un ... known language code %s and %s ." % ( lang_code , generic_lang_code ) ) if info : info [ "name_translated" ] ...
https://man.plustar.jp/django/_modules/django/utils/translation.html - [similar]
Multiple object mixins — Django 4.0.6 ドキュメント 6597
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mixins ¶ MultipleObjectMixin ¶ class django.views.generic.list. MultipleObjectMixin ¶ オブジェクトのリストを ... はすべて 404 エラーとなります。 Extends django.views.generic.base.ContextMixin メソッドと属性 allow_empty ¶ 有効 ... leObjectTemplateResponseMixin ¶ class django.views.generic.list. MultipleObjectTemplateResponseMixin ¶ A mixi ...
https://man.plustar.jp/django/ref/class-based-views/mixins-multiple-object.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6515
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... instantiating a ChoiceField . ジェネリックビュー (generic view) ¶ Generic views that use MultipleObjectMixin ... alize model managers as part of the model state. A generic mechanism to handle the deprecation of model field ... 1.8.5. Assigning unsaved objects to a ForeignKey , GenericForeignKey , and OneToOneField now raises a ValueEr ... default values which are the result of a callable. GenericIPAddressField.empty_strings_allowed is now False . ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 6515
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... b.contenttypes ¶ The new absolute_max argument for generic_inlineformset_factory() allows customizing the max ... ore details. The new can_delete_extra argument for generic_inlineformset_factory() allows removal of the opti ... hen instantiating the formset. ジェネリックビュー (generic view) ¶ The week_format attributes of WeekMixin an ... ファイルのアップロード フォーム ジェネリックビュー (generic view) 管理コマンド マイグレーション モデル ページネ ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
ページネーション — Django 4.0.6 ドキュメント 6515
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 利用できます。 Paginating a ListView ¶ django.views.generic.list.ListView provides a builtin way to paginate t ... to your view class, for example: from django.views.generic import ListView from myapp.models import Contact c ...
https://man.plustar.jp/django/topics/pagination.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 6488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ib.auth.views django.contrib.contenttypes Provides generic interface to installed models. django.contrib.cont ... ors.http django.views.decorators.vary django.views.generic.dates django.views.i18n クイック検索 Last update: ...
https://man.plustar.jp/django/py-modindex.html - [similar]
クラスベースビュー mixin — Django 4.0.6 ドキュメント 6488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s mixinを編集する Date-based mixins 前のトピックへ Generic date ビュー 次のトピックへ Simple mixins 関連キーワ ...
https://man.plustar.jp/django/ref/class-based-views/mixins.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... iew variable in class-based views context ¶ In all generic class-based views (or any class-based view inherit ... atetimes between time zones. See localtime() . The generic views support OPTIONS requests. Management command ... views ¶ For consistency with the other date-based generic views, YearArchiveView now passes year in the cont ... iew ¶ For consistency with the design of the other generic views, TemplateView no longer passes a params dict ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 6447
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . For example, if you'd like to run tests only for generic relations and internationalization, type:   $ ./ ... runtests.py --settings = path.to.settings generic_relations i18n ...\> runtests.py --settings=path.t ... o.settings generic_relations i18n How do you find out the names of in ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT