検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 320 for not (0.125 sec.)
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 3923
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... erse_lazy() instead of reverse() , as the urls are not loaded when the file is imported. The fields attri ... n ModelForm . Unless you define the form class in another way, the attribute is required and the view wil ... l raise an ImproperlyConfigured exception if it's not. If you specify both the fields and form_class att ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
表示形式のローカル化 — Django 4.0.6 ドキュメント 3923
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mysite.formats' , 'some_app.formats' , ] Files are not placed directly in this directory, but in a direct ... locale, and must be named formats.py . Be careful not to put sensitive information in these files as val ...
https://man.plustar.jp/django/topics/i18n/formatting.html - [similar]
Django を Apache と mod_wsgi とともに使うには? — Django 4.0.6 ドキュメント 3876
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd using a separate web server -- i.e., one that's not also running Django -- for serving media. Here are ... pp (and any other installed apps). This is however not the case when you use any other server arrangement ...
https://man.plustar.jp/django/howto/deployment/wsgi/modwsgi.html - [similar]
Mailing lists — Django 4.0.6 ドキュメント 3876
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... accepted first so don't worry if your message does not appear instantly. django-users mailing archive dja ...
https://man.plustar.jp/django/internals/mailing-lists.html - [similar]
GeoDjango Management Commands — Django 4.0.6 ドキュメント 3876
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... SRID ¶ The SRID to use for the geometry field. If not set, ogrinspect attempts to automatically determin ...
https://man.plustar.jp/django/ref/contrib/gis/commands.html - [similar]
Installing PostGIS — Django 4.0.6 ドキュメント 3876
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... CREATE EXTENSION postgis_raster; . GeoDjango does not currently leverage any PostGIS topology functional ...
https://man.plustar.jp/django/ref/contrib/gis/install/postgis.html - [similar]
Full text search — Django 4.0.6 ドキュメント 3876
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... search import SearchVector >>> Entry . objects . annotate ( ... search = SearchVector ( 'body_text' , 'bl ... o reuse them. For example: >>> Entry . objects . annotate ( ... search = SearchVector ( 'body_text' ) + S ... y ( 'cheese' ) # OR >>> ~ SearchQuery ( 'meat' ) # NOT See Changing the search configuration for an expla ... = SearchQuery ( 'cheese' ) >>> Entry . objects . annotate ( rank = SearchRank ( vector , query )) . order ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
フォーム API — Django 4.0.6 ドキュメント 3876
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , "code": "required"}]} By default, as_json() does not escape its output. If you are using it for somethi ... . base_fields [ 'name' ] . label = "Username" >>> another_f = CommentForm ( auto_id = False ) >>> another ... tags, with each <li> containing one field. It does not include the <ul> or </ul> , so that you can specif ... ckbox' % } # render one way { % else % } # render another way { % endif % } { % endfor % } Methods of Bou ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
Django 1.10.7 release notes — Django 4.0.6 ドキュメント 3876
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... les « previous | up | next » Django 1.10.7 release notes ¶ April 4, 2017 Django 1.10.7 fixes two security ... hey don't provide any known, useful functionality. Note, however, that this view has always carried a war ... ning that it is not hardened for production use and should be used onl ... ectMultiple ( #27993 ). 目次 Django 1.10.7 release notes CVE-2017-7233: Open redirect and possible XSS at ...
https://man.plustar.jp/django/releases/1.10.7.html - [similar]
Django 1.8.16 リリースノート — Django 4.0.6 ドキュメント 3876
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sually dropped after the test suite completes, but not when using the manage.py test --keepdb option or i ...
https://man.plustar.jp/django/releases/1.8.16.html - [similar]