検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 438 for For (0.138 sec.)
Measurement Objects — Django 4.0.6 ドキュメント 5220
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rib.gis.measure module contains objects that allow for convenient representation of distance and area uni ... 1 ) 5.0 km >>> d2 = D ( mi = 5 ) # `D` is an alias for `Distance` >>> print ( d2 ) 5.0 mi For conversions ... 8.04672 Moreover, arithmetic operations may be performed between the distance objects: >>> print ( d1 + ... efixed with sq_ (area units are square in nature). For example, Area(sq_m=2) creates an Area object repre ...
https://man.plustar.jp/django/ref/contrib/gis/measure.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 5220
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... を開始しました。 このリリースから Django は loose form of semantic versioning を使用し始めますが、通常 2 ... ields() method allow using a Select2 search widget for ForeignKey and ManyToManyField . django.contrib.au ... th ¶ The default iteration count for the PBKDF2 password hasher is increased from 36,00 ... 100,000. django.contrib.gis ¶ Added MySQL support for the AsGeoJSON function, GeoHash function, IsValid ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 5220
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ow level way to authenticate a set of credentials; for example, it's used by the RemoteUserMiddleware . U ... probably won't use this. Rather if you're looking for a way to login a user, use the LoginView . 権限と認 ... ed to users with the "view" or "change" permission for that type of object. "追加"フォームのビューにアクセ ... min class, it is possible to customize permissions for different object instances of the same type. User ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
Advice for new contributors — Django 4.0.6 ドキュメント 5153
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Index | Modules « previous | up | next » Advice for new contributors ¶ New contributor and not sure wh ... don't know how to get started? This is the section for you. Get up and running! If you are new to contrib ... nt area. Consider writing a patch that adds a test for the bug's behavior, even if you don't fix the bug ... lf. See more at How can I help with triaging? Look for tickets that are accepted and review patches to bu ...
https://man.plustar.jp/django/internals/contributing/new-contributors.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 5153
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... next » Submitting patches ¶ We're always grateful for patches to Django's code. Indeed, bug reports with ... hanges ¶ If you are fixing a really trivial issue, for example changing a word in the documentation, the ... a Trac ticket. See the Working with Git and GitHub for more details on how to use pull requests. "Claimin ... be as effective as possible. Hence, our policy is for contributors to "claim" tickets in order to let ot ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 5153
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s all middleware components that come with Django. For information on how to use them and how to write yo ... urn HttpResponse () Changed in Django 3.2: Support for the no_append_slash() decorator was added. Sets th ... e Content-Length header for non-streaming responses. CommonMiddleware. respons ... become exposed to a number of possible attacks. Before using GZipMiddleware on your site, you should con ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 5128
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sible. Documentation changes generally come in two forms: General improvements: typo corrections, error f ... ct.com/ , we edit it as a collection of text files for maximum flexibility. These files live in the top-l ... because it's highly advantageous to have the docs for the last release be up-to-date and correct (see バ ... based on docutils . The basic idea is that lightly-formatted plain-text documentation is transformed into ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 5095
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... re.management.base のソースコード """ Base classes for writing management commands (named commands which ... warnings from argparse import ArgumentParser , HelpFormatter from io import TextIOBase import django from ... one , namespace = None ): # Catch missing argument for a better error message if self . missing_args_mess ... d not ( args or any ( not arg . startswith ( "-" ) for arg in args ) ): self . error ( self . missing_arg ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 5095
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tion that can easily be served in production. 参考 For an introduction to the static files app and some u ... nage static files (e.g. images, JavaScript, CSS) . For guidelines on deploying static files, see How to d ... loy static files . 設定 ¶ See staticfiles settings for details on the following settings: STATIC_ROOT STA ... an the timestamp of the file in STATIC_ROOT . Therefore if you remove an application from INSTALLED_APPS ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 5095
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... スノート ¶ Django 1.0 へようこそ! We've been looking forward to this moment for over three years, and it's ... tions overtake those made privately. Stability and forwards-compatibility ¶ The release of Django 1.0 com ... es with a promise of API stability and forwards-compatibility. In a nutshell, this means that ... ed, and you should need to make only minor changes for any 1.X release. See the API stability guide for f ...
https://man.plustar.jp/django/releases/1.0.html - [similar]