検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 257 for which (0.038 sec.)
Django 1.2.4 release notes — Django 4.0.6 ドキュメント 5258
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pers to specify particular fields or relationships which will generate automatic links for filtering. One h ... ucture and relations could construct query strings which -- with repeated use of regular-expression lookups ... elds on the model being viewed, or cross relations which have been explicitly allowed by the application de ...
https://man.plustar.jp/django/releases/1.2.4.html - [similar]
Django 1.3.6 release notes — Django 4.0.6 ドキュメント 5258
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s -- make use of full URLs, including domain name, which are generated from the HTTP Host header. Django's ... , Django 1.3.6 adds a new setting, ALLOWED_HOSTS , which should contain an explicit list of valid host/doma ... e an XML document with a DTD (DOCTYPE definition), which closes off these attack avenues. These issues in t ...
https://man.plustar.jp/django/releases/1.3.6.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 5258
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ay to combine paths in templates. Project settings which provide either of both settings without a trailing ... put form widget, intended for use with form fields which represent passwords, accepts a boolean keyword arg ... losed explicitly; clean transactions "get a pass", which means they are usually rolled back at the end of a ... d_reset() view now accepts a from_email parameter, which is passed to the password_reset_form 's save() met ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 5258
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ds can access self.model to get the model class to which they're attached. マネージャが初めに返す QuerySet ... e first Manager Django encounters (in the order in which they're defined in the model) has a special status ... priate for your circumstances, you can tell Django which class to use by setting Meta.base_manager_name . B ... cts for the model it is fetching, so that anything which is referred to can be retrieved. Therefore, you sh ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5198
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s_staff attribute set to True . Finally, determine which of your application's models should be editable in ... but the simplest may use the display() decorator, which is used to customize how the field is presented: モ ... admin . SimpleListFilter ): # Human-readable title which will be displayed in the # right admin sidebar jus ... n filter empty values using EmptyFieldListFilter , which can filter on both empty strings and nulls, depend ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 5198
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ately to requests with an If-Modified-Since header which will prevent sending the sitemap if it hasn't chan ... in the sitemap. If it isn't set, the protocol with which the sitemap was requested is used. If the sitemap ... lue should not exceed the default value of 50000 , which is the upper limit allowed in the Sitemaps protoco ... you to create a sitemap by passing it a dictionary which has to contain at least a queryset entry. This que ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 5198
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... your codebase. Instances of Feed classes are views which can be used in your URLconf . A simple example ¶ T ... class. They are passed a single parameter, item , which is the object itself. These are optional; by defau ... variables: {{ obj }} -- The current object (one of whichever objects you returned in items() ). {{ site }} ... n items() , then finally an items class attribute (which should be a list). We are using a template for the ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 5198
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... global namespace, the developer has to think about which is the most appropriate translation function. The ... ead, you can use django.utils.text.format_lazy() , which creates a lazy object that runs the str.format() m ... end up in the corresponding entry in the PO file, which makes the translation process easier. For instance ... guages as LANGUAGES %} returns a list of tuples in which the first element is the language code and the sec ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 5139
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ms, there is typically a file in /etc/ld.so.conf , which may include additional paths from files in another ... an check if the path is set up correctly by typing which psql at a terminal prompt. Homebrew ¶ Homebrew pro ... vailable (starting with django-gis ), depending on which version of Python you want to use. MacPorts ¶ MacP ... on Stack Builder (ASB) as well as the 'SQL Shell', which will launch a psql command window. PostGIS ¶ From ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 5139
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing used to decode form submission data (or None , which means the DEFAULT_CHARSET setting is used). You ca ... ribute is only set after URL resolving took place, which means it's available in all views but not in middl ... eware which are executed before URL resolving takes place (you ... b=3&b=5' Use the safe parameter to pass characters which don't require encoding. For example: >>> q = Query ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT