検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 69 for back (0.028 sec.)
データベースのトランザクション — Django 4.0.6 ドキュメント 16431
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rate_relationships() will already have been rolled back safely when handle_exception() is called, so the e ... y need to manually revert model state when rolling back a transaction. The values of a model's fields won' ... t be reverted when a transaction rollback happens. This could lead to an inconsistent model ... mic disables some APIs. Attempting to commit, roll back, or change the autocommit state of the database co ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
django.db.transaction — Django 4.0.6 ドキュメント 12881
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ction ( using ) . commit () [ドキュメント] def rollback ( using = None ): """Roll back a transaction.""" g ... et_connection ( using ) . rollback () [ドキュメント] def savepoint ( using = None ): ... eate a savepoint (if supported and required by the backend) inside the current transaction. Return an iden ... savepoint that will be used for the subsequent rollback or commit. """ return get_connection ( using ) . s ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 8300
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... etc.). For each page (response) that Django sends back from a view, it might provide two HTTP headers: th ... s not been modified, a 304 status code can be sent back, instead of a full response, telling the client th ... e otherwise. The condition decorator uses both callback functions simultaneously to work out the right act ... middleware and the amount of network traffic sent back to the clients will still be reduced if the view h ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 7847
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t performance penalties depending on your database backend. There is no one-size-fits-all solution for whi ... ed_query_name ¶ The relation on the related object back to this object doesn't exist by default. Setting r ... ry_name creates a relation from the related object back to this one. This allows querying and filtering fr ... te its generic foreign key, then a GenericRelation back to it would need to be defined like so: tags = Gen ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 7847
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tes cover the new features in 1.3, as well as some backwards-incompatible changes you'll want to be aware ... herever possible, new features are introduced in a backwards-compatible manner per our API stability polic ... test2 , a copy of the Python 2.7 unittest library, backported for Python 2.4 compatibility. To access this ... for pylibmc has been added to the memcached cache backend. For more details, see the documentation on cac ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
非同期サポート — Django 4.0.6 ドキュメント 7847
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... switch into sync mode for the middleware and then back to async mode for the view. Django will also hold ... to await asynchronous APIs. To turn the event loop back on, run: % autoawait on If you're in an environmen ... If you use asyncio.run() or similar, it will fall back to running thread-sensitive functions in a single, ...
https://man.plustar.jp/django/topics/async.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 7550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... history as usable as possible: If a patch contains back-and-forth commits, then rewrite those into one. Fo ... the appropriate ticket. Write commit messages for backports using this pattern: [<Django version>] Fixed ... <ticket> -- <description> Backport of <revision> from <branch>. For example: [1.3 ... Changed diveintopython.org -> diveintopython.net. Backport of 80c0cbf1c97047daed2c5b41b296bbc56fe1d7e3 fr ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 7550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... comments in the test so that one can easily trace back the relevant discussions after your patch gets com ... d: If a feature has been improved or modified in a backwards-incompatible way, the old feature or behavior ... ill be deprecated. Sometimes Django will include a backport of a Python library that's not included in a v ... ickets and will either commit the patch or bump it back to "Accepted" if further works need to be done. If ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 7409
" + 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 ... ver possible we try to introduce new features in a backwards-compatible manner per our API stability polic ... revious releases, Django 1.4 ships with some minor backwards incompatible changes ; people upgrading from ... est the interactions between your site's front and back ends more comprehensively. See the documentation f ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 7409
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... h1 > < a href = "/" title = " {% blocktranslate %} Back to ' {{ race }} ' homepage {% endblocktranslate %} ... he block arguments fails, blocktranslate will fall back to the default language by deactivating the curren ... rence and redirects to a given URL or, by default, back to the previous page. Activate this view by adding ... URL will be performed. Otherwise, Django may fall back to redirecting the user to the URL from the Refere ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT