検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 119 for URLs (0.071 sec.)
Django 4.0 release notes — Django 4.0.6 ドキュメント 5451
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... irectly, rather than via the recommended AdminSite.urls property, or AdminSite.get_urls() method. Unsuppor ... for support in historical migrations. django.conf.urls.url() is removed. The django.contrib.postgres.fiel ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 5451
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 利な署名もあります。 Generating "recover my account" URLs for sending to users who have lost their password. ... not been tampered with. Generating one-time secret URLs for allowing temporary access to a protected resou ... s and sep to separate values. sep cannot be in the URL safe base64 alphabet . This alphabet contains alpha ...
https://man.plustar.jp/django/topics/signing.html - [similar]
Generic editing ビュー — Django 4.0.6 ドキュメント 5388
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ています。 from django.db import models from django.urls import reverse class Author ( models . Model ): na ... となります。 Example myapp/views.py : from django.urls import reverse_lazy from django.views.generic.edit ...
https://man.plustar.jp/django/ref/class-based-views/generic-editing.html - [similar]
GeoDjango's admin site — Django 4.0.6 ドキュメント 5388
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... evel to use. Defaults to 4. extra_js ¶ Sequence of URLs to any extra JavaScript to include. map_template ¶ ...
https://man.plustar.jp/django/ref/contrib/gis/admin.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 5388
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... WorldBorder , admin . ModelAdmin ) Next, edit your urls.py in the geodjango application folder as follows: ... from django.contrib import admin from django.urls import include , path urlpatterns = [ path ( 'admi ... n/' , admin . site . urls ), ] Create an admin user:   $ python manage.py ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
Django 1.11.2 リリースノート — Django 4.0.6 ドキュメント 5388
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo.utils.http.is_safe_url() crash on invalid IPv6 URLs ( #28142 ). Fixed regression causing pickling of m ...
https://man.plustar.jp/django/releases/1.11.2.html - [similar]
Django 1.8.6 リリースノート — Django 4.0.6 ドキュメント 5388
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ). Fixed a regression in URLValidator that allowed URLs with consecutive dots in the domain section (like ...
https://man.plustar.jp/django/releases/1.8.6.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 5388
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ons.custom_cached_db_backend' # ... Session IDs in URLs ¶ The Django sessions framework is entirely, and s ... d. It does not fall back to putting session IDs in URLs as a last resort, as PHP does. This is an intentio ... design decision. Not only does that behavior make URLs ugly, it makes your site vulnerable to session-ID ... たセッションを拡張する カスタマイズ例 Session IDs in URLs 前のトピックへ ミドルウェア (Middleware) 次のトピッ ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 5388
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ' : { 'myapp_tags' : 'path.to.myapp.tags' , 'admin.urls' : 'django.contrib.admin.templatetags.admin_urls' ... ango.templatetags.static import static from django.urls import reverse from jinja2 import Environment def ...
https://man.plustar.jp/django/topics/templates.html - [similar]
Django 1.3.5 release notes — Django 4.0.6 ドキュメント 5326
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g the HTTP Host header, causing Django to generate URLs pointing to arbitrary, potentially-malicious domai ...
https://man.plustar.jp/django/releases/1.3.5.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT