検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 320 for not (0.098 sec.)
Django 1.5.5 release notes — Django 4.0.6 ドキュメント 4746
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ules « previous | up | next » Django 1.5.5 release notes ¶ October 23, 2013 Django 1.5.5 fixes a couple s ... tead improved the speed of our PBKDF2 algorithm by not rehashing the key on every iteration. Properly rot ... s a security hardening measure in Django 1.5.2 did not work properly and is now fixed. Bugfixes ¶ Fixed a ... 21126). Fixed crashes when using combinations of annotate() , select_related() , and only() (#16436). Bac ...
https://man.plustar.jp/django/releases/1.5.5.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 4746
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and migrate . For performance reasons, checks are not run as part of the WSGI stack that is used in depl ... nfiguration. If databases is None , the check must not use any database connections. The **kwargs argumen ... ax_values ( self , ** kwargs ): if ( self . min is not None and self . max is not None and self . min > s ... nly difference is that the check is a classmethod, not an instance method: class MyModel ( models . Model ...
https://man.plustar.jp/django/topics/checks.html - [similar]
Model クラスのリファレンス — Django 4.0.6 ドキュメント 4709
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mplete list of Model reference guides . 属性 ¶ DoesNotExist ¶ exception Model. DoesNotExist ¶ This except ... on is raised by the ORM when an expected object is not found. For example, QuerySet.get() will raise it w ... found for the given lookups. Django provides a DoesNotExist exception as an attribute of each model class ... to identify the class of object that could not be found, allowing you to catch exceptions for a p ...
https://man.plustar.jp/django/ref/models/class.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 4709
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eric characters and the underscore ( "_" ) but may not start with an underscore, and may not be a number. ... l meaning, as indicated below. Importantly, you cannot have spaces or punctuation characters in variable ... に、string_if_invalid` のオプション値を挿入します。 Note that "bar" in a template expression like {{ foo.b ... ar }} will be interpreted as a literal string and not using the value of the variable "bar", if one exis ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 4709
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... an are provided for by Django out of the box. 警告 Not all mixins can be used together, and not all gener ... f post ( self , request , * args , ** kwargs ): if not request . user . is_authenticated : return HttpRes ... stView . as_view (), name = 'author-interest' ), ] Note the pk named group, which get_object() uses to lo ... objects that are all linked (by a foreign key) to another object. In our publishing example, you might wa ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
How to create PDF files — Django 4.0.6 ドキュメント 4663
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rtLab library is available on PyPI . A user guide (not coincidentally, a PDF file) is also available for ... anvas.Canvas can be fed to the FileResponse class. Note that all subsequent PDF-generation methods are ca ... lled on the PDF object (in this case, p ) -- not on buffer . Finally, it's important to call showPa ... ge() and save() on the PDF file. 注釈 ReportLab is not thread-safe. Some of our users have reported odd i ...
https://man.plustar.jp/django/howto/outputting-pdf.html - [similar]
django.core.files.base — Django 4.0.6 ドキュメント 4626
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... while True : data = self . read ( chunk_size ) if not data : break yield data [ドキュメント] def multipl ... rue ): if buffer_ : if endswith_cr ( buffer_ ) and not equals_lf ( line ): # Line split after a \r newlin ... ): yield line else : buffer_ = line if buffer_ is not None : yield buffer_ def __enter__ ( self ): retur ... [ドキュメント] def open ( self , mode = None ): if not self . closed : self . seek ( 0 ) elif self . name ...
https://man.plustar.jp/django/_modules/django/core/files/base.html - [similar]
django.core.files.images — Django 4.0.6 ドキュメント 4626
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ons ()[ 1 ] def _get_image_dimensions ( self ): if not hasattr ( self , "_dimensions_cache" ): close = se ... 024 while 1 : data = file . read ( chunk_size ) if not data : break try : p . feed ( data ) except zlib . ... except RuntimeError : # e.g. "RuntimeError: could not create decoder object" for # WebP files. A differe ...
https://man.plustar.jp/django/_modules/django/core/files/images.html - [similar]
django.core.mail — Django 4.0.6 ドキュメント 4626
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... word is None, use the EMAIL_HOST_PASSWORD setting. Note: The API for this method is frozen. New code want ... word is None, use the EMAIL_HOST_PASSWORD setting. Note: The API for this method is frozen. New code want ... he admins, as defined by the ADMINS setting.""" if not settings . ADMINS : return if not all ( isinstance ... anagers, as defined by the MANAGERS setting.""" if not settings . MANAGERS : return if not all ( isinstan ...
https://man.plustar.jp/django/_modules/django/core/mail.html - [similar]
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 4626
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... GIST or SPGIST . Matching is case insensitive. If not provided, the default index type is GIST . conditi ... ferrable . DEFERRED , ) By default constraints are not deferred. A deferred constraint will not be enforc ... stricts overlapping reservations in the same room, not taking canceled reservations into account: from dj ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]