検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 225 for some (0.054 sec.)
How to manage error reporting — Django 4.0.6 ドキュメント 5079
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o will send email from root @ localhost . However, some mail providers reject all email from this address. ... dmin/ . The following example shows how to exclude some conventional URLs that browsers and crawlers often ... bles, and the HttpRequest 's attributes . However, sometimes certain types of information may be too sensi ... rs: @sensitive_variables ( 'user' , 'pw' , 'cc' ) @some_decorator @another_decorator def process_info ( us ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 5079
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango, as the exact code necessary is different for some older versions of Django. FileField no longer dele ... lthough this method was never documented, it seems some people have overridden lookup_allowed , especially ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 5079
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng is performed by the database, which can lead to somewhat complex queries involving nested REPLACE funct ... lated object operations are run in a transaction ¶ Some operations on related objects such as add() or dir ... wraps the whole TestCase within a transaction. If some of your tests relied on the old behavior, you shou ... re. GZipMiddleware used to disable compression for some content types when the request is from Internet Ex ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 5079
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... While Python 2 support was removed in Django 2.0, some private APIs weren't removed from Django so that t ... ¶ To make Django projects more secure by default, some security settings now have more secure default val ... umeric values as plural. This may be incorrect for some languages. Assigning a value to a model's ForeignK ... () . To limit creation of sessions and hence favor some caching strategies, django.views.i18n.set_language ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 5079
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... release notes cover the new features , as well as some backwards incompatible changes you'll want to be a ... r earlier. We've begun the deprecation process for some features . 既存のプロジェクトをアップデートするとき ... range() method allows generating a page range with some of the values elided. If there are a large number ... ache backend is deprecated as python-memcached has some problems and seems to be unmaintained. Use django. ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 5079
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f . save ( commit = False ) # Modify the author in some way. >>> new_author . some_field = 'some_value' # ... o include all fields automatically, or remove only some. This fundamental approach is known to be much les ... ' : _ ( 'Writer' ), } help_texts = { 'name' : _ ( 'Some useful help text.' ), } error_messages = { 'name' ... ehaves identically to ArticleForm , except there's some extra validation and cleaning for the pub_date fie ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
How to implement a custom template backend — Django 4.0.6 ドキュメント 4996
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d block tag: 'syntax'" , 'source_lines' : [ ( 1 , 'some \n ' ), ( 2 , 'lines \n ' ), ( 3 , 'before \n ' ), ... lo { % s yntax error %} {{ world }} \n ' ), ( 5 , 'some \n ' ), ( 6 , 'lines \n ' ), ( 7 , 'after \n ' ), ...
https://man.plustar.jp/django/howto/custom-template-backend.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 4996
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... て、以下はフィルタがどのように使われるかの例です: {{ somevariable | cut :"0" }} ほとんどのフィルタは引数を取 ... eString if isinstance ( value , SafeString ): # Do something with the "safe" string. ... Template filter c ... ) @register . simple_tag ( name = 'minustwo' ) def some_function ( value ): return value - 2 simple_tag fu ... mon type of template tag is the type that displays some data by rendering another template. For example, D ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 4996
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ronments and packages within the Python ecosystem, some of which are recommended in the Python documentati ... is should work for both CMD and PowerShell. If for some reason this needs to be disabled, set the environm ...
https://man.plustar.jp/django/howto/windows.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 4996
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er by the hand through a series of steps to create something. The important thing in a tutorial is to help ... the reader achieve something useful, preferably as early as possible, in o ... em very basic to you - it might be the explanation someone else needs. Providing background context helps ... guides are more advanced than tutorials and assume some knowledge about how Django works. Assume that the ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]