検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 31 for hand (0.035 sec.)
Django Deprecation Timeline — Django 4.0.6 ドキュメント 7344
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... isnull lookup with non-boolean values as the right-hand side will no longer be allowed. The django.db.mode ... mpatibility with historical migrations. AppCommand.handle_app() will no longer be supported. RequestSite a ... a debug-false filter to the 'mail_admins' logging handler will be removed. The LOGGING setting should inc ... unctions include() , patterns() , and url() , plus handler404 and handler500 are now available through dja ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
はじめての Django アプリ作成、その 5 — Django 4.0.6 ドキュメント 7344
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... >>> response . status_code 404 >>> # on the other hand we should expect to find something at '/polls/' >> ...
https://man.plustar.jp/django/intro/tutorial05.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 7344
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... RGeomType objects True True name ¶ Returns a short-hand string form of the OGR Geometry type: >>> gt1 . na ... ) EPSG code (integer or string) PROJ string A shorthand string for well-known standards ( 'WGS84' , 'WGS72 ... 例: >>> wgs84 = SpatialReference ( 'WGS84' ) # shorthand string >>> wgs84 = SpatialReference ( 4326 ) # EPS ... ster' driver ¶ The name of the GDAL driver used to handle the input file. For GDALRaster s created from a ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7344
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... project. ロギング ¶ The django.utils.log.AdminEmailHandler class now has a send_mail() method to make it m ... e. マイグレーション ¶ The RunSQL operation can now handle parameters passed to the SQL statements. It is n ... as part of the model state. A generic mechanism to handle the deprecation of model fields was added. The R ... etc.) is used with an F() expression as the right-hand side. In those cases, the escaping is performed by ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 7344
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... であり、カスタムの例外や callable はサポートしない。 handle_no_permission() メソッドは request 引数を取らない ... ) which allows Transform s to be used on the right hand side of an expression, just like regular Func s. T ... the exception that triggered the view. View error handlers now support TemplateResponse , commonly used w ... osed to returning an HttpResponseForbidden so that handler403 is invoked. Added HttpRequest.get_port() to ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 7344
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... memory-based cache server, originally developed to handle high loads at LiveJournal.com and subsequently o ... g an entire rendered page doesn't gain you very much and is, in fact, inconvenient overkill. Perhaps, for ... ISP sits between example.com and your web browser, handling all of the caching transparently. Such caching ... ormance. In this case, each request first would be handled by the proxy, and it would be passed to your ap ...
https://man.plustar.jp/django/topics/cache.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 7344
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... deleted_objects : ... obj . delete () On the other hand, if you are using a plain FormSet , it's up to you ... to handle formset.deleted_forms , perhaps in your formset' ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 7344
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s more straight-forward to calculate the expiry by-hand: expires_at = modification + timedelta ( seconds = ... nlike PickleSerializer , the JSONSerializer cannot handle arbitrary Python data types. As is often the cas ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 7344
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... なエラーハンドリングビューを呼び出します。下の Error handling を見てください。 カスタマイズ例 ¶ URLconf のサ ... s a string. A to_python(self, value) method, which handles converting the matched string into the type tha ... given value. A ValueError is interpreted as no match and as a consequence a 404 response is sent to the us ... ttern matches. A to_url(self, value) method, which handles converting the Python type into a string to be ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
タイムゾーン — Django 4.0.6 ドキュメント 7344
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... earn how to avoid invalid operations. On the other hand, bugs caused by the lack of time zone support are ...
https://man.plustar.jp/django/topics/i18n/timezones.html - [similar]
PREV 1 2 3 4 NEXT