検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 320 for not (0.062 sec.)
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 4543
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... REIGN KEY ... As a result of this change, you will not be able to use the reset management command on any ... chine. This is because the new generated name will not match the historically generated name; as a result ... s. It has been demonstrated that this mechanism cannot be made reliable enough for general-purpose use, a ... way reliable as a source of authentication. While not directly a security issue, we've decided to remove ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
django.core.files.uploadhandler — Django 4.0.6 ドキュメント 4496
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... "" Upload handlers that have handled a file and do not want future handlers to run should raise this exce ... ning: As with any data from the client, you should not trust content_length (and sometimes won't even get ... s the position in the file of the chunk. """ raise NotImplementedError ( "subclasses of FileUploadHandler ... return a valid ``UploadedFile`` object. """ raise NotImplementedError ( "subclasses of FileUploadHandler ...
https://man.plustar.jp/django/_modules/django/core/files/uploadhandler.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 4496
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ions of the earth (e.g., paper maps, web maps) are not. Most people are familiar with using latitude and ... rface. However, latitude and longitude are angles, not distances. In other words, while the shortest path ... e developer later on. For example, SpatiaLite does not have the capability to perform distance calculatio ... circle arc calculations and return linear units. In other words, when ST_Distance is called on two geogr ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 4496
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er version of the MySQLdb DB API driver as it does not support fractional seconds ( #24584 ). Fixed a mig ... art of the select clause. An example query is qs.annotate(foo=F('field')).values('pk').order_by('foo')) ( ... egression ( #24605 ). Prevented the loss of null / not null column properties during field alteration of ... . Fixed AttributeError: function 'GDALAllRegister' not found error when initializing contrib.gis on Windo ...
https://man.plustar.jp/django/releases/1.8.1.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 4496
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... () , etc. as indexes may help to speed up lookups. Note that determining the best indexes is a complex da ... es on how to use Django in such a way that you are not doing unnecessary work. This document also does no ... es on ORM objects. In general, attributes that are not callable will be cached. For example, assuming the ... r won't need in most cases) to avoid loading them. Note that if you do use them, the ORM will have to go ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
ビューを記述する — Django 4.0.6 ドキュメント 4496
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... from django.http import HttpResponse , HttpResponseNotFound def my_view ( request ): # ... if foo : retur ... n HttpResponseNotFound ( '<h1>Page not found</h1>' ) else : return H ... . Http404 ¶ エラーを返すときは (例えば HttpResponseNotFound )、エラーページを結果とする HTML を定義する責 ... 任があります: return HttpResponseNotFound ( '<h1>Page not found</h1>' ) 利便性に加えて、 ...
https://man.plustar.jp/django/topics/http/views.html - [similar]
How to manage error reporting — Django 4.0.6 ドキュメント 4459
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ured to email errors about broken links (404 "page not found" errors). Django sends emails about 404 erro ... le, a 404 to any URL ending with .php or .cgi will not be reported. Neither will any URL starting with /p ... \.ico$' ), re . compile ( r '^/robots\.txt$' ), ] (Note that these are regular expressions, so we put a b ... s of information may be too sensitive and thus may not be appropriate to be kept track of, for example a ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
Generic editing ビュー — Django 4.0.6 ドキュメント 4459
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ormView ¶ A base view for displaying a form. It is not intended to be used directly, but rather as a pare ... ase view for creating a new object instance. It is not intended to be used directly, but rather as a pare ... ew for updating an existing object instance. It is not intended to be used directly, but rather as a pare ... A base view for deleting an object instance. It is not intended to be used directly, but rather as a pare ...
https://man.plustar.jp/django/ref/class-based-views/generic-editing.html - [similar]
The redirects app — Django 4.0.6 ドキュメント 4459
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... E_ID setting. If it finds a match, and new_path is not empty, it redirects to new_path using a 301 ("Move ... al. The middleware only gets activated for 404s -- not for 500s or responses of any other status code. No ... s ¶ The HttpResponse class used when a Redirect is not found for the requested path or has a blank new_pa ...
https://man.plustar.jp/django/ref/contrib/redirects.html - [similar]
Django 1.4.18 release notes — Django 4.0.6 ドキュメント 4459
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... les « previous | up | next » Django 1.4.18 release notes ¶ January 13, 2015 Django 1.4.18 fixes several s ... Unfortunately, this means that the WSGI environ cannot distinguish between headers containing dashes and ... now does the same. Django's development server is not recommended for production use, but matching the b ... the file in chunks to prevent large memory usage. Note, however, that this view has always carried a war ...
https://man.plustar.jp/django/releases/1.4.18.html - [similar]