検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 387 for This (0.058 sec.)
Django のインストール方法 — Django 4.0.6 ドキュメント 4303
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... version. Installing an official release with pip ¶ This is the recommended way to install Django. Install ... use installation won't work. Take a look at venv . This tool provides isolated Python environments, which ... ye on the release notes for the upcoming release . This will help you stay on top of any new features you ... a shell. (Enter git help at a shell prompt to test this.) Check out Django's main development branch like ...
https://man.plustar.jp/django/topics/install.html - [similar]
Django 1.5.4 release notes — Django 4.0.6 ドキュメント 4286
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... » Django 1.5.4 release notes ¶ September 14, 2013 This is Django 1.5.4, the fourth release in the Django ... was imposed on the plaintext length of a password. This allowed a denial-of-service attack through submiss ... lting in the decorator not being properly applied. This usage has been fixed and sensitive_post_parameters ... ーワード release , notes , parameters , sensitive , This , usage , service , admin , up , previous クイック ...
https://man.plustar.jp/django/releases/1.5.4.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 4286
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ミッションは migrate 実行時に自動的に作成されます。 This allows giving users read-only access to models in ... ld transforms. BooleanField can now be null=True . This is encouraged instead of NullBooleanField , which ... le changes in 2.1 ¶ データベースバックエンド API ¶ This section describes changes that may be needed in th ... sher hasher. You can check if that's the case like this: from django.contrib.auth import get_user_model Us ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
Conditional Expressions — Django 4.0.6 ドキュメント 4260
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ntial conflict if a Model has a field named then . This can be resolved in two ways: >>> When ( then__exac ... nd condition matches both Jane Doe and Jack Black. This works just like an if ... elif ... else statement ... lso be combined and nested with other expressions. This allows you to make powerful conditional queries. C ... ients to match their registration dates. We can do this using a conditional expression and the update() me ...
https://man.plustar.jp/django/ref/models/conditional-expressions.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 4260
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... exploit the ordering to insert special cases like this. Here, Django would call the function views.specia ... -empty string, excluding the path separator, '/' . This is the default if a converter isn't included in th ... -empty string, including the path separator, '/' . This allows you to match against a complete URL path ra ... /(?P<slug>[\w-]+)/$' , views . article_detail ), ] This accomplishes roughly the same thing as the previou ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
django.utils.module_loading — Django 4.0.6 ドキュメント 4233
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... D_APPS modules and fail silently when not present. This forces an import on them to register any admin bit ... o keyword parameter as a way to access a registry. This register_to object must have a _registry instance ... registry to the state before the last import # as this import will have to reoccur on the next request an ... d # this could raise NotRegistered and AlreadyRegistered # ...
https://man.plustar.jp/django/_modules/django/utils/module_loading.html - [similar]
Mailing lists — Django 4.0.6 ドキュメント 4233
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gle Groups that are open to anyone. django-users ¶ This is the right place if you are looking to ask any q ... . 注釈 If it's the first time you send an email to this list, your email must be accepted first so don't w ... t if you want to ask for tech support, doing so in this list is inappropriate. django-developers mailing a ... All the ticket updates are mailed automatically to this list, which is tracked by developers and intereste ...
https://man.plustar.jp/django/internals/mailing-lists.html - [similar]
mixinを編集する — Django 4.0.6 ドキュメント 4233
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ModelForms , rather than a standalone form. Since this is a subclass of SingleObjectMixin , instances of ... or queryset . fields ¶ A list of names of fields. This is interpreted the same way as the Meta.fields att ... ribute of ModelForm . This is a required attribute if you are generating the ... class automatically (e.g. using model ). Omitting this attribute will result in an ImproperlyConfigured e ...
https://man.plustar.jp/django/ref/class-based-views/mixins-editing.html - [similar]
アップロードファイルとアップロードハンドラ — Django 4.0.6 ドキュメント 4233
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... le data is stored in request.FILES . Each entry in this dictionary is an UploadedFile object (or a subclas ... ntire uploaded data from the file. Be careful with this method: if the uploaded file is huge it can overwh ... to require reading in multiple chunks. By default this will be any file larger than 2.5 megabytes, but th ... ile. If multiple_chunks() is True , you should use this method in a loop instead of read() . In practice, ...
https://man.plustar.jp/django/ref/files/uploads.html - [similar]
Django 1.8.10 リリースノート — Django 4.0.6 ドキュメント 4233
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is http://mysite.example.com , but redirecting to this URL sends the user to attacker.com . Also, if a de ... F2PasswordHasher and its subclasses has increased. This improves the security of the password as the speed ... 's default number of iterations since Django 1.6). This only affects users who haven't logged in since the ... sswords and the default work factor of the hasher. This method is implemented for PBKDF2PasswordHasher and ...
https://man.plustar.jp/django/releases/1.8.10.html - [similar]