検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 331 for using (0.101 sec.)
GEOS API — Django 4.0.6 ドキュメント 4510
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... OS geometry routines, implemented purely in Python using ctypes . Loosely-coupled to GeoDjango. For example ... tion contains a brief introduction and tutorial to using GEOSGeometry objects. Creating a Geometry ¶ GEOSGe ... nents may be accessed, modified, and iterated over using standard Python conventions. For example, you can ... ds (5.0, 23.0) You can get/set geometry components using standard Python indexing techniques. However, what ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
Django 1.11.27 リリースノート — Django 4.0.6 ドキュメント 4510
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ord reset requests now compare the submitted email using the stricter, recommended algorithm for case-insen ... a data loss possibility in SplitArrayField . When using with ArrayField(BooleanField()) , all values after ...
https://man.plustar.jp/django/releases/1.11.27.html - [similar]
Django 2.2.9 リリースノート — Django 4.0.6 ドキュメント 4510
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ord reset requests now compare the submitted email using the stricter, recommended algorithm for case-insen ... a data loss possibility in SplitArrayField . When using with ArrayField(BooleanField()) , all values after ...
https://man.plustar.jp/django/releases/2.2.9.html - [similar]
Django 3.1.2 release notes — Django 4.0.6 ドキュメント 4510
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... test database was not synced during creation when using the MIGRATE test database setting ( #32012 ). Fixe ... ango.contrib.admin.EmptyFieldListFilter crash when using on a GenericRelation ( #32038 ). Fixed a regressio ...
https://man.plustar.jp/django/releases/3.1.2.html - [similar]
Django 3.2.13 release notes — Django 4.0.6 ドキュメント 4510
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s were subject to SQL injection in column aliases, using a suitably crafted dictionary, with dictionary exp ... thod was subject to SQL injection in option names, using a suitably crafted dictionary, with dictionary exp ...
https://man.plustar.jp/django/releases/3.2.13.html - [similar]
Signals — Django 4.0.6 ドキュメント 4510
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... To receive a signal, register a receiver function using the Signal.connect() method. The receiver function ... f your application configuration class . If you're using the receiver() decorator, import the signals submo ... ted. If this behavior is problematic (such as when using signals to send an email whenever a model is saved ... al are both within your project, you're better off using an explicit function call. Defining signals ¶ clas ...
https://man.plustar.jp/django/topics/signals.html - [similar]
How to override templates — Django 4.0.6 ドキュメント 4464
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... DIR will already exist if you created your project using the default project template. The setting that nee ... late loaders configured, you can extend a template using the {% extends %} template tag whilst at the same ... just the branding block, adding a custom logo, and using block.super to retain the prior content. The rest ...
https://man.plustar.jp/django/howto/overriding-templates.html - [similar]
Django 1.11.8 リリースノート — Django 4.0.6 ドキュメント 4464
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ticationForm to raise the inactive user error when using ModelBackend ( #28645 ). Added support for QuerySe ... 8781 ). Fixed incorrect index name truncation when using a namespaced db_table ( #28792 ). Made QuerySet.it ...
https://man.plustar.jp/django/releases/1.11.8.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 4464
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... abase constraints. Constraints are added to models using the Meta.constraints option. マイナーな機能 ¶ djan ... headers. シリアル化 ¶ You can now deserialize data using natural keys containing forward references by pass ... ORACLE_MANAGED_FILES test database setting allows using Oracle Managed Files (OMF) tablespaces. Deferrable ... els ¶ Permissions for proxy models are now created using the content type of the proxy model rather than th ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 4464
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ations - from an asynchronous context. If you were using Django from async code before, this may trigger if ... ndex now support app label and class interpolation using the '%(app_label)s' and '%(class)s' placeholders. ... templates, HttpRequest.headers now allows lookups using underscores (e.g. user_agent ) in place of hyphens ... cases to run can be selected by test name pattern using the new test -k option. HTML comparison, as used b ...
https://man.plustar.jp/django/releases/3.0.html - [similar]