検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 200 for should (0.068 sec.)
設計思想 — Django 4.0.6 ドキュメント 6588
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he tedious aspects of web development fast. Django should allow for incredibly quick web development. 同じこ ... きに簡単に選べる生QPLという選択肢 ¶ The database API should realize it's a shortcut but not necessarily an end ... -all-be-all. The framework should make it easy to write custom SQL -- entire stateme ... alls. URL デザイン ¶ 疎結合 ¶ URLs in a Django app should not be coupled to the underlying Python code. Tyin ...
https://man.plustar.jp/django/misc/design-philosophies.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 6588
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ts: dirs is a list of directories where the engine should look for template source files. It is used to conf ... d instead of a string. The first item in the tuple should be the Loader class name, subsequent items are pas ... the output, as a string, that the template system should use for invalid (e.g. misspelled) variables. It de ... d on each Django model object. The template system shouldn't be allowed to do something like this: I will no ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 6513
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... removed. The standard library provides json which should be used instead. The function django.utils.itercom ... roduct will be removed. The Python builtin version should be used instead. Auto-correction of INSTALLED_APPS ... d TemplateResponse , will be removed. content_type should be used instead. This also applies to the render_t ... celerated deprecation. Users subclassing this form should remove calls to this method, and instead ensure th ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 6374
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... As computing and storage costs decrease this value should be raised. When implementing your own password has ... ORD_HASHERS , so as you upgrade to new systems you should make sure never to remove entries from this list. ... a work factor such as a number of iterations, you should implement a harden_runtime(self, password, encoded ... hasher's default iterations is 30,000, the method should run password through another 10,000 iterations of ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6298
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e ForeignKey that map to model instances, defaults should be the value of the field they reference ( pk unle ... sses, please see FloatField vs. DecimalField . You should also be aware of SQLite limitations of decimal fie ... te that whenever you deal with uploaded files, you should pay close attention to where you're uploading them ... citly by specifying db_column ) However, your code should never have to deal with the database column name, ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6083
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o control whether or not the full count of objects should be displayed on a filtered admin page. The AdminSi ... tion has been kept for backwards compatibility but should not be used any longer. django.contrib.sessions ¶ ... ss() or tearDownClass() , the super implementation should always be called. Removal of django.contrib.formto ... some of your tests relied on the old behavior, you should have them inherit from TransactionTestCase instead ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 6008
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cks. Before using GZipMiddleware on your site, you should consider very carefully whether you are subject to ... re in any doubt about whether you're affected, you should avoid using GZipMiddleware . For more details, see ... compression (all modern browsers). This middleware should be placed before any other middleware that need to ... CT HTTP Strict Transport Security ¶ For sites that should only be accessed over HTTPS, you can instruct mode ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 6008
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t, in general, code you develop against Django 1.0 should continue to work against 1.1 unchanged. However, w ... and Django 1.1. Before upgrading to Django 1.1 you should double-check that the following changes don't impa ... the new rollback approach; in the long-term tests should be rewritten to correct the test case. Removed Set ... e has been marked as deprecated in Django 1.1: You should no longer use AdminSite.root() to register that ad ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 6008
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... an exception. atomic takes a using argument which should be the name of a database. If this argument isn't ... l guaranteed by the outer transaction. This option should only be used if the overhead of savepoints is noti ... mit() function to register callback functions that should be executed after a transaction is successfully co ... ses (mail notifications, Celery tasks, etc.), this should be fine. If it's not (if your follow-up action is ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 5944
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... if you are using Python 3.8. The move to zoneinfo should be largely transparent. Selection of the current t ... valid() . Custom delete logic in delete() handlers should be moved to form_valid() , or a shared helper meth ... ows redirecting output to a stream-like object. It should be preferred over sys.stdout and print() when emit ... determines which DATABASES aliases test databases should have their state serialized to allow usage of the ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT