検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 118 for Full (0.052 sec.)
Django 1.4 documentation 6323
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... を示しまし ょう: class Reporter ( models . Model ): full_name = models . CharField ( max_length = 70 ) def ... __unicode__ ( self ): return self . full_name class Article ( models . Model ): pub_date = ... 新しい Reporter を作成します。 >>> r = Reporter ( full_name = 'John Smith' ) .. # Save the object into th ... オブジェクトの属性として表現されています。 >>> r . full_name 'John Smith' .. # Django provides a rich data ...
https://man.plustar.jp/django/contents.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 6323
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ain and name attributes of a website. domain ¶ The fully qualified domain name associated with the website ... ity and redundancy. Getting the current domain for full URLs ¶ Django's get_absolute_url() convention is n ... e, but in some cases you might want to display the full URL -- with http:// and the domain and everything ... rom the current Site object if you don't specify a fully-qualified domain. In the authentication framework ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6323
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 脈を理解することが難しくなります。 --add-location [{full,file,never}] ¶ Controls #: filename:line comment l ... ines in language files. If the option is: full (the default if not given): the lines include both ... name as passed to the command app_directory -- the full path of the newly created app camel_case_app_name ... as passed to the command project_directory -- the full path of the newly created project secret_key -- a ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
django.urls utility functions — Django 4.0.6 ドキュメント 6323
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... The list of individual namespace components in the full application namespace for the URL pattern that mat ... The list of individual namespace components in the full instance namespace for the URL pattern that matche ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
Django 1.2.3 release notes — Django 4.0.6 ドキュメント 6323
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... erface. The packaging manifest did not contain the full list of required files. 前のトピックへ Django 1.2. ...
https://man.plustar.jp/django/releases/1.2.3.html - [similar]
Django 1.2.6 release notes — Django 4.0.6 ドキュメント 6323
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s of any Django release in the 1.2.X series. For a full list of issues addressed in this release, see the ...
https://man.plustar.jp/django/releases/1.2.6.html - [similar]
Django 1.3.1 release notes — Django 4.0.6 ドキュメント 6323
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mmended upgrade for all users of Django 1.3. For a full list of issues addressed in this release, see the ...
https://man.plustar.jp/django/releases/1.3.1.html - [similar]
Django 1.3.2 release notes — Django 4.0.6 ドキュメント 6323
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mmended upgrade for all users of Django 1.3. For a full list of issues addressed in this release, see the ...
https://man.plustar.jp/django/releases/1.3.2.html - [similar]
Django 1.4.1 release notes — Django 4.0.6 ドキュメント 6323
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mmended upgrade for all users of Django 1.4. For a full list of issues addressed in this release, see the ...
https://man.plustar.jp/django/releases/1.4.1.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 6248
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... de. Running all the tests ¶ If you want to run the full suite of tests, you'll need to install a number of ... sql ...\> runtests.py basic --debug-sql Seeing the full traceback of a test failure ¶ By default tests are ... eeing the SQL queries run during a test Seeing the full traceback of a test failure Tips for writing tests ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT