検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 31 for lines (0.007 sec.)
How to implement a custom template backend — Django 4.0.6 ドキュメント 16161
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... curred. 'message' : The exception message. 'source_lines' : The lines before, after, and including the line ... for context, so it shouldn't contain more than 20 lines or so. 'line' : The line number on which the excep ... ken that raised the error. 'total' : The number of lines in source_lines . 'top' : The line number where so ... urce_lines starts. 'bottom' : The line number where source_li ...
https://man.plustar.jp/django/howto/custom-template-backend.html - [similar]
Coding style — Django 4.0.6 ドキュメント 10305
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to PEP 8 is our rules on line lengths. Don't limit lines of code to 79 characters if it means the code look ... se isort to automate import sorting using the guidelines below. Quick start:   $ python -m pip install "i ... modifying any files that don't conform to the guidelines. If you need to have imports out of order (to avoi ... ponents, local Django component, try/excepts. Sort lines in each group alphabetically by the full module na ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 9771
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e BadHeaderError ( "Header values can't contain newlines (got %r for header %r )" % ( val , name ) ) try : ... "Invalid address; address parts cannot contain newlines." ) # Avoid UTF-8 encode, if it's possible. try : ... EMixin : def as_string ( self , unixfrom = False , linesep = " \n " ): """Return the entire formatted messa ... e default as_string() implementation to not mangle lines that begin with 'From '. See bug #13433 for detail ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 8444
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ure each individual commit matches the commit guidelines described below. Contributors are expected to prov ... will likely be more familiar with the commit guidelines - may decide to bring a commit up to standard them ... he commit message as needed to conform to the guidelines and remove the pull request number that's automati ... イン ¶ In addition, please follow the following guidelines when committing code to Django's Git repository: N ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 8444
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... bugs, and edited, added, or removed around 350,000 lines of code. We've also added 40,000 lines of new docu ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 8040
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 。 JSONL ¶ New in Django 3.2. JSONL stands for JSON Lines . With this format, objects are separated by new l ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
WSGI とともにデプロイするには — Django 4.0.6 ドキュメント 7910
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... plication object. For instance you could add these lines at the bottom of wsgi.py : from helloworld.wsgi im ...
https://man.plustar.jp/django/howto/deployment/wsgi/index.html - [similar]
Advice for new contributors — Django 4.0.6 ドキュメント 7910
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oyer. If your contribution is more than one or two lines of code, you need to sign the CLA . See the Contri ... greement FAQ for a more thorough explanation. Guidelines ¶ As a newcomer on a large project, it's easy to e ... 目次 Advice for new contributors 最初のステップ Guidelines 前のトピックへ Django へのコントリビュート 次のトピ ...
https://man.plustar.jp/django/internals/contributing/new-contributors.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 7910
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... from django.contrib.gis.geos import GEOSGeometry , LineString , Point >>> print ( GEOSGeometry ( 'POINT (0 ... , srid = 4326 )) SRID=4326;POINT (0 0) >>> print ( LineString (( 0 , 0 ), ( 1 , 1 ), srid = 4326 )) SRID=43 ... 26;LINESTRING (0 0, 1 1) >>> print ( Point ( 0 , 0 , srid = ... try type of the object. For example, indexing on a LineString returns a coordinate tuple: >>> from django.c ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 7910
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l,file,never}] ¶ Controls #: filename:line comment lines in language files. If the option is: full (the def ... ault if not given): the lines include both file name and line number. file : the ... line number is omitted. never : the lines are suppressed (same as --no-location ). Requires ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
PREV 1 2 3 4 NEXT