検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 208 for Database (0.112 sec.)
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 4715
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sNotExist , which is the base class for all Django database API DoesNotExist exceptions, has silent_variable_f ... . Example: def sensitive_function ( self ): self . database_record . delete () sensitive_function . alters_dat ... s from a given source, such as the filesystem or a database. get_template_sources ( template_name ) ¶ A method ... ader would read contents from the filesystem, or a database loader would read from the database. If a matching ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 4715
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s a save() method. This method creates and saves a database object from the data bound to the form. A subclass ... returns the instances that have been saved to the database. If a given instance's data didn't change in the b ... ound data, the instance won't be saved to the database and won't be included in the return value ( instan ... n the unsaved model instances: # don't save to the database >>> instances = formset . save ( commit = False ) ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
Installing Geospatial libraries — Django 4.0.6 ドキュメント 4683
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e used independently of Django. In other words, no database or settings file required -- import them as normal ... ven order. If using MySQL or Oracle as the spatial database, only GEOS is required. 注釈 On Linux platforms, i ...
https://man.plustar.jp/django/ref/contrib/gis/install/geolibs.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 4683
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ). Added GeoDjango compatibility with mysqlclient database driver. Fixed MySQL 5.6+ crash with GeometryField ... contrib.sites default site creation in a multiple database setup ( #24000 ). Restored support for objects tha ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
Examples of model relationship API usage — Django 4.0.6 ドキュメント 4683
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -one) 関係 一対一 (one-to-one) 関係 前のトピックへ Database instrumentation 次のトピックへ 多対多 (many-to-man ...
https://man.plustar.jp/django/topics/db/examples/index.html - [similar]
モデル — Django 4.0.6 ドキュメント 4652
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... p API reference クエリー式 Conditional Expressions Database Functions 前のトピックへ マイグレーション操作 次の ...
https://man.plustar.jp/django/ref/models/index.html - [similar]
Related objects reference — Django 4.0.6 ドキュメント 4652
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ons. For instance, new objects may be added to the database in between the call to clear() and the call to add ... reate() , remove() , clear() , and set() all apply database changes immediately for all types of related field ...
https://man.plustar.jp/django/ref/models/relations.html - [similar]
Django 1.10.2 release notes — Django 4.0.6 ドキュメント 4652
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... bugs in 1.10.1. Bugfixes ¶ Fixed a crash in MySQL database validation where SELECT @@sql_mode doesn't return ...
https://man.plustar.jp/django/releases/1.10.2.html - [similar]
Django 1.10.5 release notes — Django 4.0.6 ドキュメント 4652
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... if request.user can't be retrieved, such as if the database is unavailable ( #27567 ). Fixed occasional missin ...
https://man.plustar.jp/django/releases/1.10.5.html - [similar]
Django 1.11.21 リリースノート — Django 4.0.6 ドキュメント 4652
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... safe URL. Thus, an unvalidated value stored in the database, or a value provided as a URL query parameter payl ...
https://man.plustar.jp/django/releases/1.11.21.html - [similar]