検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 175 for they (0.173 sec.)
The syndication feed framework — Django 4.0.6 ドキュメント 7527
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s subclass django.contrib.syndication.views.Feed . They can live anywhere in your codebase. Instances of F ... _title() and item_description() on the Feed class. They are passed a single parameter, item , which is the ... nd description() methods. In the previous example, they were string class attributes, but this example ill ... ustrates that they can be either strings or methods. For each of titl ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 7404
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Some features of Django aren't available because they depend on third-party software that hasn't been po ... he admin, you can now filter users by groups which they are members of. QuerySet.bulk_create() now has a b ... to the console in development environments the way they have been in Python versions < 2.7. The API for dj ... and previous_year were also added in the context. They are calculated according to allow_empty and allow_ ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
LICENSE.txt 7270
Font Awesome Free License ------------------------- Font Awesome Free is free, open source, and ... y work to remove them from files, especially code. They're a great way for folks to learn about Font Aweso ... epresent the company, product, or service to which they refer.** ...
https://man.plustar.jp/django/_static/fontawesome/LICENSE.txt - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 7013
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the database operate in the same way as migrate -- they only ever operate on one database at a time, using ... one for the RunPython and RunSQL operations unless they provide it using hints. hints are used by certain ... th_db ( auth models are linked to ContentType , so they must be stored in the same database): class AuthRo ... significant. Routers will be queried in the order they are listed in the DATABASE_ROUTERS setting. In thi ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 7013
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... for a given transaction are executed in the order they were registered. Exception handling ¶ If one on-co ... lback will not cause the transaction to roll back. They are executed conditionally upon the success of the ... transaction, but they are not part of the transaction. For the intended ... ther backends provide the savepoint functions, but they're empty operations -- they don't actually do anyt ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 7013
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ys create new columns with null=True , as this way they will be added immediately. MySQL ¶ MySQL はスキーマ ... not have any custom methods that you have defined. They will, however, have the same fields, relationships ... ions = True ) and Meta options (also versioned, so they may be different from your current ones). 警告 Thi ... project or third-party app will cause a problem if they are referenced in old migrations. To help with thi ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 7013
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of the request/response cycle you must ensure that they are configured correctly, by calling setup() after ... s to default will appear on replica -- but because they are actually the same database, not because there ... missions for each model in available apps, in case they're missing. After each test, Django empties only t ... stances of models not included in available_apps , they will leak and they may cause unrelated tests to fa ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 6878
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sent to which handlers handlers, to determine what they do with the records they receive filters, to provi ... evels can also be set on the handlers (by default, they accept log messages of all levels). Using the exam ... erwise, logger mappings will propagate the records they process to their parents - a record from a logger ...
https://man.plustar.jp/django/howto/logging.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6878
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e as choices for this field. If choices are given, they're enforced by model validation and the default fo ... e property names cannot be used as member names as they would conflict. The use of enum.unique() is enforc ... n't be used for field options like default because they can't be serialized by migrations . See that docum ... stances, defaults should be the value of the field they reference ( pk unless to_field is set) instead of ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
非同期サポート — Django 4.0.6 ドキュメント 6878
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... able to operate safely in an async environment, as they have global state that is not coroutine-aware. The ... sync module: async_to_sync() and sync_to_async() . They are used to transition between the calling styles ... ctions. Sync functions tend to be written assuming they all run in the main thread, so sync_to_async() has ... ries, specifically database adapters, require that they are accessed in the same thread that they were cre ...
https://man.plustar.jp/django/topics/async.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT