Results of 1 - 10 of about 71 for able (0.022 sec.)
- Installing SpatiaLite — Django 4.0.6 ドキュメント 15532
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
}); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ...
-SINS home page. In any case, you should always be able to install from source . Installing from source ¶ ...
nter the following query: sqlite > CREATE VIRTUAL TABLE testrtree USING rtree ( id , minX , maxX , minY , ...
igure script -- however the CFLAGS environment variable needs to be customized so that SQLite knows to bui ...
-
https://man.plustar.jp/django/ref/contrib/gis/install/spatialite.html
- [similar]
- Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 9544
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
}); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ...
参考 If you just want to get some data from your tables into a serialized form, you could use the dumpdat ...
required by a model, the deserializer will not be able to save deserialized instances. 継承されたモデル ¶ ...
ect. However, if you have a model that uses multi-table inheritance , you also need to serialize all of th ...
-
https://man.plustar.jp/django/topics/serialization.html
- [similar]
- File storage API — Django 4.0.6 ドキュメント 8883
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
}); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ...
n the storage system, or False if the name is available for a new file. get_accessed_time ( name ) ¶ Retur ...
t accessed time of the file. For storage systems unable to return the last accessed time this will raise N ...
ded to the filename before the extension. get_available_name ( name , max_length = None ) ¶ Returns a file ...
-
https://man.plustar.jp/django/ref/files/storage.html
- [similar]
- Django 1.5 release notes — Django 4.0.6 ドキュメント 8883
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
}); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ...
e biggest new feature in Django 1.5 is the configurable User model . Before Django 1.5, applications that ...
ll support Python 3 without reservations. Other notable new features in Django 1.5 include: Support for sa ...
to be a literal name of a view, not a template variable named myview ). Django 1.3 and above introduced th ...
-
https://man.plustar.jp/django/releases/1.5.html
- [similar]
- Django 1.11.21 リリースノート — Django 4.0.6 ドキュメント 8546
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
}); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ...
CVE-2019-12308: AdminURLFieldWidget XSS ¶ The clickable "Current URL" link generated by AdminURLFieldWidge ...
L query parameter payload, could result in an clickable JavaScript link. AdminURLFieldWidget now validates ...
alue using URLValidator before displaying the clickable link. You may customize the validator by passing a ...
-
https://man.plustar.jp/django/releases/1.11.21.html
- [similar]
- クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 8208
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
}); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ...
cause the presence of the Referer header isn't reliable enough under HTTP.) If the CSRF_COOKIE_DOMAIN sett ...
rer URL to third-party sites, you might want to disable the referer on your site's <a> tags. For example, ...
views, the CSRF middleware will not yet have been able to set the Vary header or the CSRF cookie, and the ...
-
https://man.plustar.jp/django/ref/csrf.html
- [similar]
- Django 2.1.9 リリースノート — Django 4.0.6 ドキュメント 8208
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
}); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ...
CVE-2019-12308: AdminURLFieldWidget XSS ¶ The clickable "Current URL" link generated by AdminURLFieldWidge ...
L query parameter payload, could result in an clickable JavaScript link. AdminURLFieldWidget now validates ...
alue using URLValidator before displaying the clickable link. You may customize the validator by passing a ...
-
https://man.plustar.jp/django/releases/2.1.9.html
- [similar]
- 多対多 (many-to-many) 関係 — Django 4.0.6 ドキュメント 8208
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
}); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ...
m2m queries are supported (i.e., starting at the table that doesn't have a ManyToManyField ): >>> Publica ...
If we delete a Publication , its Articles won't be able to access it: >>> p1 . delete () >>> Publication . ...
f we delete an Article , its Publications won't be able to access it: >>> a2 . delete () >>> Article . obj ...
-
https://man.plustar.jp/django/topics/db/examples/many_to_many.html
- [similar]
- How to manage static files (e.g. images, JavaScript, CSS) — Django 4.0.6 ドキュ... 7885
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
}); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ...
てください。 静的ファイルの名前空間 Now we might be able to get away with putting our static files directly ...
name in a different application, Django would be unable to distinguish between them. We need to be able to ...
-
https://man.plustar.jp/django/howto/static-files/index.html
- [similar]
- GeoDjango Installation — Django 4.0.6 ドキュメント 7885
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
}); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ...
addition, platform-specific instructions are available for: macOS Windows Use the Source Because GeoDjang ...
ries are necessary. If binary packages aren't available for your platform, installation from source may be ...
on a per-user basis by setting an environment variable, or by configuring the library path for the entire ...
-
https://man.plustar.jp/django/ref/contrib/gis/install/index.html
- [similar]