Results of 1 - 10 of about 216 for contrib (0.028 sec.)
- 索引 — Django 4.0.6 ドキュメント 10498
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
rage モジュール) _state (Model の属性) A A (django.contrib.gis.measure のクラス) Abs (django.db.models.functi ...
pts() (HttpRequest のメソッド) AccessMixin (django.contrib.auth.mixins のクラス) ACos (django.db.models.funct ...
ions のクラス) action() (django.contrib.admin モジュール) action_flag (LogEntry の属性) ac ...
(SyndicationFeed のメソッド) add_message() (django.contrib.messages モジュール) add_never_cache_headers() (dj ...
-
https://man.plustar.jp/django/genindex.html
- [similar]
- Pythonモジュール索引 — Django 4.0.6 ドキュメント 9711
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
conf django.conf.urls django.conf.urls.i18n django.contrib django.contrib.admin Django's admin site. django.c ...
ocs Django's admin documentation generator. django.contrib.auth Django's authentication framework. django.con ...
's built-in authentication backend classes. django.contrib.auth.forms django.contrib.auth.hashers django.cont ...
.auth.middleware Authentication middleware. django.contrib.auth.password_validation django.contrib.auth.signa ...
-
https://man.plustar.jp/django/py-modindex.html
- [similar]
- Django Deprecation Timeline — Django 4.0.6 ドキュメント 8629
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
overRunner.run_tests() will be removed. The django.contrib.postgres.aggregates.ArrayAgg , JSONBAgg , and Stri ...
django.db.models.functions.TruncYear() The django.contrib.gis.admin.GeoModelAdmin and OSMGeoAdmin classes wi ...
e pre-Django 3.2 format of messages used by django.contrib.messages.storage.cookie.CookieStorage will be remo ...
1 encoding format of cookies values used by django.contrib.messages.storage.cookie.CookieStorage will be remo ...
-
https://man.plustar.jp/django/internals/deprecation.html
- [similar]
- Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 8472
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
トでの PASSWORD_HASHERS PASSWORD_HASHERS = [ 'django.contrib.auth.hashers.PBKDF2PasswordHasher' , 'django.contr ...
b.auth.hashers.PBKDF2SHA1PasswordHasher' , 'django.contrib.auth.hashers.Argon2PasswordHasher' , 'django.contr ...
auth.hashers.BCryptSHA256PasswordHasher' , 'django.contrib.auth.hashers.ScryptPasswordHasher' , ] これは、Dja ...
ings file, you'd put: PASSWORD_HASHERS = [ 'django.contrib.auth.hashers.Argon2PasswordHasher' , 'django.contr ...
-
https://man.plustar.jp/django/topics/auth/passwords.html
- [similar]
- Django 1.7 release notes — Django 4.0.6 ドキュメント 8377
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
storage for more details. マイナーな機能 ¶ django.contrib.admin ¶ You can now implement site_header , site_t ...
e needing to override templates! Buttons in django.contrib.admin now use the border-radius CSS property for r ...
be customized per-request thanks to the new django.contrib.admin.ModelAdmin.get_search_fields() method. The M ...
avior for setting initial change form data. django.contrib.auth ¶ Any **kwargs passed to email_user() are pas ...
-
https://man.plustar.jp/django/releases/1.7.html
- [similar]
- Django 3.1 release notes — Django 4.0.6 ドキュメント 8314
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ondon' , ) . delete () If your project uses django.contrib.postgres.fields.JSONField , plus the related form ...
be removed in Django 4.0. マイナーな機能 ¶ django.contrib.admin ¶ The new django.contrib.admin.EmptyFieldLis ...
y is upgraded from version 4.0.7 to 4.0.13. django.contrib.auth ¶ The default iteration count for the PBKDF2 ...
hashing algorithm remains until Django 4.0. django.contrib.contenttypes ¶ The new remove_stale_contenttypes - ...
-
https://man.plustar.jp/django/releases/3.1.html
- [similar]
- Django 1.8 リリースノート — Django 4.0.6 ドキュメント 8094
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
e for the whole TestCase . マイナーな機能 ¶ django.contrib.admin ¶ ModelAdmin now has a has_module_permission ...
an inline object's change form. Use the new django.contrib.admin.RelatedOnlyFieldListFilter in ModelAdmin.lis ...
or deleting related objects using a popup. django.contrib.admindocs ¶ reStructuredText is now parsed in mode ...
l docstrings. django.contrib.auth ¶ Authorization backends can now raise Permis ...
-
https://man.plustar.jp/django/releases/1.8.html
- [similar]
- contrib packages — Django 4.0.6 ドキュメント 8063
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ontents | Index | Modules « previous | up | next » contrib packages ¶ Django aims to follow Python's "batteri ...
eb development problems. This code lives in django/contrib in the Django distribution. This document gives a ...
rundown of the packages in contrib , along with any dependencies those packages have. ...
you'll need to add the package name (e.g., 'django.contrib.redirects' ) to your INSTALLED_APPS setting and re ...
-
https://man.plustar.jp/django/ref/contrib/index.html
- [similar]
- The sitemap framework — Django 4.0.6 ドキュメント 7937
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
l the sitemap app, follow these steps: Add 'django.contrib.sitemaps' to your INSTALLED_APPS setting. Make sur ...
site, add this line to your URLconf : from django.contrib.sitemaps.views import sitemap path ( 'sitemap.xml' ...
itemap , { 'sitemaps' : sitemaps }, name = 'django.contrib.sitemaps.views.sitemap' ) This tells Django to bui ...
index below.) Sitemap classes must subclass django.contrib.sitemaps.Sitemap . They can live anywhere in your ...
-
https://man.plustar.jp/django/ref/contrib/sitemaps.html
- [similar]
- Django 1.9 リリースノート — Django 4.0.6 ドキュメント 7842
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
す。 AUTH_PASSWORD_VALIDATORS = [ { 'NAME' : 'django.contrib.auth.password_validation.UserAttributeSimilarityVa ...
lidator' , }, { 'NAME' : 'django.contrib.auth.password_validation.MinimumLengthValidator' , ...
}, { 'NAME' : 'django.contrib.auth.password_validation.CommonPasswordValidator' ...
, }, { 'NAME' : 'django.contrib.auth.password_validation.NumericPasswordValidator' ...
-
https://man.plustar.jp/django/releases/1.9.html
- [similar]