検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 60 for pk (0.036 sec.)
はじめての Django アプリ作成、その 3 — Django 4.0.6 ドキュメント 6471
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _id ): try : question = Question . objects . get ( pk = question_id ) except Question . DoesNotExist : r ... on_id ): question = get_object_or_404 ( Question , pk = question_id ) return render ( request , 'polls/d ...
https://man.plustar.jp/django/intro/tutorial03.html - [similar]
Built-in Views — Django 4.0.6 ドキュメント 6471
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tions import PermissionDenied def edit ( request , pk ): if not request . user . is_staff : raise Permis ...
https://man.plustar.jp/django/ref/views.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 6369
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ): return reverse ( 'news-item' , args = [ item . pk ]) To connect a URL to this feed, put an instance ... request , beat_id ): return Beat . objects . get ( pk = beat_id ) def title ( self , obj ): return "Poli ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 6369
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... patterns = [ path ( format_lazy ( ' {person} /<int:pk>/' , person = pgettext_lazy ( 'URL' , 'person' )), ... na", the regular expression will match persona/(?P<pk>\d+)/$ , e.g. persona/5/ . slugify ( value , allow ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6369
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ames and they will be resolved. The new dumpdata --pks option specifies the primary keys of objects to d ... .auth password reset uses base 64 encoding of User PK ¶ Past versions of Django used base 36 encoding of ... .auth password reset uses base 64 encoding of User PK Default session serialization switched to JSON Obj ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
索引 — Django 4.0.6 ドキュメント 6267
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... インオプション --pdb test コマンドラインオプション --pks dumpdata コマンドラインオプション --plan migrate ... ent --natural-foreign --natural-primary --output --pks -a -e -o dumps() (django.core.signing モジュール) ... sitemaps モジュール) pixel_count (GDALBand の属性) pk (Model の属性) pk_url_kwarg (django.views.generic. ... b.models のクラス) quarter field lookup type query_pk_and_slug (django.views.generic.detail.SingleObject ...
https://man.plustar.jp/django/genindex.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6267
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... が変更されました (デフォルトで /admin/<app>/<model>/<pk>/ にありましたが、新しく /admin/<app>/<model>/<pk> ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
ビューを記述する — Django 4.0.6 ドキュメント 6267
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uest , poll_id ): try : p = Poll . objects . get ( pk = poll_id ) except Poll . DoesNotExist : raise Htt ...
https://man.plustar.jp/django/topics/http/views.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 6165
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 'poll_ids' ]: try : poll = Poll . objects . get ( pk = poll_id ) except Poll . DoesNotExist : raise Com ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6165
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... should be the value of the field they reference ( pk unless to_field is set) instead of model instances ... wing attributes: >>> user = User . objects . get ( pk = 1 ) >>> hasattr ( user , 'myspecialuser' ) True ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
PREV 1 2 3 4 5 6 NEXT