検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 31 for hand (0.020 sec.)
Paginator — Django 4.0.6 ドキュメント 7651
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lass ¶ You usually won't construct Page objects by hand -- you'll get them by iterating Paginator , or by ... eptions are subclasses of InvalidPage , so you can handle them both with except InvalidPage . 目次 Paginat ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 7554
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... veral categories: Tutorials take the reader by the hand through a series of steps to create something. The ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 7441
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... me/polls.com/core/static/css/base.css On the other hand, by setting the --verbosity flag to 2, you can get ... age storage backend which stores the file names it handles by appending the MD5 hash of the file's content ... . The builtin template tag static which takes a path and urljoins it with the static prefix STATIC_URL . I ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 7441
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... GET middleware ¶ class ConditionalGetMiddleware ¶ Handles conditional GET operations. If the response doe ... you'd want to set this header there. On the other hand, if you are using Django to do something like requ ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 7441
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on's logging facilities . Contrib support for easy handling of static files . Django's testing framework n ... s part of your Django project. A number of logging handlers and logging calls have been added to Django's ... or emails sent on an HTTP 500 server error are now handled as a logging activity. See the documentation on ... interface for more details. Extended static files handling ¶ Django 1.3 ships with a new contrib app -- d ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 7441
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the command-line client for the database. The flush and sqlflush commands now include SQL to reset sequen ... uples are now lists. The admin calendar widget now handles two-digit years according to the Open Group Spe ... isnull lookup with non-boolean values as the right-hand side is deprecated, use True or False instead. The ... ieved by passing aliases in a RawSQL instead beforehand. The NullBooleanField model field is deprecated in ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 7441
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... non-nested) arrays containing expressions as right-hand sides. The new OpClass() expression allows creatin ... ter subclasses can now define the html_template_path and text_template_path properties to override the tem ... eports. ファイルのアップロード ¶ The new FileUploadHandler.upload_interrupted() callback allows handling i ... ved in Django 4.1. DiscoverRunner now enables faulthandler by default. This can be disabled by using the t ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 7441
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... h FormMixin , object deletion for POST requests is handled in form_valid() . Custom delete logic in delete ... () handlers should be moved to form_valid() , or a shared ... eteView changes ¶ DeleteView now uses FormMixin to handle POST requests. As a consequence, any custom dele ... tion logic in delete() handlers should be moved to form_valid() , or a shared ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 7441
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... generate_relationships () except IntegrityError : handle_exception () add_children () In this example, ev ... s() will already have been rolled back safely when handle_exception() is called, so the exception handler ... iceable. It has the drawback of breaking the error handling described above. You may use atomic when autoc ... write is instead rolled back (typically when an unhandled exception is raised in an atomic() block), your ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 7441
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... - will be required from the database. On the other hand, certain operations will force the evaluation of a ... responses for all modern browsers, saving bandwidth and transfer time. Note that GZipMiddleware is curren ...
https://man.plustar.jp/django/topics/performance.html - [similar]
PREV 1 2 3 4 NEXT