検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 243 for python (0.059 sec.)
Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 4695
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sh when applying migrations with model managers on Python 3 that were generated on Python 2 ( #24701 ). Rest ...
https://man.plustar.jp/django/releases/1.8.1.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 4695
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... クトを作成する ¶ データベースのテーブル上のデータを Python オブジェクトに対応付けるため、 Django は直観的なシ ... を参照してください。 QuerySet の要素数を制限する ¶ Python のリストスライスのサブセットを使うことで QuerySet ... ySet が返り、クエリーの評価は行われません。例外は、Python のリストスライス構文の "step" パラメーターを使用し ... ntry WHERE pub_date <= '2006-01-01' ; 動作のしくみ Python には任意の name-value 形式の引数をとる関数を定義す ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
ファイルの管理 — Django 4.0.6 ドキュメント 4695
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... yourself, the easiest way is to create one using a Python built-in file object: >>> from django.core.files i ... mport File # Create a Python file object using open() >>> f = open ( '/path/to/ ... >>> from django.core.files import File # Create a Python file object using open() and the with statement >> ...
https://man.plustar.jp/django/topics/files.html - [similar]
トラブルシューティング — Django 4.0.6 ドキュメント 4654
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ted and you can try running the equivalent command python -m django . macOS のパーミッション ¶ macOSを使用し ... い。 関連資料: Django における Unicode https://wiki.python.org/moin/UnicodeDecodeError 目次 トラブルシューティ ...
https://man.plustar.jp/django/faq/troubleshooting.html - [similar]
The redirects app — Django 4.0.6 ドキュメント 4654
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s you edit any other object in the system. Via the Python API ¶ class models. Redirect ¶ Redirects are repre ... d delete redirects Via the admin interface Via the Python API ミドルウェア 前のトピックへ バリデータ 次のトピ ...
https://man.plustar.jp/django/ref/contrib/redirects.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 4654
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( aggregated [ 'combined_age_coalesce' ]) 0 警告 A Python value passed to Coalesce on MySQL may be converted ... alculated differently from most databases and from Python's standard functions. This function will return 1 ... ough 7 for Saturday. The equivalent calculation in Python is: >>> from datetime import datetime >>> dt = dat ... ession as a single character. It works the same as Python's chr() function. Like Length , it can be register ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 4654
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... instance of a model, instantiate it like any other Python class: class Model ( ** kwargs ) ¶ The keyword arg ... as integers and strings, are 'ready to write' as a Python object. However, more complex data types often req ... modification. For example, DateField fields use a Python datetime object to store data. Databases don't sto ... e way of achieving this is doing the arithmetic in Python like: >>> product = Product . objects . get ( name ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
Django 1.6.6 release notes — Django 4.0.6 ドキュメント 4654
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ). Restored bug fix for sending Unicode email with Python 2.6.5 and below ( #19107 ). Prevented UnicodeDecod ... s widget ( #23137 , #23293 ). Prevented a crash on Python 3 with query strings containing unencoded non-ASCI ...
https://man.plustar.jp/django/releases/1.6.6.html - [similar]
django.apps.config — Django 4.0.6 ドキュメント 4614
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... __init__ ( self , app_name , app_module ): # Full Python path to the application e.g. 'django.contrib.admin ... the test-and-set pattern. # Last component of the Python path to the application e.g. 'admin'. # This value ... yConfigured ( "The app label ' %s ' is not a valid Python identifier." % self . label ) # Human-readable nam ...
https://man.plustar.jp/django/_modules/django/apps/config.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 4614
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... TTINGS_MODULE" ] = options . settings if options . pythonpath : sys . path . insert ( 0 , options . pythonpa ... "--verbosity" , "--traceback" , "--settings" , "--pythonpath" , "--no-color" , "--force-color" , "--skip-ch ... ny environment changes requested by options like ``pythonpath``, and then calls the ``execute()`` method, pa ... e_argument ( parser , "--settings" , help = ( "The Python path to a settings module, e.g. " '"myproject.sett ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]