検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 69 for back (0.070 sec.)
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 6518
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... you'll need to make: Old (0.96) New (1.0) def callback(sender) def callback(sender, **kwargs) sig = objec ... = django.dispatch.Signal() dispatcher.connect(callback, sig) sig.connect(callback) dispatcher.send(sig, s ... ender) sig.send(sender) dispatcher.connect(callback, sig, sender=Any) sig.connect(callback, sender=Non ... eld in your code and updated the Django code. 警告 Back up your database first! For SQLite, this means mak ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6518
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ase notes cover the new features , as well as some backwards incompatible changes you'll want to be aware ... ment, letting you specify which fields are written back to the database when you call save() . This can he ... ver possible we try to introduce new features in a backwards-compatible manner per our API stability polic ... revious releases, Django 1.5 ships with some minor backwards incompatible changes ; people upgrading from ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 6518
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d as a component of password reset URLs. Added BaseBackend class to ease customization of authentication b ... owser password managers. createsuperuser now falls back to environment variables for password and required ... g.ExceptionReporter subclass to customize the traceback text sent to site ADMINS when DEBUG is False . 管理 ... oup_by_selected_pks_on_model() method of django.db.backends.base.BaseDatabaseFeatures allows optimization ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 6518
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lds that might take a lot of processing to convert back to Python. As always, profile first, then optimize ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
ミドルウェア (Middleware) — Django 4.0.6 ドキュメント 6518
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... always rely on getting some kind of HTTP response back from calling its get_response callable. Middleware ...
https://man.plustar.jp/django/topics/http/middleware.html - [similar]
テストツール — Django 4.0.6 ドキュメント 6518
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... credentials の形式は利用している ( AUTHENTICATION_BACKENDS の設定値に定義されています) 認証バックエンド に ... go によって提供される標準の認証バックエンド ( ModelBackend ) を用いている場合は、 credentials は利用者のユ ... a correctly hashed password. force_login ( user , backend = None ) ¶ If your site uses Django's authentic ... don't need to be provided. The user will have its backend attribute set to the value of the backend argum ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 6363
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... verride get_prep_value() to convert Python objects back to query values. 例: class HandField ( models . Fi ... cific format before they can be used by a database backend. get_db_prep_value() is the method where those ... s the connection parameter. This allows you to use backend-specific conversion logic if it is required. Fo ... elf ): return 'CharField' No matter which database backend we are using, this will mean that migrate and o ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
Django への初めてのパッチを書く — Django 4.0.6 ドキュメント 6363
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... resolve_url(to, *args, **kwargs): # Finally, fall back and assume it's a URL return to + + +def make_toas ...
https://man.plustar.jp/django/intro/contributing.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 6363
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng keyword arguments: item : the current item. For backward compatibility reasons, the name of this contex ... methods below, in # order. Failing that, it falls back to the get_absolute_url() # method on each item re ... Atom1Feed or Rss201rev2Feed ) and extend these callbacks. They are: SyndicationFeed.root_attributes(self) ... ndicationFeed.add_root_elements(self, handler) Callback to add elements inside the root feed element ( fee ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Form fields — Django 4.0.6 ドキュメント 6363
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... om' >>> f . clean ( 'invalid email address' ) Traceback (most recent call last): ... ValidationError : ['E ... . clean ( 'foo' ) 'foo' >>> f . clean ( '' ) Traceback (most recent call last): ... ValidationError : ['T ... s field is required.'] >>> f . clean ( None ) Traceback (most recent call last): ... ValidationError : ['T ... Also note that initial values are not used as "fallback" data in validation if a particular field's value ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT