検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 69 for back (0.107 sec.)
Djangoソースコードレポジトリ — Django 4.0.6 ドキュメント 6815
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Some produce successful features which are merged back into Django's main branch to become part of an off ... n framework which added support for authentication backends . This has been part of Django since the 0.95 ...
https://man.plustar.jp/django/internals/git.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 6815
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... miliar Python operators, and then saved the object back to the database. But instead we could also have do ... g the field value of each one, and saving each one back to the database: Reporter . objects . all () . upd ... ow , >>> ), >>> ) Among Django's built-in database backends, MySQL 8.0.2+, PostgreSQL, and Oracle support ... d with any necessary transformations. query is the backend query implementation. allow_joins is a boolean ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6815
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or the db_tablespace of the model, if any. If the backend doesn't support tablespaces for indexes, this o ... ることに注意しなければなりません。詳しくは database backend notes を参照してください。 CharField. db_collat ... this will not be portable across multiple database backends. Oracle Oracle supports collations only when t ... this will not be portable across multiple database backends. Oracle Oracle does not support collations for ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Paginator — Django 4.0.6 ドキュメント 6815
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... st has no count() method, then Paginator will fall back to using len(object_list) . This allows objects, s ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 6660
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ode ( s ): """ Decode a base64 encoded string. Add back any trailing equal signs that might have been stri ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
django.utils.text — Django 4.0.6 ドキュメント 6660
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... alueError : pass else : # SGML: An end tag closes, back to the matching start tag, # all unclosed interven ... d double quotes, and supports escaping quotes with backslashes. In the output, strings will keep their ini ... terals to unquoted strings with escaped quotes and backslashes unquoted:: >>> unescape_string_literal('"ab ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 6660
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... string operations that will turn a SafeData object back into a normal str object and, rather than try to c ... ains home_link and home_title variables that point back to the main page. Here's what the Python function ... 前のトピックへ How to implement a custom template backend 次のトピックへ How to write a custom storage cl ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 6660
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ements wrapped in a transaction that can be rolled back.) マイグレーションの順序をコントロールする ¶ Djang ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
Django のリリースプロセス — Django 4.0.6 ドキュメント 6660
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ure release will continue to have a few documented backwards incompatibilities where a deprecation path is ... 程をたどることになります。 Django 4.2 will contain a backwards-compatible replica of the function which will ... e version that follows 4.2) will still contain the backwards-compatible replica. Django 5.1 では、この機能 ... d, third-party apps need to maintain compatibility back to X.2 LTS to ease LTS to LTS upgrades). Z.0: Drop ...
https://man.plustar.jp/django/internals/release-process.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 6660
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .delete() for each of the selected items. For more background on bulk deletion, see the documentation on o ... tor to provide human-readable descriptions for callback functions registered there, too. Changed in Django ... ting the attribute directly is still supported for backward compatibility. Adding actions to the ModelAdmi ... fter an action is performed the user is redirected back to the original change list page. However, some ac ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT