検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 481 for To (0.247 sec.)
Database migration operations — Django 4.0.6 ドキュメント 4512
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... using a migration file. This example creates an hstore extension, but the same principles apply for oth ... er extensions. Set up the hstore extension in PostgreSQL before the first CreateM ... odel or AddField operation that involves HStoreField by adding a migration with the HStoreExtens ... : from django.contrib.postgres.operations import HStoreExtension class Migration ( migrations . Migratio ...
https://man.plustar.jp/django/ref/contrib/postgres/operations.html - [similar]
Django 1.4.4 release notes — Django 4.0.6 ドキュメント 4496
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ader poisoning ¶ Some parts of Django -- independent of end-user-written applications -- make use of ful ... or some time contained notes advising users on how to configure web servers to ensure that only valid Ho ... Django application. However, it has been reported to us that even with the recommended web server confi ... s available for tricking many common web servers into supplying the application with an incorrect and po ...
https://man.plustar.jp/django/releases/1.4.4.html - [similar]
タイムゾーン — Django 4.0.6 ドキュメント 4496
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... le in only one time zone, it's still good practice to store data in UTC in your database. The main reaso ... mn. If you're working in local time, you're likely to encounter errors twice a year, when the transition ... s a problem if you over bill or under bill your customers by one hour, twice a year, every year. The sol ... ution to this problem is to use UTC in the code and use loc ...
https://man.plustar.jp/django/topics/i18n/timezones.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 4439
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... C ETAG_MATCH = _lazy_re_compile ( r """ \A( # start of string and capture group (?:W/)? # optional weak ... indicator " # opening quote [^"]* # any sequence of non-quo ... for key ' %s ' in a query string. Did you " "mean to pass an empty string or omit the value?" % key ) e ... peError : query_val = value else : # Consume generators and iterators, when doseq=True, to # work around ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
GIS QuerySet API リファレンス — Django 4.0.6 ドキュメント 4423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ompatible with a particular spatial backend, refer to the spatial lookup compatibility table . Lookups w ... ookup doesn't support raster input, the input is automatically converted to a geometry where necessary u ... the ST_Polygon function. See also the introduction to raster lookups . The database operators used by th ... e lookups can be divided into three categories: Native raster support N : the op ...
https://man.plustar.jp/django/ref/contrib/gis/geoquerysets.html - [similar]
クラスベース汎用ビュー - フラットインデックス — Django 4.0.6 ドキュメント 4415
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _context http_method_names response_class [ render_to_response() ] template_engine template_name [ get_t ... ext_data() head() http_method_not_allowed() render_to_response() setup() RedirectView ¶ class RedirectVi ... ueryset [ get_queryset() ] response_class [ render_to_response() ] slug_field [ get_slug_field() ] slug_ ... t_object() head() http_method_not_allowed() render_to_response() setup() リストのビュー ¶ List Views ¶ c ...
https://man.plustar.jp/django/ref/class-based-views/flattened-index.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 4399
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s.deprecation.RemovedInDjango20Warning was renamed to RemovedInDjango110Warning as the version roadmap w ... as revised to 1.9, 1.10, 1.11 (LTS), 2.0 (drops Python 2 support ... Denial-of-service possibility by filling session store ¶ In previous versions of Django, the session ba ... ckends created a new empty record in the session storage anytime request.session was accessed and there ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
Writing code — Django 4.0.6 ドキュメント 4383
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... revious | up | next » Writing code ¶ So you'd like to write some code to improve Django? Awesome! There ... velopers mailing list and share your ideas for how to improve Django. We're always open to suggestions. ... You can also interact on the Django forum and the #django-dev IRC channel ... and/or fixed behavior. If you're looking for a way to get started contributing to Django read the Django ...
https://man.plustar.jp/django/internals/contributing/writing-code/index.html - [similar]
Django 1.4.18 release notes — Django 4.0.6 ドキュメント 4383
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e/dash conflation ¶ When HTTP headers are placed into the WSGI environ, they are normalized by convertin ... g to uppercase, converting all dashes to underscores, a ... ng value for X-Auth-User , an attacker may be able to provide an X-Auth_User header (with underscore) an ... d bypass this protection. In order to prevent such attacks, both Nginx and Apache 2.4+ s ...
https://man.plustar.jp/django/releases/1.4.18.html - [similar]
Django 1.7.3 release notes — Django 4.0.6 ドキュメント 4383
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e/dash conflation ¶ When HTTP headers are placed into the WSGI environ, they are normalized by convertin ... g to uppercase, converting all dashes to underscores, a ... ng value for X-Auth-User , an attacker may be able to provide an X-Auth_User header (with underscore) an ... d bypass this protection. In order to prevent such attacks, both Nginx and Apache 2.4+ s ...
https://man.plustar.jp/django/releases/1.7.3.html - [similar]