検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 100 for reverse (0.054 sec.)
Unit tests — Django 4.0.6 ドキュメント 6709
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .\> runtests.py --start-after=wsgi Note that the --reverse option doesn't impact on --start-at or --start-aft ... n also try running any set of tests in a random or reverse order using the --shuffle and --reverse options. T ... untests.py basic --shuffle $ ./runtests.py basic --reverse ...\> runtests.py basic --shuffle ...\> runtests.p ... y basic --reverse Seeing the SQL queries run during a test ¶ If you ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
はじめての Django アプリ作成、その 4 — Django 4.0.6 ドキュメント 6709
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... get_object_or_404 , render from django.urls import reverse from .models import Choice , Question # ... def vo ... its the Back button. return HttpResponseRedirect ( reverse ( 'polls:results' , args = ( question . id ,))) こ ... の例では、 HttpResponseRedirect コンストラクタの中で reverse() 関数を使用しています。この関数を使うと、ビュー関 ... トリアルその 3 で設定した URLconf を使っているので、 reverse() を呼ぶと、次のような文字列が返ってきます。 '/pol ...
https://man.plustar.jp/django/intro/tutorial04.html - [similar]
Generic editing ビュー — Django 4.0.6 ドキュメント 6709
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... om django.db import models from django.urls import reverse class Author ( models . Model ): name = models . C ... ngth = 200 ) def get_absolute_url ( self ): return reverse ( 'author-detail' , kwargs = { 'pk' : self . pk }) ... 。 Example myapp/views.py : from django.urls import reverse_lazy from django.views.generic.edit import DeleteV ... eView ( DeleteView ): model = Author success_url = reverse_lazy ( 'author-list' ) 例 myapp/author_confirm_del ...
https://man.plustar.jp/django/ref/class-based-views/generic-editing.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 6709
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ML MemSize GeometryDistance Centroid SymDifference Reverse AsKML NumGeometries Length Envelope Union Scale As ... the surface of the field; otherwise returns None . Reverse ¶ class Reverse ( expression , ** extra ) ¶ Availa ... ic field or expression and returns a geometry with reversed coordinates. Scale ¶ class Scale ( expression , x ... e NumGeometries NumPoints Perimeter PointOnSurface Reverse Scale SnapToGrid SymDifference Transform Translate ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6709
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ue for related_query_name (the name to use for the reverse filter name from the target model). See the relate ... nKey. related_query_name ¶ The name to use for the reverse filter name from the target model. It defaults to ... ( max_length = 255 ) # That's now the name of the reverse filter Article . objects . filter ( tag__name = "i ... is will force Django to add the descriptor for the reverse relationship, allowing ManyToManyField relationshi ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6709
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dispatch their migration plan and apps . モデル ¶ Reverse foreign keys from proxy models are now propagated ... to their concrete class. The reverse relation attached by a ForeignKey pointing to a pr ... ated: 'name' _meta.get_fields() returns consistent reverse fields for proxy models ¶ Before Django 1.10, the ... get_fields() method returned different reverse fields when called on a proxy model compared to it ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.8.5 リリースノート — Django 4.0.6 ドキュメント 6709
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lue in ModelAdmin.list_display that clashed with a reverse field on the model ( #25299 ). Fixed autocompletio ... saved model instance assignment data loss check on reverse relations to Model.save() ( #25160 ). Readded inli ...
https://man.plustar.jp/django/releases/1.8.5.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6631
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... st database ( --keepdb ), to run the test cases in reverse order ( --reverse ), and to enable SQL logging for ... object 'author'. A similar check on assignment to reverse one-to-one relations was removed in Django 1.8.5. ... ¶ In earlier versions of Django, on a model with a reverse foreign key relationship (for example), model._met ... creased from 300M (or 200M, before 1.7.2) to 500M. reverse() and reverse_lazy() now return Unicode strings in ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 1.4.14 release notes — Django 4.0.6 ドキュメント 6566
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go 1.4.14 fixes several security issues in 1.4.13. reverse() could generate URLs pointing to other hosts ¶ In ... min is specified. 目次 Django 1.4.14 release notes reverse() could generate URLs pointing to other hosts File ...
https://man.plustar.jp/django/releases/1.4.14.html - [similar]
Django 1.5.9 release notes — Django 4.0.6 ドキュメント 6566
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango 1.5.9 fixes several security issues in 1.5.8. reverse() could generate URLs pointing to other hosts ¶ In ... dmin is specified. 目次 Django 1.5.9 release notes reverse() could generate URLs pointing to other hosts File ...
https://man.plustar.jp/django/releases/1.5.9.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT