検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 121 for required (0.304 sec.)
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5650
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e the admin navigation sidebar. auth ¶ auth.E001 : REQUIRED_FIELDS must be a list or tuple. auth.E002 : The fi ... LD for a custom user model must not be included in REQUIRED_FIELDS . auth.E003 : <field> must be unique becaus ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Multiple object mixins — Django 4.0.6 ドキュメント 5650
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... operating on. self.object_list may be, but is not required to be, a QuerySet . Extends TemplateResponseMixin ...
https://man.plustar.jp/django/ref/class-based-views/mixins-multiple-object.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 5650
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ValidationError ( _ ( 'Missing title.' ), code = 'required' ), 'pub_date' : ValidationError ( _ ( 'Invalid da ... can be written to the database. Most fields don't require data preparation. Simple data types, such as intege ... absolute_url() must contain only ASCII characters (required by the URI specification, RFC 2396#section-2 ) and ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
SchemaEditor — Django 4.0.6 ドキュメント 5650
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ange, but will not issue ALTERs where no change is required. 属性 ¶ 特に言及されない限り、すべての属性は読み取 ...
https://man.plustar.jp/django/ref/schema-editor.html - [similar]
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 5650
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... # Assigning content does change, no render() call required >>> t . content = t . rendered_content >>> print ( ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 5650
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... when contrib.gis was first released, GDAL is now a required dependency for GeoDjango. In older versions, it's ... only required for SQLite. contrib.gis.maps is removed as it inte ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 5650
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... last_name = forms . CharField ( max_length = 30 , required = False ) 管理サイトでユーザーを編集する時にもこの ... 345 . Subclasses of AbstractBaseUser are no longer required to implement get_short_name() and get_full_name() ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 5650
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ne the form class in another way, the attribute is required and the view will raise an ImproperlyConfigured ex ... s.py ¶ from django.contrib.auth.mixins import LoginRequiredMixin from django.views.generic.edit import CreateV ... models import Author class AuthorCreateView ( LoginRequiredMixin , CreateView ): model = Author fields = [ 'na ... . user return super () . form_valid ( form ) LoginRequiredMixin prevents users who aren't logged in from acce ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
テストツール — Django 4.0.6 ドキュメント 5650
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... k of code is executing within a transaction, as is required when using select_for_update() . In those cases, y ... you have multiple databases, multiple flushes are required (one for each database), which can be a time consu ... keyword arguments should not have the HTTP_ prefix required by the synchronous client (see Client.get() ). For ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
django.utils.functional — Django 4.0.6 ドキュメント 5588
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... azy evaluated callable. result classes or types is required -- at least one is needed so that the automatic fo ...
https://man.plustar.jp/django/_modules/django/utils/functional.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT