検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 112 for Auth (0.084 sec.)
Django 4.0 release notes — Django 4.0.6 ドキュメント 5612
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _deprecation_shim package, created by the zoneinfo author, can be used to assist with the migration from p ... indocs now shows cached properties. django.contrib.auth ¶ The default iteration count for the PBKDF2 passw ... trib.admin django.contrib.admindocs django.contrib.auth django.contrib.gis django.contrib.postgres django. ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
クラスベースビュー入門 — Django 4.0.6 ドキュメント 5612
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ビューをデプロイするURLconfです: from django.contrib.auth.decorators import login_required , permission_requ ... たとえば、次のように使用します。 from django.contrib.auth.decorators import login_required from django.utils ...
https://man.plustar.jp/django/topics/class-based-views/intro.html - [similar]
はじめての Django アプリ作成、その 7 — Django 4.0.6 ドキュメント 5562
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... late.context_processors.request' , 'django.contrib.auth.context_processors.auth' , 'django.contrib.message ...
https://man.plustar.jp/django/intro/tutorial07.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 5562
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... you'll need to make: Old (0.96) models.py : class Author ( models . Model ): first_name = models . CharFi ... e , self . last_name ) New (1.0) models.py : class Author ( models . Model ): first_name = models . CharFi ... rom django.contrib import admin from models import Author class AuthorAdmin ( admin . ModelAdmin ): list_d ... _name' , 'last_name' ) } admin . site . register ( Author , AuthorAdmin ) The Admin ¶ One of the biggest c ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 5562
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... () method ( #23950 ). Prevented the django.contrib.auth.middleware.SessionAuthenticationMiddleware from se ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
データベース — Django 4.0.6 ドキュメント 5511
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e a conflict. For example: >>> from django.contrib.auth.models import User >>> User . objects . create ( u ... r: duplicate key value violates unique constraint "auth_user_pkey" DETAIL: Key (id)=(1) already exists. If ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 5511
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go.conf.urls.defaults import * from django.contrib.auth.decorators import login_required from django.views ... everyone who's contributed to Django is listed in AUTHORS . 目次 Django 0.96 リリースノート 後方互換性のな ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 5461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... as / in paths but it could be part of some # basic auth credentials so we need to check both URLs. return ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 5461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o make third-party apps' migrations run after your AUTH_USER_MODEL replacement. これを達成するために、あな ... had a Book model with a ManyToManyField linking to Author , we could add a through model AuthorBook with a ... om checking with sqlmigrate, new table # name from AuthorBook._meta.db_table. migrations . RunSQL ( sql = ... 'ALTER TABLE core_book_authors RENAME TO core_authorbook' , reverse_sql = 'ALT ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 5461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... GS_1984", SPHEROID["WGS 84",6378137,298.257223563, AUTHORITY["EPSG","7030"]], AUTHORITY["EPSG","6326"]], P ... RIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.017453292519 ... 94328, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4326"]]""" ... : >>> wkt = 'GEOGCS["WGS 84", DATUM["WGS_1984, ... AUTHORITY["EPSG","4326"]]' ) >>> srs = SpatialReference ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT