検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 190 for new (0.072 sec.)
Django のセキュリティポリシー — Django 4.0.6 ドキュメント 5774
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eive security updates for a specified period. When new releases are issued for security reasons, the acco ... e to determine that, and will not issue patches or new releases for those versions. How Django discloses ... disclosure involves multiple steps. Approximately one week before public disclosure, we send two notifica ... ch the Django team will apply these patches, issue new releases and publicly disclose the issue. On the d ...
https://man.plustar.jp/django/internals/security.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 5709
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ntation spaces to use in the output. Defaults to None which displays all data on single line. --exclude E ... r is shown in the terminal. Fixtures compression ¶ New in Django 3.2. The output file can be compressed w ... (same as --no-location ). Requires gettext 0.19 or newer. --keep-pot ¶ .po ファイルが作成される前に生成さ ... the staticfiles contrib app is enabled (default in new projects) the runserver command will be overridden ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 5676
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... imiting the maximum number of instantiated forms ¶ New in Django 3.2. The absolute_max parameter to forms ... ムを操作することが容易となります。 error_messages ¶ New in Django 3.2. The error_messages argument lets yo ... ELETE"></td></tr> Similar to can_order this adds a new field to each form named DELETE and is a forms.Boo ... he widget used with can_delete . deletion_widget ¶ New in Django 4.0. BaseFormSet. deletion_widget ¶ Defa ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 5632
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... closed. If the code associated with a patch adds a new feature, or modifies behavior of an existing featu ... ease , all RemovedInDjangoXXWarning s matching the new version are removed. JavaScript patches ¶ For info ... only to the main branch don't need a release note. New Features ¶ Are there tests to "exercise" all of th ... e new code? Is there a release note in docs/releases/A.B ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 5632
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... アップデートするときは、 How to upgrade Django to a newer version ガイドに従ってください。 Django 1.11 is ... ーションは Django 2.0 と互換可能となります。 What's new in Django 1.11 ¶ クラスベースモデルのインデックス ... and isvalid lookup. django.contrib.postgres ¶ The new distinct argument for StringAgg determines if conc ... atenated values will be distinct. The new GinIndex and BrinIndex classes allow creating GIN ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 5632
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... stance. If it's not supplied, save() will create a new instance of the specified model: >>> from myapp.mo ... a. >>> f = ArticleForm ( request . POST ) # Save a new Article object from the form's data. >>> new_artic ... rm ( request . POST ) # Create, but don't save the new author instance. >>> new_author = f . save ( commi ... t = False ) # Modify the author in some way. >>> new_author . some_field = 'some_value' # Save the new ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
Django 1.8.4 リリースノート — Django 4.0.6 ドキュメント 5599
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... This could allow an attacker to easily create many new session records by sending repeated requests, pote ... s ¶ Added the ability to serialize values from the newly added UUIDField ( #25019 ). Added a system check ... TEMPLATE_* settings are defined in addition to the new TEMPLATES setting. Fixed QuerySet.raw() so Invalid ... , when , filling , records , up , Fixed , store , new , Prevented , create クイック検索 Last update: 202 ...
https://man.plustar.jp/django/releases/1.8.4.html - [similar]
ファイルの管理 — Django 4.0.6 ドキュメント 5567
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... h >>> car . photo . name = 'cars/chevy_ii.jpg' >>> new_path = settings . MEDIA_ROOT + car . photo . name ... on the filesystem >>> os . rename ( initial_path , new_path ) >>> car . save () >>> car . photo . path '/ ... media/cars/chevy_ii.jpg' >>> car . photo . path == new_path True To save an existing file on disk to a Fi ... storage . save ( 'path/to/file' , ContentFile ( b 'new content' )) >>> path 'path/to/file' >>> default_st ...
https://man.plustar.jp/django/topics/files.html - [similar]
The form rendering API — Django 4.0.6 ドキュメント 5523
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango.forms' in INSTALLED_APPS and at least one engine with APP_DIRS=True . Adding the built-in templates ... located. Context available in formset templates ¶ New in Django 4.0. Formset templates receive a context ... et instance. Context available in form templates ¶ New in Django 4.0. Form templates receive a context fr ... purposes. Overriding built-in formset templates ¶ New in Django 4.0. BaseFormSet.template_name To overri ...
https://man.plustar.jp/django/ref/forms/renderers.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 5523
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ください。 alias() ¶ alias ( * args , ** kwargs ) ¶ New in Django 3.2. Same as annotate() , but instead of ... d). distinct() ¶ distinct ( * fields ) ¶ Returns a new QuerySet that uses SELECT DISTINCT in its SQL quer ... eatles Blog' , 'tagline' : 'All the latest Beatles news.' }] > The values() method takes optional positio ... 'Beatles Blog', 'tagline': 'All the latest Beatles news.'}]> >>> Blog . objects . values ( 'id' , 'name' ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT