検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 331 for using (0.194 sec.)
Django 1.2.3 release notes — Django 4.0.6 ドキュメント 4116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango 1.2.2 caused issues with non-ASCII responses using CSRF tokens. The patch also caused issues with som ...
https://man.plustar.jp/django/releases/1.2.3.html - [similar]
Django 1.4.12 release notes — Django 4.0.6 ドキュメント 4116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ Restored the ability to reverse() views created using functools.partial() ( #22486 ). 目次 Django 1.4.12 ...
https://man.plustar.jp/django/releases/1.4.12.html - [similar]
Django 1.5.7 release notes — Django 4.0.6 ドキュメント 4116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ Restored the ability to reverse() views created using functools.partial() ( #22486 ). 目次 Django 1.5.7 ...
https://man.plustar.jp/django/releases/1.5.7.html - [similar]
Django 1.6.7 release notes — Django 4.0.6 ドキュメント 4116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... renced in the admin ( #23329 ). Fixed a crash when using QuerySet.defer() with select_related() ( #23370 ). ...
https://man.plustar.jp/django/releases/1.6.7.html - [similar]
Django 2.1.12 リリースノート — Django 4.0.6 ドキュメント 4116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rib.postgres.fields.JSONField and HStoreField when using on expressions with params ( #30672 ). 目次 Django ...
https://man.plustar.jp/django/releases/2.1.12.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 4116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nonymousUser objects. Generally, you should prefer using is_authenticated to this attribute. set_password ( ... tural_key ( username ) ¶ Retrieves a user instance using the contents of the field nominated by USERNAME_FI ... , ) user . set_password ( password ) user . save ( using = self . _db ) return user def create_superuser ( ... _of_birth , ) user . is_admin = True user . save ( using = self . _db ) return user class MyUser ( Abstract ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
アグリゲーション — Django 4.0.6 ドキュメント 4116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f all books with a title that starts with "Django" using the query: >>> Book . objects . filter ( name__sta ... hoosing between filter and QuerySet.filter() Avoid using the filter argument with a single annotation or ag ... he aggregation filter argument is only useful when using two or more aggregations over the same relations w ... s the annotate() , the annotation will be computed using the grouping described by the values() clause. How ...
https://man.plustar.jp/django/topics/db/aggregation.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 4071
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sses are defined, you can import them in ready() , using either an import statement or get_model() . If you ... refer to the sender by its string label instead of using the model class itself. 実装例: from django.apps i ... at import time, you need gettext_lazy() instead. (Using gettext() would be a bug, because the translation ...
https://man.plustar.jp/django/ref/applications.html - [similar]
GIS QuerySet API リファレンス — Django 4.0.6 ドキュメント 4071
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... omatically converted to a geometry where necessary using the ST_Polygon function. See also the introduction ... large querysets. 注釈 If the computation time for using this method is too expensive, consider using Colle ...
https://man.plustar.jp/django/ref/contrib/gis/geoquerysets.html - [similar]
Django 1.11.14 リリースノート — Django 4.0.6 ドキュメント 4071
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uld result in large memory usage when making edits using ModelAdmin.list_editable ( #28462 ). 目次 Django 1 ...
https://man.plustar.jp/django/releases/1.11.14.html - [similar]