検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 203 for where (0.090 sec.)
Submitting patches — Django 4.0.6 ドキュメント 5136
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e ( A.B ) should raise a RemovedInDjangoXXWarning (where XX is the Django version where the feature will be ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
Date-based mixins — Django 4.0.6 ドキュメント 5136
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... whether to include "future" objects on this page, where "future" means objects in which the field specifie ... whether to include "future" objects on this page, where "future" means objects in which the field specifie ...
https://man.plustar.jp/django/ref/class-based-views/mixins-date-based.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 5136
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f the model. (This example doesn't # support cases where 'creator_id' is deferred). if not self . _state . ... uery in the UPDATE case. There are some rare cases where the database doesn't report that a row was updated ... , the object will have a get_FOO_display() method, where FOO is the name of the field. This method returns ... t_next_by_FOO() and get_previous_by_FOO() methods, where FOO is the name of the field. This returns the nex ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
Django 1.11.4 リリースノート — Django 4.0.6 ドキュメント 5136
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ugfixes ¶ Fixed a regression in 1.11.3 on Python 2 where non-ASCII format values for date/time widgets resu ...
https://man.plustar.jp/django/releases/1.11.4.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 5136
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ials that cover some of the new features in depth. Wherever possible these features have been introduced in ... r browser. A related type of attack, "login CSRF," where an attacking site tricks a user's browser into log ... framework. Backwards-incompatible changes in 1.2 ¶ Wherever possible the new features above have been intro ... ossible to use these decorators both on functions (where the first argument is 'request') and on methods (w ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django 2.0.8 リリースノート — Django 4.0.6 ドキュメント 5136
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ficially supported) ( #29544 ). Fixed a regression where django.template.Template crashed if the template_s ...
https://man.plustar.jp/django/releases/2.0.8.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 5136
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d regular expression groups is (?P<name>pattern) , where name is the name of the group and pattern is some ... ming URL reversing that match the different layers where URLs are needed: In templates: Using the url templ ... If, for some reason, it was decided that the URLs where content for yearly article archives are published ... change the entry in the URLconf. In some scenarios where views are of a generic nature, a many-to-one relat ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
Signals — Django 4.0.6 ドキュメント 5136
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d applications get notified when actions occur elsewhere in the framework. In a nutshell, signals allow cer ... A unique identifier for a signal receiver in cases where duplicate signals may be sent. See Preventing dupl ... signal handling and registration code can live anywhere you like, although it's recommended to avoid the a ... e during testing. More generally, this occurs everywhere your project imports the module where you define t ...
https://man.plustar.jp/django/topics/signals.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 5061
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xx' % value When this filter is used in a template where auto-escaping is enabled, Django will escape the o ... fe is False , and you can omit it from any filters where it isn't required. Be careful when deciding if you ... is to write filters that can operate in templates where auto-escaping is either on or off in order to make ... a Node via its __init__() . The render() method is where the work actually happens. render() should general ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
「How-to」ガイド — Django 4.0.6 ドキュメント 5061
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... migrations 参考 The Django community aggregator , where we aggregate content from the global Django commun ...
https://man.plustar.jp/django/howto/index.html - [similar]