検索

phrase: max: clip:
target: order:
Results of 61 - 69 of about 69 for back (0.110 sec.)
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 6363
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ave() method to perform an SQL INSERT and not fall back to doing an UPDATE . Or vice-versa: update, if pos ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 6363
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... following parts can be considered stable and thus backwards compatible as per the internal release deprec ... lass RssUserland091Feed ( RssFeed ) ¶ Spec: http://backend.userland.com/rss091 Atom1Feed ¶ class Atom1Feed ... [ソース] ¶ Decodes a base64 encoded string, adding back any trailing equal signs that might have been stri ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 6363
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... グインできるようになりました。複数の AUTHENTICATION_BACKENDS を設定している場合、 post_reset_login_backend ... allow storing null values. キャッシュ ¶ Memcached backends now pass the contents of OPTIONS as keyword ar ... he arguments documentation for examples. Memcached backends now allow defining multiple servers as a comma ... 。 EmailMessage.attach() and attach_file() now fall back to MIME type application/octet-stream when binary ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6363
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rements . Customization of email sending via email backends . New "smart" if template tag which supports c ... possible these features have been introduced in a backwards-compatible manner per our API stability polic ... have changed in ways that, for some users, will be backwards-incompatible. The big changes are: Support fo ... es below. The new CSRF protection framework is not backwards-compatible with the old system. Users of the ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6363
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... recognition of this, we've endeavored to maintain backwards-compatibility with the old API endpoint where ... 1.8 defines a stable API for integrating template backends. It includes built-in support for the Django t ... SQL and as a fixed length character field on other backends. There is a corresponding form field . Django ... n Oracle, and as a bigint of microseconds on other backends. Date and time related arithmetic has also bee ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6363
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... F2 password hasher has been increased by 20%. This backwards compatible change will not affect users who h ... and SessionStore classes for the db and cached_db backends are refactored to allow a custom database sess ... ion backend to build upon them. See データベースを使ったセッ ... が発生します。 キャッシュ ¶ 新しく django.core.cache.backends.base.BaseCache が get_or_set() メソッドを持つよ ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 6363
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and pymemcache . To use Memcached with Django: Set BACKEND to django.core.cache.backends.memcached.PyMemca ... cheCache or django.core.cache.backends.memcached.PyLibMCCache (depending on your chos ... the pymemcache binding: CACHES = { 'default' : { 'BACKEND' : 'django.core.cache.backends.memcached.PyMemc ... the pymemcache binding: CACHES = { 'default' : { 'BACKEND' : 'django.core.cache.backends.memcached.PyMemc ...
https://man.plustar.jp/django/topics/cache.html - [similar]
Django 1.4 documentation 6221
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Smith >>> Reporter . objects . get ( id = 2 ) Traceback ( most recent call last ): ... DoesNotExist : Repo ... の接続パラメタに合わせましょう: ENGINE – 'django.db.backends.postgresql_psycopg2' , 'django.db.backends.mys ... ql' , 'django.db.backends.sqlite3' または 'django.db.backends.oracle' の ... あまり扱ったことがないのなら、 ENGINE に 'django.db.backends.sqlite3' を指定して SQLite を使用することをお勧 ...
https://man.plustar.jp/django/contents.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 6221
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , password = 'secret' ) if user is not None : # A backend authenticated the credentials else : # No backe ... r_concrete_model = False ) 権限のキャッシュ ¶ ModelBackend はユーザーオブジェクトが権限の確認のため最初に要 ... てそれを行う事ができます。 login ( request , user , backend = None ) ¶ あるユーザーをログインさせる場合は、 ... ックエンドは下記の手順を経て選択されます: 省略可能な backend 引数が与えられている場合は利用します。 存在すれ ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT