検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 127 for query (0.100 sec.)
Django 1.8.7 リリースノート — Django 4.0.6 ドキュメント 5542
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... storing the ability to use Manager objects for the queryset argument of ModelChoiceField ( #25683 ). Fixed ... lete=models.SET_NULL ( #25715 ). Fixed a duplicate query regression in 1.8 on proxied model deletion ( #256 ...
https://man.plustar.jp/django/releases/1.8.7.html - [similar]
Django 1.8.8 リリースノート — Django 4.0.6 ドキュメント 5542
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... eneration by inspectdb ( #25274 ). Corrected __len query lookup on ArrayField for empty arrays ( #25772 ). ... n't load any fixtures ( #23372 ). Fixed a crash in QuerySet.values()/values_list() after an annotate() and ...
https://man.plustar.jp/django/releases/1.8.8.html - [similar]
Django 1.9.1 リリースノート — Django 4.0.6 ドキュメント 5542
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... s to work on both Python 2 and Python 3. Prevented QuerySet.delete() from crashing on MySQL when querying a ... 25882 ). Fixed evaluation of zero-length slices of QuerySet.values() ( #25894 ). Fixed a state bug when usi ... le add and change buttons ( #25903 ). Fixed isnull query lookup for ForeignObject ( #25972 ). Fixed a regre ...
https://man.plustar.jp/django/releases/1.9.1.html - [similar]
Django 2.1.1 リリースノート — Django 4.0.6 ドキュメント 5542
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... しました。 Bugfixes ¶ データ損失に繋がる可能性がある QuerySet.update_or_create() の競合状態を修正しました ( # ... 。 ディクショナリが文字列以外の値を持っている場合に QueryDict.urlencode() がクラッシュするリグレッションを修 ... が抽象ベースモデルで宣言されていた場合に、 related_query_name reverse accessor がセットアップされなかったリ ...
https://man.plustar.jp/django/releases/2.1.1.html - [similar]
django.core.validators — Django 4.0.6 ドキュメント 5493
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... N domain if value : try : scheme , netloc , path , query , fragment = urlsplit ( value ) except ValueError ... ise e url = urlunsplit (( scheme , netloc , path , query , fragment )) super () . __call__ ( url ) else : r ...
https://man.plustar.jp/django/_modules/django/core/validators.html - [similar]
Database migration operations — Django 4.0.6 ドキュメント 5493
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... case, connect to your Django database and run the query CREATE EXTENSION IF NOT EXISTS hstore; . Changed i ...
https://man.plustar.jp/django/ref/contrib/postgres/operations.html - [similar]
Signals — Django 4.0.6 ドキュメント 5493
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... ould be executed for each instance returned during queryset iteration. pre_save ¶ django.db.models.signals. ... nted (i.e. when loading a fixture). One should not query/modify other records in the database as the databa ... nted (i.e. when loading a fixture). One should not query/modify other records in the database as the databa ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 5493
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... on PostgreSQL ¶ The change in Django 1.11 to make QuerySet.iterator() use server-side cursors on PostgreSQ ... lMessage 's attachments argument ( #28042 ). Fixed QuerySet.filter() crash when it references the name of a ... ets() ( #28039 ). Fixed exception reraising in ORM query execution when cursor.execute() fails and the subs ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
Django 1.8.10 リリースノート — Django 4.0.6 ドキュメント 5493
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... d USE_TZ=False ( #26177 ). Added system checks for query name clashes of hidden relationships ( #26162 ). M ...
https://man.plustar.jp/django/releases/1.8.10.html - [similar]
Django 1.9.3 リリースノート — Django 4.0.6 ドキュメント 5493
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... d USE_TZ=False ( #26177 ). Added system checks for query name clashes of hidden relationships ( #26162 ). F ... ). Fixed a crash when filtering by a Decimal in RawQuery ( #26219 ). Reallowed dashes in top-level domain n ...
https://man.plustar.jp/django/releases/1.9.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT