検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 195 for Object (0.101 sec.)
Django 1.3.6 release notes — Django 4.0.6 ドキュメント 4733
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 1.3.6 now limits the admin history log view for an object to users with change permission for that model. 目 ...
https://man.plustar.jp/django/releases/1.3.6.html - [similar]
Django 1.5.2 release notes — Django 4.0.6 ドキュメント 4733
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ecorator. If you hit an AttributeError: 'Settings' object has no attribute '_original_allowed_hosts' excepti ...
https://man.plustar.jp/django/releases/1.5.2.html - [similar]
メールを送信する — Django 4.0.6 ドキュメント 4733
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ssage() constructs a django.core.mail.SafeMIMEText object (a subclass of Python's MIMEText class) or a djang ... o.core.mail.SafeMIMEMultipart object holding the message to be sent. If you ever need t ... s method to put the content you want into the MIME object. recipients() は、 to 、 cc 、 bcc のいずれかの属性 ... sages(email_messages) sends a list of EmailMessage objects. If the connection is not open, this call will im ...
https://man.plustar.jp/django/topics/email.html - [similar]
django.utils.module_loading — Django 4.0.6 ドキュメント 4700
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er as a way to access a registry. This register_to object must have a _registry instance variable to access ...
https://man.plustar.jp/django/_modules/django/utils/module_loading.html - [similar]
How to authenticate against Django's user database from Apache — Django 4.0.6 ... 4700
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a relation named 'groups', referring to a related object that has a 'name' field. You can also specify your ...
https://man.plustar.jp/django/howto/deployment/wsgi/apache-auth.html - [similar]
メッセージフレームワーク — Django 4.0.6 ドキュメント 4700
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Forms, if you need access to fields from the saved object override the get_success_message() method. Example ... % dict ( cleaned_data , calculated_field = self . object . calculated_field , ) Expiration of messages ¶ Th ...
https://man.plustar.jp/django/ref/contrib/messages.html - [similar]
The redirects app — Django 4.0.6 ドキュメント 4700
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n index page. Edit redirects as you edit any other object in the system. Via the Python API ¶ class models. ... trib/redirects/models.py . You can access redirect objects via the Django database API . For example: >>> fr ... >> # Add a new redirect. >>> redirect = Redirect . objects . create ( ... site_id = 1 , ... old_path = '/con ... -details/> >>> # Delete a redirect. >>> Redirect . objects . filter ( site_id = 1 , old_path = '/contact-us/ ...
https://man.plustar.jp/django/ref/contrib/redirects.html - [similar]
Django 1.4.4 release notes — Django 4.0.6 ドキュメント 4700
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 1.4.4 now limits the admin history log view for an object to users with change permission for that model. Ot ...
https://man.plustar.jp/django/releases/1.4.4.html - [similar]
Django 1.7.1 release notes — Django 4.0.6 ドキュメント 4700
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... migrations ( #23416 ). Fixed serialization of type objects in migrations ( #22951 ). Allowed inline and hidd ... rator now fails with a ValueError if the decorated object cannot automatically be imported ( #23418 ). Fixed ... h ) ( #23483 ). Restored the ability to deepcopy F objects ( #23492 ). Formats for Welsh ( cy ) and several ...
https://man.plustar.jp/django/releases/1.7.1.html - [similar]
Django 1.9.3 リリースノート — Django 4.0.6 ドキュメント 4700
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 26162 ). Fixed a regression for cases where ForeignObject.get_extra_descriptor_filter() returned a Q object ...
https://man.plustar.jp/django/releases/1.9.3.html - [similar]