検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 118 for Full (0.047 sec.)
Django の admin サイト — Django 4.0.6 ドキュメント 6573
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( 'first_name' , Value ( ' ' ), 'last_name' )) def full_name ( self ): return self . first_name + ' ' + se ... display ( ordering = 'last_name' , description = 'Full name of the person' , ) def full_name ( self ): re ... sonAdmin ( admin . ModelAdmin ): list_display = ( 'full_name' ,) Note that @property must be above @displa ... elf . last_name my_property . short_description = "Full name of the person" my_property . admin_order_fiel ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 6573
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on . HttpRequest. path ¶ A string representing the full path to the requested page, not including the sche ... RT META variables, in that order. HttpRequest. get_full_path () ¶ Returns the path , plus an appended quer ... ic/bands/the_beatles/?print=true" HttpRequest. get_full_path_info () ¶ Like get_full_path() , but uses pat ... provided, the location will be set to request.get_full_path() . If the location is already an absolute UR ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django 1.4.4 release notes — Django 4.0.6 ドキュメント 6573
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nt of end-user-written applications -- make use of full URLs, including domain name, which are generated f ... iousOperation if request.get_host() is called. For full details see the documentation for the ALLOWED_HOST ...
https://man.plustar.jp/django/releases/1.4.4.html - [similar]
データベース — Django 4.0.6 ドキュメント 6485
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... default storage engine is InnoDB . This engine is fully transactional and supports foreign key references ... an exclusive write lock will be acquired over the full table for the duration of the transaction. Automat ... erent connect descriptor depending on that choice. Full DSN and Easy Connect ¶ A Full DSN or Easy Connect ... 'NAME' : 'localhost:1521/orclpdb1' , Example of a full DSN string: 'NAME' : ( '(DESCRIPTION=(ADDRESS=(PRO ...
https://man.plustar.jp/django/ref/databases.html - [similar]
設定 — Django 4.0.6 ドキュメント 6485
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cycle. Each item in the list should be a tuple of (Full name, email address). Example: [( 'John' , 'john@e ... を防ぐことができます。 このリスト中の値は完全修飾名 (fully qualified names) (例: 'www.example.com' ) でも大丈 ... 書かなければなりません。 Django はあらゆるエントリで fully qualified domain name (FQDN) を許可しています。ブ ... at doesn't ship with Django by setting ENGINE to a fully-qualified path (i.e. mypackage.backends.whatever ...
https://man.plustar.jp/django/ref/settings.html - [similar]
ロギング — Django 4.0.6 ドキュメント 6411
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ctConfig format . Default logging conditions ¶ The full set of default logging conditions are: DEBUG が Tr ... f the log record contains a request attribute, the full details of the request will be included in the ema ... k email includes an HTML attachment containing the full content of the debug web page that would have been ...
https://man.plustar.jp/django/ref/logging.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 6411
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ectly encoded. Then, you apply iri_to_uri() to the full IRI and it converts any non-ASCII characters to th ... 't correct to say that iri_to_uri() implements the full algorithm in the IRI specification. It doesn't (ye ... passed to iri_to_uri() . This means you can pass a full URL to this function and it will not mess up the q ... %A7ois/Paris%20%26%20Orl%C3%A9ans' If you look carefully, you can see that the portion that was generated ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 6411
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... yment currently using or targeting Django 1.2. For full details on the new features, backwards incompatibi ... RF handling. To remedy this, Django will now apply full CSRF validation to all requests, regardless of app ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6411
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mparison operators. These are just the highlights; full details and a complete list of features may be fou ... : Support for Python 2.3 has been dropped. See the full notes below. The new CSRF protection framework is ... . All database backends must now be specified by a fully qualified module name (i.e., django.db.backends.p ... ges ( request ): ... For more information, see the full messages documentation . You should begin to updat ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
LICENSE.txt 6323
Font Awesome Free License ------------------------- Font Awesome Free is free, open source, and ... urce projects, or really almost whatever you want. Full Font Awesome Free license: https://fontawesome.com ...
https://man.plustar.jp/django/_static/fontawesome/LICENSE.txt - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT