検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 238 for data (0.090 sec.)
Date-based mixins — Django 4.0.6 ドキュメント 5856
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Returns the year for which this view will display data, as a string. Tries the following sources, in orde ... Returns the month for which this view will display data, as a string. Tries the following sources, in orde ... ¶ Returns the day for which this view will display data, as a string. Tries the following sources, in orde ... Returns the week for which this view will display data, as a string. Tries the following sources, in orde ...
https://man.plustar.jp/django/ref/class-based-views/mixins-date-based.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 5856
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... web server makes all sorts of calculations -- from database queries to template rendering to business logi ... tup. Namely, you have to tell it where your cached data should live -- whether in a database, on the files ... by sites such as Facebook and Wikipedia to reduce database access and dramatically increase site performa ... fast interface for adding, retrieving and deleting data in the cache. All data is stored directly in memor ...
https://man.plustar.jp/django/topics/cache.html - [similar]
django.core.files.images — Django 4.0.6 ドキュメント 5816
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... parse the whole file. chunk_size = 1024 while 1 : data = file . read ( chunk_size ) if not data : break t ... ry : p . feed ( data ) except zlib . error as e : # ignore zlib complai ... ning on truncated stream, just feed more # data to parser (ticket #19457). if e . args [ 0 ] . sta ... urn # less bytes than expected. Skip and feed more data to the # parser (ticket #24544). pass except Runti ...
https://man.plustar.jp/django/_modules/django/core/files/images.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 5816
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ue , that means it has two possible values for "no data": NULL , and the empty string. In most cases, it's ... redundant to have two possible values for "no data;" the Django convention is to use the empty string ... dynamic, you're probably better off using a proper database table with a ForeignKey . choices is meant for ... static data that doesn't change much, if ever. 注釈 choices の ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
設定 — Django 4.0.6 ドキュメント 5704
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 次のものがあります。 'django.core.cache.backends.db.DatabaseCache' 'django.core.cache.backends.dummy.DummyC ... header checking isn't performed in older versions. DATABASES ¶ デフォルト値: {} (空の辞書) A dictionary co ... ntaining the settings for all databases to be used with Django. It is a nested dictio ... nary whose contents map a database alias to a dictionary containing the options f ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 2.2.13 release notes — Django 4.0.6 ドキュメント 5704
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a regression in 2.2.12. CVE-2020-13254: Potential data leakage via malformed memcached keys ¶ In cases wh ... eys could result in a key collision, and potential data leakage. In order to avoid this vulnerability, key ... ngo 2.2.13 release notes CVE-2020-13254: Potential data leakage via malformed memcached keys CVE-2020-1359 ... ForeignKeyRawIdWidget , admin , malformed , key , data , leakage , Bugfixes , encoded クイック検索 Last u ...
https://man.plustar.jp/django/releases/2.2.13.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 5704
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rule of web application security is to never trust data from untrusted sources. Sometimes it can be useful ... to pass data through an untrusted medium. Cryptographically sig ... ng to users who have lost their password. Ensuring data stored in hidden form fields has not been tampered ... > obj {'message': 'Hello!'} See Protecting complex data structures for more details. 何らかの理由により署名 ...
https://man.plustar.jp/django/topics/signing.html - [similar]
Django 1.4.14 release notes — Django 4.0.6 ドキュメント 5663
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ince stat() may invoke IO, this may produce a huge data-dependent slowdown that slowly worsens over time. ... e now logs the user out on a failed login attempt. Data leakage via query string manipulation in contrib.a ... ns of Django it was possible to reveal any field's data by modifying the "popup" and "to_field" parameters ... nge form pages in the first place, this could leak data if you rely on users having access to view only ce ...
https://man.plustar.jp/django/releases/1.4.14.html - [similar]
Django 1.5.9 release notes — Django 4.0.6 ドキュメント 5663
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ince stat() may invoke IO, this may produce a huge data-dependent slowdown that slowly worsens over time. ... e now logs the user out on a failed login attempt. Data leakage via query string manipulation in contrib.a ... ns of Django it was possible to reveal any field's data by modifying the "popup" and "to_field" parameters ... nge form pages in the first place, this could leak data if you rely on users having access to view only ce ...
https://man.plustar.jp/django/releases/1.5.9.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 5663
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a User object that has already been saved # to the database. You can continue to change its attributes # i ... er_id ) # Permission cache is repopulated from the database user . has_perm ( 'myapp.change_blogpost' ) # ... してください。 When you call logout() , the session data for the current request is completely cleaned out. ... All existing data is removed. This is to prevent another person from ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT