検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 171 for we (0.080 sec.)
django.core.checks.messages — Django 4.0.6 ドキュメント 5168
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ance ( self . obj , models . base . ModelBase ): # We need to hardcode ModelBase and Field cases because ...
https://man.plustar.jp/django/_modules/django/core/checks/messages.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 5168
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ycode # Don't BASE64-encode UTF-8 messages so that we avoid unwanted attention from # some spam filters. ... "ascii" ) except UnicodeEncodeError : if name . lower () in ADDRESS_HEADERS : val = ", " . join ( sanit ... ( val , encoding ) . encode () else : if name . lower () == "subject" : val = Header ( val ) . encode ( ... l header names are case-insensitive (RFC 2045), so we have to # accommodate that when doing comparisons. ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
Django のリリースプロセス — Django 4.0.6 ドキュメント 5168
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rete example, consider a moment in time halfway between the release of Django 5.1 and 5.2. At this point ... sing the roadmap produced at the end of phase one, we'll all work very hard to get everything on it done ... no new features will be accepted during this time. We'll try to release a beta release one month after t ... rks the string freeze, and it happens at least two weeks before the final release. After this point, new ...
https://man.plustar.jp/django/internals/release-process.html - [similar]
JavaScript customizations in the admin — Django 4.0.6 ドキュメント 5168
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o handle various operations in the change form and we need that to be rendered too. Sometimes you'll nee ...
https://man.plustar.jp/django/ref/contrib/admin/javascript.html - [similar]
Testing GeoDjango apps — Django 4.0.6 ドキュメント 5168
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... db -R -S <user_name> The -R -S flags indicate that we do not want the user to have the ability to create ... ango_tests_secret_key' Assuming the settings above were in a postgis.py file in the same directory as ru ...
https://man.plustar.jp/django/ref/contrib/gis/testing.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 5168
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ssociating objects and functionality to particular websites, and it's a holding place for the domain nam ... es and "verbose" names of your Django-powered sites. Use it if your single Django installatio ... n powers more than one site and you need to differentiate ... between those sites in some way. The sites framework is ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 5168
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... many feeds as you want. Django also comes with a lower-level feed-generating API. Use this if you want t ... o generate feeds outside of a web context, or in some other lower-level way. The hi ... <item> has a <title> , <link> and <description> . We need to tell the framework what data to put into t ... more complex feeds, via arguments. For example, a website could offer an RSS feed of recent crimes for ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 5168
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... with other expressions like aggregate functions . We'll be using the following model in examples of eac ... d ( max_length = 50 , null = True , blank = True ) We don't usually recommend allowing null=True for Cha ... when one or more expression may be null varies between databases: PostgreSQL: Greatest will return the ... m django.db.models.functions import JSONObject , Lower >>> Author . objects . create ( name = 'Margaret ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 5168
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ation with it about its encoding. For that reason, we have to make an assumption, and Django assumes tha ... ns that are handy for converting back and forth between strings and bytestrings. smart_str(s, encoding=' ... cur). Normally, you'll want to use smart_str() . However, force_str() is useful in template tags and fil ... t as always being a string. URI and IRI handling ¶ Web frameworks have to deal with URLs (which are a ty ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 1.2.4 release notes — Django 4.0.6 ドキュメント 5168
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ters on the fly by manipulating the querystring. However, it has been demonstrated that this can be abus ... s either specify only fields on the model being viewed, or cross relations which have been explicitly al ... lowed by the application developer using the pre-existi ... ude new features, but in the case of Django 1.2.4, we have made an exception to this rule. One of the bu ...
https://man.plustar.jp/django/releases/1.2.4.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 NEXT