検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 200 for should (0.020 sec.)
Working with Git and GitHub — Django 4.0.6 ドキュメント 10168
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... GitHub. After installing Git, the first thing you should do is set up your name and email: $ git config --g ... bal user.email "you@email.com" Note that user.name should be your real name, not your GitHub nick. GitHub sh ... Hub repository will be called "origin" in Git. You should also set up django/django as an "upstream" remote ... created. If you are working on a Trac ticket, you should mention in the ticket that your work is available ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 9663
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) is, a method that returns a list of objects that should be included in the feed as <item> elements. Althou ... at object. Both get_absolute_url() and item_link() should return the item's URL as a normal Python string. A ... s() , then finally an items class attribute (which should be a list). We are using a template for the item d ... n are not necessarily the same thing. Instead, you should define a subtitle attribute. In the above example, ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 8738
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... quired argument: {'sitemaps': sitemaps} . sitemaps should be a dictionary that maps a short section label (e ... n , lastmod , changefreq , and priority ). lastmod should return a datetime . There is no location method in ... Either a method or attribute. If it's a method, it should return the absolute path for a given object as ret ... urned by items() . If it's an attribute, its value should be a string representing an absolute path to use f ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 8233
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... people upgrading from previous versions of Django should read that list carefully. One deprecated feature w ... Python 2.5 and below has been dropped. This change should affect only a small number of Django users, as mos ... anges to the way you reference User instances. You should also document any specific features of the User mo ... ut errors or messages in your custom commands, you should now use self.stdout.write('message') and self.stde ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 8158
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... include ( 'blog.urls' )), ... ] The route argument should be a string or gettext_lazy() (see URL パターンを翻 ... include ( 'blog.urls' )), ... ] The route argument should be a string or gettext_lazy() (see URL パターンを翻 ... Python import path to another URLconf module that should be "included" in this place. Optionally, the appli ... o be specified. Usually, the application namespace should be specified by the included module. If an applica ...
https://man.plustar.jp/django/ref/urls.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 8018
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... racters) string describing the problem. The string should not contain newlines. hint A single-line string pr ... odel where the problem was discovered). The object should be a model, field, or manager or any other object ... ng. A unique identifier for the issue. Identifiers should follow the pattern applabel.X001 , where X is one ... he number can be allocated by the application, but should be unique within that application. There are subcl ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 7943
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ection , below. Authors of custom Field subclasses should be aware that a number of methods have had a chang ... eed to store state (e.g. custom control flow tags) should ensure that their code follows the new rules for s ... d on the as-yet-unreleased Python 2.7. This change should affect only a small number of Django users, as mos ... mat characters: c to specify that a datetime value should be formatted in ISO 8601 format, and u that allows ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
設定 — Django 4.0.6 ドキュメント 7878
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o . slug ), } The model name used in this setting should be all lowercase, regardless of the case of the ac ... the request/response cycle. Each item in the list should be a tuple of (Full name, email address). Example: ... e normal cross site request forgery protection. It should be set to a string such as ".example.com" to allow ... ォルト値: '/' The path set on the CSRF cookie. This should either match the URL path of your Django installat ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7878
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e first release to support Python 3.4. This change should affect only a small number of Django users, as mos ... l work, but that method name is deprecated and you should change it as soon as possible (nothing more than r ... a deterministic and straightforward process. This should make it easier to diagnose import issues such as i ... essential parts of these new features. This change should not affect you unless you write custom Field subcl ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 7728
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... This makes transaction handling more explicit and should improve performance. The existing APIs were deprec ... med independently from handling of the locale that should be active during the execution of the command. The ... port to be removed in Django 1.8). To upgrade, you should first uninstall PIL, then install Pillow. ModelFor ... and will be removed in Django 1.8; doctest suites should be updated to work with the standard library's doc ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT