検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 238 for data (0.061 sec.)
フォームを使う — Django 4.0.6 ドキュメント 5663
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ither would it be suitable for large quantities of data, or for binary data, such as an image. A web appli ... Django Form that produces it, or to the structured data returned when it is submitted, or to the end-to-en ... this method is called, if all fields contain valid data, it will: True を返します フォームのデータを clean ... ed_data 属性に配置します フォーム全体は、初めてレンダリング ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
How to provide initial data for models — Django 4.0.6 ドキュメント 5632
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es « previous | up | next » How to provide initial data for models ¶ アプリケーションを最初に設定するときに ... フィクスチャを作成する最も簡単な方法は manage.py dumpdata コマンドを使用することです。 もしくは、フィクスチャ ... クトリ内に保存しておくことができます。 You can load data by calling manage.py loaddata <fixturename> , wher ... fixture file you've created. Each time you run loaddata , the data will be read from the fixture and re-lo ...
https://man.plustar.jp/django/howto/initial-data.html - [similar]
Django 2.2.16 release notes — Django 4.0.6 ドキュメント 5632
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 20 Django 2.2.16 fixes two security issues and two data loss bugs in 2.2.15. CVE-2020-24583: Incorrect per ... o group or others permissions). Bugfixes ¶ Fixed a data loss possibility in the select_for_update() . When ... esponding model was not locked ( #31866 ). Fixed a data loss possibility, following a regression in Django ... ies , intermediate , permissions , system , file , data , loss , using クイック検索 Last update: 2022年6月 ...
https://man.plustar.jp/django/releases/2.2.16.html - [similar]
Django 3.0.10 release notes — Django 4.0.6 ドキュメント 5632
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 20 Django 3.0.10 fixes two security issues and two data loss bugs in 3.0.9. CVE-2020-24583: Incorrect perm ... o group or others permissions). Bugfixes ¶ Fixed a data loss possibility in the select_for_update() . When ... esponding model was not locked ( #31866 ). Fixed a data loss possibility, following a regression in Django ... ies , intermediate , permissions , system , file , data , loss , using クイック検索 Last update: 2022年6月 ...
https://man.plustar.jp/django/releases/3.0.10.html - [similar]
GeoDjango Utilities — Django 4.0.6 ドキュメント 5592
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... creating geospatial web applications. LayerMapping data import utility カスタマイズ例 LayerMapping API トラ ... eolocation with GeoIP2 次のトピックへ LayerMapping data import utility 関連キーワード Utilities , Geo , La ... yerMapping , up , import , utility , next , data , previous , トピック クイック検索 Last update: 20 ...
https://man.plustar.jp/django/ref/contrib/gis/utils.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 5592
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ータベースを使ったセッション ¶ データベースを使った (database-backed) セッションを使いたい場合には、設定ファ ... end. The local-memory cache backend doesn't retain data long enough to be a good choice, and it'll be fast ... er to use file or database sessions directly instead of sending everythin ... g through the file or database cache backends. Additionally, the local-memory ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 5551
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... <description> . We need to tell the framework what data to put into those elements. For the contents of <t ... hat uses a description template. Feed. get_context_data ( ** kwargs ) ¶ There is also a way to pass additi ... You can provide your implementation of get_context_data method in your Feed subclass. For example: from my ... s . order_by ( '-pub_date' )[: 5 ] def get_context_data ( self , ** kwargs ): context = super () . get_con ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
データベース — Django 4.0.6 ドキュメント 5551
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... タベース ¶ Django officially supports the following databases: PostgreSQL MariaDB MySQL Oracle SQLite There ... are also a number of database backends provided by third parties . Django at ... pts to support as many features as possible on all database backends. However, not all database backends a ... he overhead of re-establishing a connection to the database in each request. They're controlled by the CON ...
https://man.plustar.jp/django/ref/databases.html - [similar]
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 5551
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hange the template that is used, or put additional data into the context. TemplateResponse provides a way ... path/to/bar.html'] SimpleTemplateResponse. context_data ¶ The context data to be used when rendering the t ... se content, using the current template and context data. SimpleTemplateResponse. is_rendered ¶ A boolean i ... resolve_context ( context ) ¶ Preprocesses context data that will be used for rendering a template. Accept ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 5551
" + 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 cur ... oOneField primary key ( #28047 ). Fixed empty POST data table appearing instead of "No POST data" in HTML ... vented SessionBase.cycle_key() from losing session data if _session_cache isn't populated ( #28066 ). Fixe ... validation with unchanged forms that have initial data ( #28130 ). Prepared for cx_Oracle 6.0 support ( # ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT