検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 100 for reverse (0.063 sec.)
The sitemap framework — Django 4.0.6 ドキュメント 6488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y list URL names for these views in items and call reverse() in the location method of the sitemap. For examp ... go.contrib import sitemaps from django.urls import reverse class StaticViewSitemap ( sitemaps . Sitemap ): pr ... , 'license' ] def location ( self , item ): return reverse ( item ) # urls.py from django.contrib.sitemaps.vi ... rgument isn't provided, ping_google will perform a reverse lookup in your URLconf, for URLs named 'django.con ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 6488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Margareth Johnson'}, {'name': 'Margareth Smith'}]> Reverse ¶ class Reverse ( expression , ** extra ) ¶ Accept ... n and returns the characters of that expression in reverse order. It can also be registered as a transform as ... described in Length . The default lookup name is reverse . Usage example: >>> from django.db.models.functio ... ns import Reverse >>> Author . objects . create ( name = 'Margaret S ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
Django 1.6.6 release notes — Django 4.0.6 ドキュメント 6488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 6 fixes several security issues and bugs in 1.6.5. reverse() could generate URLs pointing to other hosts ¶ In ... acters ( #22996 ). 目次 Django 1.6.6 release notes reverse() could generate URLs pointing to other hosts File ...
https://man.plustar.jp/django/releases/1.6.6.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 6345
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , '0004_add_uuid_field' ), ] operations = [ # omit reverse_code=... if you don't want the migration to be rev ... ersible. migrations . RunPython ( gen_uuid , reverse_code = migrations . RunPython . noop ), ] Now you ... BLE core_book_authors RENAME TO core_authorbook' , reverse_sql = 'ALTER TABLE core_authorbook RENAME TO core_ ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 6345
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... it can be customized , by default you refer to a "reverse" relationship in a lookup using the lowercase name ... ションの横断 ¶ When spanning a ManyToManyField or a reverse ForeignKey (such as from Blog to Entry ), filterin ... l() の呼び出しに適用されます。 Specifying a custom reverse manager also enables you to call its custom method ... attribute name of that field itself, whereas the "reverse" model uses the lowercased model name of the origi ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 6280
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... enericForeignKey s does not appear in ModelForm s. Reverse generic relations ¶ class GenericRelation ¶ relate ... ls you'll be using most often, you can also add a "reverse" generic relationship to enable an additional API. ... instances The ContentTypeManager Generic relations Reverse generic relations Generic relations and aggregatio ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
Django 1.4.12 release notes — Django 4.0.6 ドキュメント 6280
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... curity release. Bugfixes ¶ Restored the ability to reverse() views created using functools.partial() ( #22486 ...
https://man.plustar.jp/django/releases/1.4.12.html - [similar]
Django 1.5.7 release notes — Django 4.0.6 ドキュメント 6280
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... curity release. Bugfixes ¶ Restored the ability to reverse() views created using functools.partial() ( #22486 ...
https://man.plustar.jp/django/releases/1.5.7.html - [similar]
Django 1.4 documentation 6202
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... HttpResponse from django.core.urlresolvers import reverse from django.template import RequestContext from po ... を返すようにします。 return HttpResponseRedirect ( reverse ( 'polls.views.results' , args = ( p . id ,))) この ... イレクト先の URL 一 つだけを引数にとります (ここでは reverse() を使って URL を生成していま すが、これについては ... では、 HttpResponseRedirect のコンストラクタ の中で reverse() という関数を使ってい ます。この関数を使うと、ビュ ...
https://man.plustar.jp/django/contents.html - [similar]
Django 1.11.7 リリースノート — Django 4.0.6 ドキュメント 6202
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... asque DATE_FORMAT string ( #28710 ). Made QuerySet.reverse() affect nulls_first and nulls_last ( #28722 ). Fi ...
https://man.plustar.jp/django/releases/1.11.7.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT