検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 175 for into (0.048 sec.)
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 5469
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the template that is used, or put additional data into the context. TemplateResponse provides a way to do ... presentation of template and context, and turns it into the final byte stream that can be served to the cl ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
Django 1.7.6 release notes — Django 4.0.6 ドキュメント 5469
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... were not. Thus untrusted content could be injected into the admin, presenting an exploitation vector for X ...
https://man.plustar.jp/django/releases/1.7.6.html - [similar]
さぁ始めましょう — Django 4.0.6 ドキュメント 5346
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... thon についての情報を素早く取得したい場合は、 Dive Into Python をお勧めします。もしこれがあなたに合っていな ...
https://man.plustar.jp/django/intro/index.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5346
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Middleware must be included. Hook the admin's URLs into your URLconf . After you've taken these steps, you ... e the admin site by visiting the URL you hooked it into ( /admin/ , by default). If you need to create a u ... e the createsuperuser command. By default, logging in to the admin requires that the user has the is_staff ... common to import all of the ModelAdmin subclasses into your code and register them to the custom AdminSit ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 5346
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... try type that you wish to create. For example, a Point object may be created by passing in the X and Y coo ... rdinates into its constructor: >>> from django.contrib.gis.geos ... (e.g., GEOSGeometry('POINT(1 1)') will create a Point object). The srid parameter, if given, is set as th ... ies in this section export the GEOSGeometry object into a different. This output may be in the form of a s ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
Installing PostGIS — Django 4.0.6 ドキュメント 5346
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eographic object support to PostgreSQL, turning it into a spatial database. GEOS , PROJ and GDAL should be ...
https://man.plustar.jp/django/ref/contrib/gis/install/postgis.html - [similar]
Django 1.10.7 release notes — Django 4.0.6 ドキュメント 5346
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... provide safe redirect targets and puts such a URL into a link, they could suffer from an XSS attack. CVE- ...
https://man.plustar.jp/django/releases/1.10.7.html - [similar]
Django 1.8.18 リリースノート — Django 4.0.6 ドキュメント 5346
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... provide safe redirect targets and puts such a URL into a link, they could suffer from an XSS attack. CVE- ...
https://man.plustar.jp/django/releases/1.8.18.html - [similar]
Django 1.9.13 リリースノート — Django 4.0.6 ドキュメント 5346
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... provide safe redirect targets and puts such a URL into a link, they could suffer from an XSS attack. CVE- ...
https://man.plustar.jp/django/releases/1.9.13.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 5346
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ce), you can use django.test.testcases.SerializeMixin to run them sequentially. This mixin uses a filesyst ... Running migrate to install models and initial data into the test databases. Running the system checks . Ru ... TestCases or modules or otherwise and bundles them into test suites for the runner to execute. By default ... alize determines if Django serializes the database into an in-memory JSON string before running tests (use ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]