検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 145 for Case (0.100 sec.)
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 6077
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r that reason, Django provides a shortcut for that case: the permission_required() decorator.: from django ... may also take an iterable of permissions, in which case the user must have all of the permissions in order ... ue for get_login_url() . Defaults to None in which case get_login_url() falls back to settings.LOGIN_URL . ... returned by this function. In the AbstractBaseUser case, this is an HMAC of the password field. Django ver ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
django.db.transaction — Django 4.0.6 ドキュメント 5948
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... An atomic block can be tagged as durable. In this case, raise a RuntimeError if it's nested within anothe ... ded only to disable the durability checks in # TestCase. _ensure_durability = True def __init__ ( self , u ... a transaction, and make a # note to deal with this case in __exit__. connection . in_atomic_block = True c ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
django.utils.encoding — Django 4.0.6 ドキュメント 5948
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) non-string-like objects. """ # Handle the common case first for performance reasons. if issubclass ( typ ... ) non-string-like objects. """ # Handle the common case first for performance reasons. if isinstance ( s , ...
https://man.plustar.jp/django/_modules/django/utils/encoding.html - [similar]
How to write custom lookups — Django 4.0.6 ドキュメント 5948
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... てクエリセットをフィルタリングする場合です。 ここで、case-insensitiveな変換を試してみましょう。Djangoには既に ... QL関数 UPPER() を使用して比較前に値を変換する UpperCase トランスフォーマーを定義します。 bilateral = True ... from django.db.models import Transform class UpperCase ( Transform ): lookup_name = 'upper' function = 'U ... eld , TextField CharField . register_lookup ( UpperCase ) TextField . register_lookup ( UpperCase ) そして ...
https://man.plustar.jp/django/howto/custom-lookups.html - [similar]
バグレポートと機能のリクエスト — Django 4.0.6 ドキュメント 5948
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... debug information as you can: code snippets, test cases, exception backtraces, screenshots, etc. A nice s ... mall test case is the best way to report a bug, as it gives us a ... y you'd like the feature. Explaining a minimal use case will help others understand where it fits in, and ...
https://man.plustar.jp/django/internals/contributing/bugs-and-features.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 5948
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the steps of claiming tickets is overkill in some cases. In the case of small changes, such as typos in t ... ng ) def test_foo ( self ): ... For an entire test case: from django.test import ignore_warnings from djan ... Warning ) class MyDeprecatedTests ( unittest . TestCase ): ... You can also add a test for the deprecation ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
The flatpages app — Django 4.0.6 ドキュメント 5948
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... RL, title and content. Use it for one-off, special-case pages, such as "About" or "Privacy Policy" pages, ... an also set it up as a "catchall" pattern. In this case, it is important to place the pattern at the end o ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 5948
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n the table. Note that inspectdb has a few special cases in its field-name output: If inspectdb cannot map ... t an active database connection was added. In that case, check for a consistent migration history is skipp ... art, so you'll have to restart the server in these cases. If you're using Linux or MacOS and install both ... s. Use this command to generate SQL which will fix cases where a sequence is out of sync with its automati ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 5948
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n the model's save() method. This is no longer the case, so any fields (for example: timestamps) that were ... nection.features.supports_tablespaces backend.uses_case_insensitive_names connection.features.uses_case_in ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django 1.11.27 リリースノート — Django 4.0.6 ドキュメント 5948
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ompared equal to an existing user email when lower-cased for comparison, an attacker could be sent a passw ... mail using the stricter, recommended algorithm for case-insensitive comparison of two identifiers from Uni ...
https://man.plustar.jp/django/releases/1.11.27.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT