検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 225 for also (0.248 sec.)
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 4623
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... not users, interact with Django at that level and also because model validation doesn't automatically run ... l set of validators to use for most scenarios, but also have a special situation that requires a custom se ... " % { 'min_length' : self . min_length } ) You can also implement password_changed(password, user=None ), ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 4623
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xception() is called, so the exception handler can also operate on the database if necessary. atomic の内部 ... uch query start a transaction, but the transaction also gets automatically committed or rolled back, depen ... . transaction . on_commit ( do_something ) You can also wrap your function in a lambda: transaction . on_c ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 4623
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uages may be available from third-parties. You can also write your own custom backend, see Custom template ... ring ( 'my_template.html' , { 'foo' : 'bar' }) See also the render() shortcut which calls render_to_string ... ed if settings.DEBUG else Undefined Jinja2 engines also accept the following OPTIONS : 'context_processors ...
https://man.plustar.jp/django/topics/templates.html - [similar]
How to deploy with ASGI — Django 4.0.6 ドキュメント 4530
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... How to deploy with ASGI ¶ As well as WSGI, Django also supports deploying on ASGI , the emerging Python s ...
https://man.plustar.jp/django/howto/deployment/asgi/index.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 4530
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 0 10))' ) >>> z . save () GEOSGeometry objects may also be used to save geometric models: >>> from django. ... no.tif' ) >>> dem . save () GDALRaster objects may also be used to save raster models: >>> from django.con ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
Django 1.1.4 リリースノート — Django 4.0.6 ドキュメント 4530
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ains backwards compatibility with Django 1.1.3. It also contains a number of fixes and other improvements. ...
https://man.plustar.jp/django/releases/1.1.4.html - [similar]
Django 1.11.23 リリースノート — Django 4.0.6 ドキュメント 4530
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sponding striptags template filter, which was thus also vulnerable. strip_tags() now avoids recursive call ...
https://man.plustar.jp/django/releases/1.11.23.html - [similar]
Django 1.2.4 release notes — Django 4.0.6 ドキュメント 4530
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ains backwards compatibility with Django 1.2.3. It also contains a number of fixes and other improvements. ... tiple database configuration could cause the original source database (i.e., the actual production databas ...
https://man.plustar.jp/django/releases/1.2.4.html - [similar]
Django 1.6.1 release notes — Django 4.0.6 ドキュメント 4530
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , translations submitted since the 1.6 release are also included. Bug fixes ¶ Fixed BCryptSHA256PasswordHa ...
https://man.plustar.jp/django/releases/1.6.1.html - [similar]
Django 1.6.5 release notes — Django 4.0.6 ドキュメント 4530
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er requests with a Content-Disposition header have also been removed as they were found to have similar is ...
https://man.plustar.jp/django/releases/1.6.5.html - [similar]