検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 208 for Database (0.119 sec.)
Django の概要 — Django 4.0.6 ドキュメント 4875
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... asy. Here's an informal overview of how to write a database-driven web app with Django. このドキュメントの目的 ... l_name = 'John Smith' ) # Save the object into the database. You have to call save() explicitly. >>> r . save ... ID. >>> r . id 1 # Now the new reporter is in the database. >>> Reporter . objects . all () < QuerySet [ < Re ... . full_name 'John Smith' # Django provides a rich database lookup API. >>> Reporter . objects . get ( id = 1 ...
https://man.plustar.jp/django/intro/overview.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 4875
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion doesn't contain a models module. Note that the database related signals such as pre_migrate and post_migra ... ses as described above, avoid interacting with the database in your ready() implementation. This includes mode ... agement command. For example, even though the test database configuration is separate from the production sett ... still execute some queries against your production database! 注釈 In the usual initialization process, the rea ...
https://man.plustar.jp/django/ref/applications.html - [similar]
Django 1.1.3 リリースノート — Django 4.0.6 ドキュメント 4875
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... elds on the corresponding models, including across database-level relationships. This is implemented by passin ... regular-expression lookups supported by the Django database API -- expose sensitive information such as users' ...
https://man.plustar.jp/django/releases/1.1.3.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 4875
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... You can annotate and aggregate using many built-in database functions . Beyond those, you can create custom qu ... replaced by a dictionary key), regardless of your database engine. Such placeholders will be replaced with pa ... oit where attackers inject arbitrary SQL into your database. If you use string interpolation or quote the plac ... cname , params = None , kparams = None ) ¶ Calls a database stored procedure with the given name. A sequence ( ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
Django 1.8.7 リリースノート — Django 4.0.6 ドキュメント 4843
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... installed. Fixed a regression in 1.8.6 that caused database routers without an allow_migrate() method to crash ... ing validation and being silently truncated by the database ( #25767 ). 目次 Django 1.8.7 リリースノート Fixed ...
https://man.plustar.jp/django/releases/1.8.7.html - [similar]
Installing SpatiaLite — Django 4.0.6 ドキュメント 4811
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to SQLite, turning it into a full-featured spatial database. First, check if you can install SpatiaLite from s ... Chaos packages section. When creating a SpatiaLite database, the spatialite program is required. However, inst ...
https://man.plustar.jp/django/ref/contrib/gis/install/spatialite.html - [similar]
contrib packages — Django 4.0.6 ドキュメント 4811
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... A framework for managing "flat" HTML content in a database. See the flatpages documentation . Requires the si ... lets you operate multiple websites off of the same database and Django installation. It gives you hooks for as ...
https://man.plustar.jp/django/ref/contrib/index.html - [similar]
Django 2.2.1 リリースノート — Django 4.0.6 ドキュメント 4811
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in Django 2.1 that caused the incorrect quoting of database user password when using dbshell on Oracle ( #3030 ... ion in Django 2.2 where IntegerField validation of database limits crashes if limit_value attribute in a custo ...
https://man.plustar.jp/django/releases/2.2.1.html - [similar]
GeoDjango Forms API — Django 4.0.6 ドキュメント 4779
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he SRID more generally used by your application or database, the field will automatically convert input values ... attributes Widget classes 前のトピックへ GeoDjango Database API 次のトピックへ GIS QuerySet API リファレンス 関 ...
https://man.plustar.jp/django/ref/contrib/gis/forms-api.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 4779
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... at, use the DISABLE_SERVER_SIDE_CURSORS setting in DATABASES . See Transaction pooling and server-side cursors ... ate ( #28043 ). Prevented migrations from dropping database indexes from Meta.indexes when changing Field.db_i ... rrayField(CITextField()) values retrieved from the database ( #28161 ). Fixed QuerySet.prefetch_related() cras ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT