検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 127 for query (0.145 sec.)
Django 2.1.9 リリースノート — Django 4.0.6 ドキュメント 5627
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... ored in the database, or a value provided as a URL query parameter payload, could result in an clickable Ja ... when using formfield_overrides . Patched bundled jQuery for CVE-2019-11358: Prototype pollution ¶ jQuery b ... efore 3.4.0, mishandles jQuery.extend(true, {}, ...) because of Object.prototype ...
https://man.plustar.jp/django/releases/2.1.9.html - [similar]
django.contrib.postgres — Django 4.0.6 ドキュメント 5591
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... onstraints ExclusionConstraint PostgreSQL specific query expressions ArraySubquery() expressions PostgreSQL ... l text search The search lookup SearchVector SearchQuery SearchRank SearchHeadline Changing the search conf ...
https://man.plustar.jp/django/ref/contrib/postgres/index.html - [similar]
Conditional Expressions — Django 4.0.6 ドキュメント 5591
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... .. ), ... ) . values_list ( 'name' , 'discount' ) <QuerySet [('Jane Doe', '0%'), ('James Smith', '5%'), ('J ... None is used. If we wanted to change our previous query to get the discount based on how long the Client h ... ... ) ... ) . values_list ( 'name' , 'discount' ) <QuerySet [('Jane Doe', '5%'), ('James Smith', '0%'), ('J ...
https://man.plustar.jp/django/ref/models/conditional-expressions.html - [similar]
Django 1.1.3 リリースノート — Django 4.0.6 ドキュメント 5591
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... is implemented by passing lookup arguments in the querystring portion of the URL, and options on the Model ... useful new filters on the fly by manipulating the querystring. However, it has been demonstrated that this ... e of model structure and relations could construct query strings which -- with repeated use of regular-expr ...
https://man.plustar.jp/django/releases/1.1.3.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 5591
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... f the field is nullable. admin に埋め込まれていた jQuery ライブラリが 2.1.4 から 2.2.3 にアップグレードされ ... ids() to set primary keys on objects created using QuerySet.bulk_create() . Added keyword arguments to the ... n the proxied model class and may be referenced in queryset filtering. The new Field.rel_db_type() method r ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 2.2.2 リリースノート — Django 4.0.6 ドキュメント 5591
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... ored in the database, or a value provided as a URL query parameter payload, could result in an clickable Ja ... when using formfield_overrides . Patched bundled jQuery for CVE-2019-11358: Prototype pollution ¶ jQuery b ... efore 3.4.0, mishandles jQuery.extend(true, {}, ...) because of Object.prototype ...
https://man.plustar.jp/django/releases/2.2.2.html - [similar]
Installing SpatiaLite — 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 ... te3 command line interface and enter the following query: sqlite > CREATE VIRTUAL TABLE testrtree USING rtr ...
https://man.plustar.jp/django/ref/contrib/gis/install/spatialite.html - [similar]
Django 1.0.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 ... le databases, including pagination support for GIS QuerySets, more efficient slicing of results and improve ... ospection of existing databases. Several fixes for query support in the Django object-relational mapper, in ...
https://man.plustar.jp/django/releases/1.0.1.html - [similar]
Django 1.2.4 release notes — 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 ... is implemented by passing lookup arguments in the querystring portion of the URL, and options on the Model ... useful new filters on the fly by manipulating the querystring. However, it has been demonstrated that this ... e of model structure and relations could construct query strings which -- with repeated use of regular-expr ...
https://man.plustar.jp/django/releases/1.2.4.html - [similar]
Django 1.8.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 ... g ManyToManyField s ( #24513 ). Fixed a crash with QuerySet.update() on foreign keys to one-to-one fields ( ... usions in admindocs ( #24625 ). Fixed a crash with QuerySet.update() on foreign keys to instances with uuid ... , but wasn't part of the select clause. An example query is qs.annotate(foo=F('field')).values('pk').order_ ...
https://man.plustar.jp/django/releases/1.8.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT