Results of 1 - 10 of about 203 for where (0.023 sec.)
- QuerySet API リファレンス — Django 4.0.6 ドキュメント 13364
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
o' ) SQL文では、次のように評価されます: SELECT ... WHERE NOT ( pub_date > '2005-1-3' AND headline = 'Hello' ...
o' ) SQL文では、次のように評価されます: SELECT ... WHERE NOT pub_date > '2005-1-3' AND NOT headline = 'Hell ...
erySet subclass). This can be useful in situations where you might want to pass in either a model manager o ...
n the related object. There may be some situations where you wish to call select_related() with a lot of re ...
-
https://man.plustar.jp/django/ref/models/querysets.html
- [similar]
- GIS QuerySet API リファレンス — Django 4.0.6 ドキュメント 10325
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
the input is automatically converted to a geometry where necessary using the ST_Polygon function. See also ...
)) PostGIS and MariaDB SQL equivalent: SELECT ... WHERE ST_Relate ( poly , geom , 'T*T***FF*' ) SpatiaLite ...
SQL equivalent: SELECT ... WHERE Relate ( poly , geom , 'T*T***FF*' ) Raster exampl ...
'T*T***FF*' )) PostGIS SQL equivalent: SELECT ... WHERE ST_Relate ( poly , ST_Polygon ( rast , 1 ), 'T*T** ...
-
https://man.plustar.jp/django/ref/contrib/gis/geoquerysets.html
- [similar]
- Django 3.2.1 release notes — Django 4.0.6 ドキュメント 8924
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
2 on Windows ( #32544 ). Fixed a bug in Django 3.2 where subclasses of BigAutoField and SmallAutoField were ...
4 debug page ( #32637 ). Fixed a bug in Django 3.2 where a system check would crash on a reverse one-to-one ...
anced quotes ( #32649 ). Fixed a bug in Django 3.2 where variable lookup errors were logged rendering the s ...
n changelist ( #32647 ). Fixed a bug in Django 3.2 where a system check would crash on the STATICFILES_DIRS ...
-
https://man.plustar.jp/django/releases/3.2.1.html
- [similar]
- Django 3.0.7 リリースノート — Django 4.0.6 ドキュメント 8838
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ta leakage via malformed memcached keys ¶ In cases where a memcached backend does not perform key validatio ...
ering ( #31538 ). Fixed a regression in Django 3.0 where QuerySet.values() and values_list() crashed if a q ...
ation ( #31566 ). Fixed a regression in Django 3.0 where aggregates used wrong annotations when a queryset ...
tions ( #31568 ). Fixed a regression in Django 3.0 where QuerySet.values() and values_list() crashed if a q ...
-
https://man.plustar.jp/django/releases/3.0.7.html
- [similar]
- Django 3.1.2 release notes — Django 4.0.6 ドキュメント 8763
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ugs in 3.1.1. Bugfixes ¶ Fixed a bug in Django 3.1 where FileField instances with a callable storage were n ...
ucted ( #31941 ). Fixed a regression in Django 3.1 where the QuerySet.ordered attribute returned incorrectl ...
eries ( #31990 ). Fixed a regression in Django 3.1 where a queryset would crash if it contained an aggregat ...
t annotation ( #32007 ). Fixed a bug in Django 3.1 where a test database was not synced during creation whe ...
-
https://man.plustar.jp/django/releases/3.1.2.html
- [similar]
- Django 2.1.3 リリースノート — Django 4.0.6 ドキュメント 8677
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
2.1.2. Bugfixes ¶ Fixed a regression in Django 2.0 where combining Q objects with __in lookups and lists cr ...
shed ( #29838 ). Fixed a regression in Django 1.11 where django-admin shell may hang on startup ( #29774 ). ...
Fixed a regression in Django 2.0 where test databases aren't reused with manage.py test - ...
-keepdb on MySQL ( #29827 ). Fixed a regression where cached foreign keys that use to_field were incorre ...
-
https://man.plustar.jp/django/releases/2.1.3.html
- [similar]
- Django 2.1.2 リリースノート — Django 4.0.6 ドキュメント 8346
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
could be a problem. Bugfixes ¶ Fixed a regression where nonexistent joins in F() no longer raised FieldErr ...
or ( #29727 ). Fixed a regression where files starting with a tilde or underscore weren't ...
cle 7 ( #29759 ). Fixed a regression in Django 2.0 where unique index names weren't quoted ( #29778 ). Fixe ...
d a regression where sliced queries with multiple columns with the same ...
-
https://man.plustar.jp/django/releases/2.1.2.html
- [similar]
- Django 2.0.2 リリースノート — Django 4.0.6 ドキュメント 7276
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
lowed by annotate() ( #29067 ). Fixed a regression where a queryset that annotates with geometry objects cr ...
ashes ( #29054 ). Fixed a regression where contrib.auth.authenticate() crashes if an authenti ...
nd a later one does ( #29071 ). Fixed a regression where makemigrations crashes if a migrations directory d ...
, allowed , AuthenticationForm , This , crashes , where , authentication クイック検索 Last update: 2022年6 ...
-
https://man.plustar.jp/django/releases/2.0.2.html
- [similar]
- Django 2.2.2 リリースノート — Django 4.0.6 ドキュメント 7276
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
lines ( #30459 ). Fixed a regression in Django 2.2 where deprecation message crashes if Meta.ordering conta ...
ion ( #30463 ). Fixed a regression in Django 2.2.1 where SearchVector generates SQL with a redundant Coales ...
call ( #30488 ). Fixed a regression in Django 2.2 where auto-reloader doesn't detect changes in manage.py ...
sed ( #30516 ). Fixed a regression in Django 2.2.1 where auto-reloader unnecessarily reloads translation fi ...
-
https://man.plustar.jp/django/releases/2.2.2.html
- [similar]
- 素の SQL 文の実行 — Django 4.0.6 ドキュメント 7276
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
、 'def' といった値が含まれているテーブルに対して WHERE mycolumn=0 という条件での問い合わせを行うと、両方の ...
rson . objects . raw ( 'SELECT * FROM myapp_person WHERE last_name = %s ' , [ lname ]) params is a list or ...
a list, or %(key)s placeholders for a dictionary (where key is replaced by a dictionary key), regardless o ...
しれません: >>> query = 'SELECT * FROM myapp_person WHERE last_name = %s ' % lname >>> Person . objects . ra ...
-
https://man.plustar.jp/django/topics/db/sql.html
- [similar]