検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 100 for reverse (0.079 sec.)
Django 2.1.2 リリースノート — Django 4.0.6 ドキュメント 6059
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he entire hash. While it's typically infeasible to reverse a strong password hash, if your site uses weaker p ...
https://man.plustar.jp/django/releases/2.1.2.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 6059
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ctive = True , failfast = False , keepdb = False , reverse = False , debug_mode = False , debug_sql = False , ... he user to remove the existing one, if present. If reverse is True , test cases will be executed in the oppos ... ption can be used in conjunction with --shuffle to reverse the order for a particular random seed. debug_mode ... nges in the database configuration that need to be reversed. It's the return value of the setup_databases() m ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5981
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango.contrib import admin from django.urls import reverse class PersonAdmin ( admin . ModelAdmin ): def view ... _on_site ( self , obj ): url = reverse ( 'person-detail' , kwargs = { 'slug' : obj . slug ... admin, you would call: >>> from django.urls import reverse >>> c = Choice . objects . get ( ... ) >>> change_ ... url = reverse ( 'admin:polls_choice_change' , args = ( c . id ,) ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 5981
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e results in a way that is suitable for a URL. The reverse() function handles this for you automatically. If ... e constructing a URL manually (i.e., not using the reverse() function), you'll need to take care of the encod ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 5981
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... named prefixes which will be used when performing reverse resolution. In other words, reusable applications ... of when and where the CSRF processing takes place. reverse() and code which uses it (e.g., the {% url %} temp ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 1.11.3 リリースノート — Django 4.0.6 ドキュメント 5981
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... owedModelAdminLookup exception when using a nested reverse relation in list_filter ( #28262 ). Fixed admin's ...
https://man.plustar.jp/django/releases/1.11.3.html - [similar]
Django 1.6.1 release notes — Django 4.0.6 ドキュメント 5981
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gression that prevented a ForeignKey with a hidden reverse manager ( related_name ending with '+') from being ...
https://man.plustar.jp/django/releases/1.6.1.html - [similar]
Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 5981
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... model detail view of admindocs when a model has a reverse foreign key relation ( #24624 ). Prevented arbitra ...
https://man.plustar.jp/django/releases/1.8.1.html - [similar]
Django 2.1.1 リリースノート — Django 4.0.6 ドキュメント 5981
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... スモデルで宣言されていた場合に、 related_query_name reverse accessor がセットアップされなかったリグレッションを ...
https://man.plustar.jp/django/releases/2.1.1.html - [similar]
Django 2.2.1 リリースノート — Django 4.0.6 ドキュメント 5981
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... inconsistent behavior of count() and exists() on a reverse many-to-many relationship with a custom manager ( ...
https://man.plustar.jp/django/releases/2.2.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT