検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 250 for have (0.111 sec.)
The sitemap framework — Django 4.0.6 ドキュメント 5315
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... re in your codebase. An example ¶ Let's assume you have a blog system, with an Entry model, and you want y ... ct returned by items() . If all items in a sitemap have a lastmod , the sitemap generated by views.sitemap ... () will have a Last-Modified header equal to the latest lastmod ... in conjunction with i18n generated URLs will each have a list of alternate links pointing to other langua ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 5315
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... =True for CharField since this allows the field to have two "empty values", but it's important for the Coa ... okup_name) , e.g. __year . Since DateField s don't have a time component, only Extract subclasses that dea ... tly passing the timezone to the Extract function behaves in the same way, and takes priority over an activ ... iltering dates with less precision. expression can have an output_field of either DateField or DateTimeFie ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
django.utils.functional — Django 4.0.6 ドキュメント 5244
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ntiation of the wrapped class. By subclassing, you have the opportunity to intercept and alter the instant ... ect must provide a _setup() method" ) # Because we have messed with __class__ below, we confuse pickle as ... to what # class we are pickling. We're going to have to initialize the wrapped # object to successfully ... self , memo ): if self . _wrapped is empty : # We have to use type(self), not self.__class__, because the ...
https://man.plustar.jp/django/_modules/django/utils/functional.html - [similar]
How to authenticate against Django's user database from Apache — Django 4.0.6 ... 5244
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a WebDAV share created with mod_dav . 注釈 If you have installed a custom user model and want to use this ... e group based authorization, your custom user must have a relation named 'groups', referring to a related ... t mod_wsgi is installed and activated and that you have followed the steps to set up Apache with mod_wsgi ...
https://man.plustar.jp/django/howto/deployment/wsgi/apache-auth.html - [similar]
Django のセキュリティポリシー — Django 4.0.6 ドキュメント 5244
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s is to aid organizations that need to ensure they have staff available to handle triaging our announcemen ... may be shortened considerably. Additionally, if we have reason to believe that an issue reported to us aff ... -by-case basis, individual package maintainers who have demonstrated a commitment to responding to and res ... notifications. The email address you would like to have added to our notification list. An explanation of ...
https://man.plustar.jp/django/internals/security.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 5244
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... quest to a given page is by a client which did not have a CSRF cookie, the cache framework will also cache ... e same nonce to other anonymous clients who do not have a CSRF cookie. This can allow an attacker to obtai ... icIPAddressField IPAddressField These three fields have been updated to convert their arguments to the cor ...
https://man.plustar.jp/django/releases/1.4.11.html - [similar]
Django 1.5.6 release notes — Django 4.0.6 ドキュメント 5244
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... quest to a given page is by a client which did not have a CSRF cookie, the cache framework will also cache ... e same nonce to other anonymous clients who do not have a CSRF cookie. This can allow an attacker to obtai ... icIPAddressField IPAddressField These three fields have been updated to convert their arguments to the cor ...
https://man.plustar.jp/django/releases/1.5.6.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 5184
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pper ): """ wrapper is a database wrapper. It must have a Database attribute defining PEP-249 exceptions. ... ) except AttributeError : # If the router doesn't have a method, skip to the next one. pass else : chosen ... on except AttributeError : # If the router doesn't have a method, skip to the next one. pass else : allow ... te except AttributeError : # If the router doesn't have a method, skip to the next one. continue allow = m ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5184
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lAdmin ): pass You can't use this decorator if you have to reference your model admin class in its __init_ ... , 'last_name' , 'colored_name' ) As some examples have already demonstrated, when using a callable, a mod ... creating, editing, or deleting an object. You can have filters cleared by setting this attribute to False ... very similar to the way ModelAdmin.list_display behaves. This provides a way to use the admin interface t ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 5184
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e comment, and you might want the 'name' widget to have some special CSS class. It is also possible to spe ... turn handles when value is None , meaning we don't have any defaults for our subwidgets. The default imple ... with a DateField , which takes a single value, we have overridden this method. The implementation here co ... pe="radio"> . Widgets that render multiple choices have an option_template_name attribute that specifies t ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT