検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 78 for remove (0.081 sec.)
Django 3.2 release notes — Django 4.0.6 ドキュメント 6116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uses that configuration automatically, so you can remove default_app_config . default_app_config made it po ... s the migration if so. The new CreateCollation and RemoveCollation operations allow creating and dropping co ... don't support deepcopy() is deprecated and will be removed in Django 4.1. DiscoverRunner now enables faultha ... alse . DatabaseOperations.random_function_sql() is removed in favor of the new Random database function. Dat ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 6116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ps . add ( group , group , ... ) myuser . groups . remove ( group , group , ... ) myuser . groups . clear () ... n , permission , ... ) myuser . user_permissions . remove ( permission , permission , ... ) myuser . user_pe ... st is completely cleaned out. All existing data is removed. This is to prevent another person from using the ... Same as for login_required() . Setting it to None removes it from the URL, which you may want to do if you ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 6116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... grade to new systems you should make sure never to remove entries from this list. If you do, users using unm ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
アグリゲーション — Django 4.0.6 ドキュメント 6116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . 注釈 You might reasonably ask why Django doesn't remove the extraneous columns for you. The main reason is ... ncy with distinct() and other places: Django never removes ordering constraints that you have specified (and ...
https://man.plustar.jp/django/topics/db/aggregation.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 6116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... に格納します。新しく作成したオブジェクトを返します。 remove(obj1, obj2, ...) 関係オブジェクトのセットから、指定 ... dition to model instances, the add() , set() , and remove() methods on many-to-many relationships accept pri ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
テストツール — Django 4.0.6 ドキュメント 6116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 'django.middleware.cache.UpdateCacheMiddleware' , 'remove' : [ 'django.contrib.sessions.middleware.SessionMi ... t, append and prepend have no effect; neither does remove when the value doesn't exist. override_settings ( ... er of qs . This behavior is deprecated and will be removed in Django 4.1. If you need it, explicitly set tra ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 6005
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed; the rest of the metadata remains unchanged. To remove a metadata item, use None as the metadata value. > ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
データベース — Django 4.0.6 ドキュメント 6005
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e. After your tables have been created, you should remove this option as it adds a query that is only needed ...
https://man.plustar.jp/django/ref/databases.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 6005
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) ¶ Returns a list of values for the given key and removes them from the dictionary. Raises KeyError if the ... op ( 'a' ) ['1', '2', '3'] QueryDict. popitem () ¶ Removes an arbitrary member of the dictionary (since ther ... ります。 ヘッダーフィールドをセットする ¶ To set or remove a header field in your response, use HttpResponse. ... other values, e.g. added by a middleware, are not removed. HTTP header fields cannot contain newlines. An a ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 6005
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 7.1.4 . Otherwise, existing headers in Vary aren't removed. get_cache_key ( request , key_prefix = None , me ... users ) ) strip_tags ( value ) [ソース] ¶ Tries to remove anything that looks like an HTML tag from the stri ... eading and trailing dashes and underscores are not removed. django.utils.timezone ¶ utc ¶ tzinfo instance th ... ns. The is_dst parameter is deprecated and will be removed in Django 5.0. make_naive ( value , timezone = No ...
https://man.plustar.jp/django/ref/utils.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT