検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 170 for there (0.065 sec.)
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6125
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es may be found below . 参考 Django Advent covered the release of Django 1.2 with a series of articles and ... apply to functions and no longer work on methods. There's a simple one-line fix detailed below . Again, th ... .1 will continue to receive security support until the release of Django 1.3. A roadmap for Django's overal ... ly being developed, and will be announced prior to the release of Django 1.3. What's new in Django 1.2 ¶ Su ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 6125
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _data() passing any data they want to ensure is in there as keyword arguments. get_context_data() returns a ... ither a single Django object, or multiple objects. There are also mixins involved in the generic edit views ... inate_queryset() . Unlike with SingleObjectMixin , there's no need to key off parts of the URL to figure ou ... sed views, or other generic class-based views, but there are a range of rarer problems you can solve than a ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
django.db.transaction — Django 4.0.6 ドキュメント 6023
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nection . in_atomic_block : # Release savepoint if there is one if sid is not None : try : connection . sav ... se else : # This flag will be set to True again if there isn't a savepoint # allowing to perform the rollba ... on . in_atomic_block : # Roll back to savepoint if there is one, mark for rollback # otherwise. if sid is N ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 6023
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... creating a fully-ready pull request, you will make the reviewer's job easier, meaning that your work is mor ... go", containing a clone of your GitHub repository. The rest of the git commands on this page need to be run ... go as an "upstream" remote (that is, tell git that the reference Django repository was the source of your f ... ven for the smallest things - that's what they are there for. If instead you were working for a fix on the ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
Paginator — Django 4.0.6 ドキュメント 6023
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mple, with 23 items, per_page=10 , and orphans=3 , there will be two pages; the first page with 10 items an ... h_side and on_ends , if the current page is 10 and there are 50 pages, the page range will be [1, 2, '…', 7 ... age. has_other_pages () [ソース] ¶ Returns True if there's a next or previous page. Page. next_page_number ... The Paginator.page() method raises an exception if the requested page is invalid (i.e. not an integer) or c ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 5922
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... HTML-unsafe characters ( < , > , ' , " or & ) into the result that were not already present. In this case, ... hat if a "safe" string is passed into your filter, the result will still be "safe" and if a non-safe string ... doesn't introduce any possibility of unsafe HTML." The reason is_safe is necessary is because there are ple ... ce this introduces no dangerous HTML characters to the result (aside from any that were already present), y ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
JavaScript — Django 4.0.6 ドキュメント 5922
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... JavaScript files use 4 spaces for indentation, but there are some exceptions. When naming variables, use ca ... pabilities of the admin interface. In conjunction, there is an emphasis on admin JavaScript performance and ...
https://man.plustar.jp/django/internals/contributing/writing-code/javascript.htm... - [similar]
Django へのコントリビュート — Django 4.0.6 ドキュメント 5820
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ?️ Django is translated into over 100 languages - There's even some translation for Klingon?! The i18n tea ... the jump to contributing members of the community. There are several other ways you can help the Django com ...
https://man.plustar.jp/django/internals/contributing/index.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 5820
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ace for some of the capabilities of OGR, including the reading and coordinate transformation of vector spat ... SpatialReference of this geometry. Returns None if there is no spatial reference information associated wit ... clone of this geometry object. close_rings () ¶ If there are any rings within this geometry that have not b ... a new OGRGeometry object. difference () ¶ Returns the region consisting of the difference of this geometry ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 5820
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e previous LTS, Django 1.4, will end 6 months from the release date of Django 1.8. Python バージョン間の互換 ... ddleware provides several security enhancements to the request/response cycle. The new check --deploy optio ... a fixed length character field on other backends. There is a corresponding form field . Django now has a D ... arithmetic has also been improved on all backends. There is a corresponding form field . Query Expressions, ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT