検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 238 for data (0.056 sec.)
django.core.signing — Django 4.0.6 ドキュメント 6417
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , ":" )) . encode ( "latin-1" ) def loads ( self , data ): return json . loads ( data . decode ( "latin-1" ... serializer is expected to return a bytestring. """ data = serializer () . dumps ( obj ) # Flag for if it's ... ress is being used. compressed = zlib . compress ( data ) if len ( compressed ) < ( len ( data ) - 1 ): da ... ressed is_compressed = True base64d = b64_encode ( data ) . decode () if is_compressed : base64d = "." + b ...
https://man.plustar.jp/django/_modules/django/core/signing.html - [similar]
Django 1.6.5 release notes — Django 4.0.6 ドキュメント 6376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... incorrectly be allowed to store and serve private data ¶ In certain situations, Django may allow caches t ... o store private data related to a particular session and then serve tha ... t data to requests with a different session, or no sessio ... Cookie header to ensure caches do not serve cached data to requests from other sessions. However, older ve ...
https://man.plustar.jp/django/releases/1.6.5.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6335
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e features is available in the documentation . New data types ¶ Django now has a UUIDField for storing uni ... nique identifiers. It is stored as the native uuid data type on PostgreSQL and as a fixed length character ... by timedelta . It is stored in the native interval data type on PostgreSQL, as a INTERVAL DAY(9) TO SECOND ... . Query Expressions, Conditional Expressions, and Database Functions ¶ Query Expressions allow you to cre ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
クラスベース汎用ビュー - フラットインデックス — Django 4.0.6 ドキュメント 6305
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ] メソッド as_view() dispatch() get() get_context_data() head() http_method_not_allowed() render_to_respo ... ix メソッド as_view() dispatch() get() get_context_data() get_object() head() http_method_not_allowed() re ... ix メソッド as_view() dispatch() get() get_context_data() get_paginator() head() http_method_not_allowed() ... ch() form_invalid() form_valid() get() get_context_data() get_form() get_form_kwargs() http_method_not_all ...
https://man.plustar.jp/django/ref/class-based-views/flattened-index.html - [similar]
Geolocation with GeoIP2 — Django 4.0.6 ドキュメント 6223
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 2 Python library and the GeoIP Country and/or City datasets in binary format (the CSV files will not work! ... be set with the path of the location of your GeoIP datasets. The following initialization keywords may be ... Arguments 説明 path Base directory to where GeoIP data is located or the full path to where the city or c ... ountry data files ( .mmdb ) are located. Assumes that both the ...
https://man.plustar.jp/django/ref/contrib/gis/geoip2.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6223
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... - admin check -- tag models -- tag compatibility --database DATABASE ¶ Specifies the database to run check ... s requiring database access: django - admin check -- database defau ... lt -- database other By default, these checks will not be run ... s, you will probably want to point the check command at a different settings module, either by setting the ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django 3.1.1 release notes — Django 4.0.6 ドキュメント 6223
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... igation sidebar ( #31854 ). Fixed encoding session data while upgrading multiple instances of the same pro ... e debug logging when rendering ( #31865 ). 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 ... at caused a crash when decoding an invalid session data ( #31895 ). Reverted a deprecation in Django 3.1 t ...
https://man.plustar.jp/django/releases/3.1.1.html - [similar]
Django 1.4.13 release notes — Django 4.0.6 ドキュメント 6192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... incorrectly be allowed to store and serve private data ¶ In certain situations, Django may allow caches t ... o store private data related to a particular session and then serve tha ... t data to requests with a different session, or no sessio ... Cookie header to ensure caches do not serve cached data to requests from other sessions. However, older ve ...
https://man.plustar.jp/django/releases/1.4.13.html - [similar]
Django 1.5.8 release notes — Django 4.0.6 ドキュメント 6192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... incorrectly be allowed to store and serve private data ¶ In certain situations, Django may allow caches t ... o store private data related to a particular session and then serve tha ... t data to requests with a different session, or no sessio ... Cookie header to ensure caches do not serve cached data to requests from other sessions. However, older ve ...
https://man.plustar.jp/django/releases/1.5.8.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 6192
" + 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 subc ... ort ArticleForm # Create a form instance from POST data. >>> f = ArticleForm ( request . POST ) # Save a n ... ew Article object from the form's data. >>> new_article = f . save () # Create a form to ... edit an existing Article, but use # POST data to populate the form. >>> a = Article . objects . ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT