検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 129 for methods (0.021 sec.)
View decorators — Django 4.0.6 ドキュメント 12281
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se decorators with class-based views. Allowed HTTP methods ¶ The decorators in django.views.decorators.http c ... llowed if the conditions are not met. require_http_methods ( request_method_list ) ¶ Decorator to require tha ... t a view only accepts particular request methods. Usage: from django.views.decorators.http import r ... equire_http_methods @require_http_methods ([ "GET" , "POST" ]) def my_ ...
https://man.plustar.jp/django/topics/http/decorators.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 10148
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... はいけません。 Another thing to note is that Manager methods can access self.model to get the model class to wh ... se filter() , exclude() and all the other QuerySet methods on it. So these statements are all legal: Book . d ... ``のメソッド をマネージャから呼び出す ¶ While most methods from the standard QuerySet are accessible directly ... the Manager , this is only the case for the extra methods defined on a custom QuerySet if you also implement ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 10051
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... forms the same function. Routers with allow_syncdb methods will still work, but that method name is deprecate ... deconstruct() method if your subclass changes the method signature of __init__ in any way. If your field jus ... ialization documentation . Calling custom QuerySet methods from the Manager ¶ Historically, the recommended w ... ay to make reusable model queries was to create methods on a custom Manager class. The problem with this a ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 9966
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ?u) ) will be removed. Support for Widget.render() methods without the renderer argument will be removed. 2.0 ... late() and load_template_sources() template loader methods will be removed. The template_dirs argument for te ... Support for the allow_tags attribute on ModelAdmin methods will be removed. The enclosure keyword argument to ... ion will be removed. The get_srid() and set_srid() methods of django.contrib.gis.geos.GEOSGeometry will be re ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 9771
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Field subclasses should be aware that a number of methods have had a change in prototype, detailed under get ... _db_prep_*() methods on Field , below. The internals of template tags h ... auth only apply to functions and no longer work on methods. There's a simple one-line fix detailed below . Ag ... end that will allow Django's standard mail sending methods to use those facilities. This also makes it easier ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
File オブジェクト — Django 4.0.6 ドキュメント 9186
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ソース] ¶ Close the file. In addition to the listed methods, File exposes the following attributes and methods ... s.images.ImageFile inherits all the attributes and methods of File , and additionally provides the following: ... height ¶ Height of the image in pixels. Additional methods on files attached to objects ¶ Any File that is as ... ar.photo , below) will also have a couple of extra methods: File. save ( name , content , save = True ) ¶ Sav ...
https://man.plustar.jp/django/ref/files/file.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 8504
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t permission checking. PasswordResetForm now has a method send_mail() that can be overridden to customize the ... erly. HttpResponse now implements a few additional methods like getvalue() so that instances can be used as s ... スト ¶ The RequestFactory.trace() and Client.trace() methods were implemented, allowing you to create TRACE req ... ce the risk of data corruption, all data modifying methods that affect multiple related objects (i.e. add() , ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 8114
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... itle> and <description> , Django tries calling the methods item_title() and item_description() on the Feed cl ... Django uses the title() , link() and description() methods. In the previous example, they were string class a ... ple illustrates that they can be either strings or methods. For each of title , link and description , Django ... xampleFeed class below gives full documentation on methods and attributes of Feed classes. Specifying the typ ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 7931
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... one in which it was pickled. Other model instance methods ¶ A few object methods have special purposes. __st ... characters outside the ASCII range. Extra instance methods ¶ In addition to save() , delete() , a model objec ... t might have some of the following methods: Model. get_FOO_display () ¶ For every field that ... l have get_next_by_FOO() and get_previous_by_FOO() methods, where FOO is the name of the field. This returns ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 7834
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odels are installed. Instances of ContentType have methods for returning the model classes they represent and ... s. ContentType also has a custom manager that adds methods for working with ContentType and for obtaining ins ... ngo.contrib.sites ). model will be set to 'site' . Methods on ContentType instances ¶ Each ContentType instan ... ce has methods that allow you to get from a ContentType instance ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT