検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 176 for None (0.107 sec.)
Coding style — Django 4.0.6 ドキュメント 4600
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cept try : import yaml except ImportError : yaml = None CONSTANT = 'foo' class Example : # ... Use conveni ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
Writing documentation — Django 4.0.6 ドキュメント 4600
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... class:: Author(first_name, last_name, middle_name=None) A person who writes books. ``first_name`` is ... ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 4600
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... True, will result in Python numbers, booleans and None not being converted to a string (they keep their o ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 4600
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... code (No Content) for AJAX requests when there is no next parameter in POST or GET . The JavaScriptCatalo ... 代入チェックの廃止 ¶ In older versions, assigning None to a non-nullable ForeignKey or OneToOneField rais ... ed ValueError('Cannot assign None: "model.field" does not allow null values.') . For ... lt error views now raise TemplateDoesNotExist if a nonexistent template_name is specified. The unused choi ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
ビューを記述する — Django 4.0.6 ドキュメント 4600
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... def response_error_handler ( request , exception = None ): return HttpResponse ( 'Error handler content' , ...
https://man.plustar.jp/django/topics/http/views.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 4567
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... his is a security release, send out pre-notification one week before the release. The template for that em ... ses/ $MAJOR_VERSION /Django- $RELEASE_VERSION -py3-none-any.whl $ deactivate This just tests that the tarb ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 4567
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cally. This is useful when apps.py defines more than one AppConfig subclass and you want Django to use one ... from 'django/contrib/admin/models.py'> . It may be None if the application doesn't contain a models module ...
https://man.plustar.jp/django/ref/applications.html - [similar]
Generic date ビュー — Django 4.0.6 ドキュメント 4567
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l be made available to the context. If False , the None queryset will be used as the object list. By defau ...
https://man.plustar.jp/django/ref/class-based-views/generic-date-based.html - [similar]
メッセージフレームワーク — Django 4.0.6 ドキュメント 4567
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... back to default. messages . set_level ( request , None ) Similarly, the current effective level can be re ... client initiates a request that creates a message in one window (or tab) and then another that fetches any ...
https://man.plustar.jp/django/ref/contrib/messages.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 4567
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... te resolution works: the file that is first found in one of the specified locations will be used. If you'r ... setting the manifest_strict attribute to False -- nonexistent paths will remain unchanged. Due to the req ... stStaticFilesStorage. file_hash ( name , content = None ) ¶ The method that is used when creating the hash ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]