検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 171 for we (0.059 sec.)
Django 1.3.5 release notes — Django 4.0.6 ドキュメント 7736
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in prior security updates to Django. In one case, we have received ongoing reports of problems, and in ... the other we've chosen to take further steps to tighten up Djan ... continuing issues following the previous release, we're taking additional steps to tighten Host header ... wing up on a previous issue: in July of this year, we made changes to Django's HTTP redirect classes, pe ...
https://man.plustar.jp/django/releases/1.3.5.html - [similar]
Django 1.4.3 release notes — Django 4.0.6 ドキュメント 7736
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in prior security updates to Django. In one case, we have received ongoing reports of problems, and in ... the other we've chosen to take further steps to tighten up Djan ... continuing issues following the previous release, we're taking additional steps to tighten Host header ... wing up on a previous issue: in July of this year, we made changes to Django's HTTP redirect classes, pe ...
https://man.plustar.jp/django/releases/1.4.3.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 7623
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... そ! These release notes cover the new features , as well as some backwards incompatible changes you'll wa ... when upgrading from Django 1.4 or older versions. We've also dropped some features, which are detailed ... in our deprecation plan , and we've begun the deprecation process for some features ... se Django's auth framework ( django.contrib.auth ) were forced to use Django's definition of a "user". I ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 7330
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ようにするため、"__init__.py" を忘れないでください。 Webサーバが自動的にリスタートしない場合 templatetags ... 合、次のように関数の第2引数を省略してください: def lower ( value ): # Only one argument. """Converts a str ... ing into all lowercase""" return value . lower () 独自のフィルタを登 ... er . filter ( 'cut' , cut ) register . filter ( 'lower' , lower ) Library.filter() メソッドは 2 つの引数 ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
Conditional Expressions — Django 4.0.6 ドキュメント 7274
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... expressions . The conditional expression classes ¶ We'll be using the following model in the subsequent ... default argument isn't provided, None is used. If we wanted to change our previous query to get the dis ... unt based on how long the Client has been with us, we could do so using lookups: >>> a_month_ago = date ... ns are evaluated in order, so in the above example we get the correct result even though the second cond ...
https://man.plustar.jp/django/ref/models/conditional-expressions.html - [similar]
Django 1.8.8 リリースノート — Django 4.0.6 ドキュメント 7274
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in 1.8.7. Python 3.2 users, please be advised that we've decided to drop support for Python 3.2 in Djang ... o 1.8.x at the end of 2016. We won't break things intentionally after that, but w ... tream support for Python 3.2 ends February 2016 so we don't find much value in providing security update ... , filter , using , which , read , formats , list , we クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/1.8.8.html - [similar]
django.dispatch.dispatcher — Django 4.0.6 ドキュメント 7206
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ソースコード import logging import threading import weakref from django.utils.inspect import func_accepts ... nternal attributes: receivers { receiverkey (id) : weakref(receiver) } """ def __init__ ( self , use_cac ... self . use_caching = use_caching # For convenience we create empty caches even if they are not used. # A ... aching is defined, then for each # distinct sender we cache the receivers that sender has in # 'sender_r ...
https://man.plustar.jp/django/_modules/django/dispatch/dispatcher.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 7206
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... iplication, division, modulo arithmetic, and the power operator on query expressions, using Python const ... rter . stories_filed += 1 reporter . save () Here, we have pulled the value of reporter.stories_filed fr ... saved the object back to the database. But instead we could also have done: from django.db.models import ... more succinctly: reporter . refresh_from_db () As well as being used in operations on single instances ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Django 0.95 リリースノート — Django 4.0.6 ドキュメント 6981
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n production-level applications that use Django. However, it's not the 1.0 release, and we'll be introdu ... n 1.0. There likely won't be as big of a change between 0.95 and 1.0 versions as there was between 0.91 ... ints in the way Django code had to be written that were a consequence of decisions made in the early day ... this release is a dramatic increase in usability. We've made countless improvements in error messages, ...
https://man.plustar.jp/django/releases/0.95.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 6857
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django 1.0 リリースノート ¶ Django 1.0 へようこそ! We've been looking forward to this moment for over th ... rgest milestone in Django's development to date: a web framework that a group of perfectionists can trul ... t's new in Django 1.0 ¶ A lot ! Since Django 0.96, we've made over 4,000 code commits, fixed more than 2 ... d, added, or removed around 350,000 lines of code. We've also added 40,000 lines of new documentation, a ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT