検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 161 for would (0.117 sec.)
Model Meta options — Django 4.0.6 ドキュメント 4778
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uded in unique_together. (It's not clear what that would even mean!) If you need to validate uniqueness rel ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 4778
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Without the {% resetcycle %} tag, the second block would start with class="even" . You can also reset named ... , respectively: {{ value | time :"H\h i\m" }} This would display as "01h 23m". その他の例: USE_L10N が True ... is "Check out www.djangoproject.com" , the output would be 'Check out <a href="http://www.djangoproject.co ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 4778
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nt command. Prior to this change, 64-bit platforms would generate a 64-bit, 16 character digest in the cons ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 4778
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Previously, the assignment of an unsaved object would be silently ignored. For example: >>> book = Book ... url ( '^$' , 'myapp.views.myview' ), ) and Django would magically import myapp.views.myview internally and ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 4778
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to the attacker's account. Another possible attack would be if good.example.com sets its SESSION_COOKIE_DOM ... AIN to "example.com" which would cause session cookies from that site to be sent to ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
設計思想 — Django 4.0.6 ドキュメント 4652
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gine robots (and some web traffic-analyzing tools) would treat them as separate pages. Django should make a ...
https://man.plustar.jp/django/misc/design-philosophies.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 4652
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ast coordinate -- if they were not equal, an error would be raised. is_counterclockwise ¶ Returns whether t ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
メッセージフレームワーク — Django 4.0.6 ドキュメント 4652
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l_silently=True only hides the MessageFailure that would otherwise occur when the messages framework disabl ...
https://man.plustar.jp/django/ref/contrib/messages.html - [similar]
フォーム API — Django 4.0.6 ドキュメント 4652
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 'id' : 'myFIELD' })) and using the template above, would render something like: < label for = "myFIELD" > . ... method to render the raw value of this field as it would be rendered by a Widget : >>> initial = { 'subject ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 4652
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lled serialnumber was unique, clean_serialnumber() would be the right place to do this. You don't need a sp ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]