検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 116 for called (0.043 sec.)
Django 1.3 release notes — Django 4.0.6 ドキュメント 7028
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... deleted the FileField 's delete() method won't be called. If you need cleanup of orphaned files, you'll nee ... Previously, a callable in a template would only be called automatically as part of the variable resolution p ... te or delete was performed, or the user explicitly called transaction.set_dirty() . In Django 1.3, a transac ... on code. A warning is now raised if transform() is called when the SRID of the geometry is less than 0 or No ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6890
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... so be a callable, such as a function. This will be called to obtain the upload path, including the filename. ... ided by Django. For example, if your ImageField is called mug_shot , you can get the absolute path to your i ... urer model above is defined in another application called production , you'd need to use: class Car ( models ... ete = models . CASCADE , ) This sort of reference, called a lazy relationship, can be useful when resolving ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6890
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Also, note that reverse() should generally only be called on a QuerySet which has a defined ordering (e.g., ... ies that are worth mentioning: If you have a field called foo that is a ForeignKey , the default values() ca ... ll will return a dictionary key called foo_id , since this is the name of the hidden mode ... revious filtering. As such, it should generally be called from the Manager or from a fresh QuerySet instance ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
How to override templates — Django 4.0.6 ドキュメント 6740
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... erride the templates for a third-party application called blog , which provides the templates blog/post.html ... f you want to put the template overrides in an app called myapp and the templates to override are named blog ...
https://man.plustar.jp/django/howto/overriding-templates.html - [similar]
File オブジェクト — Django 4.0.6 ドキュメント 6740
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f save is True , the model's save() method will be called once the file is saved. That is, these two lines: ... f save is True , the model's save() method will be called once the file is deleted. 目次 File オブジェクト F ...
https://man.plustar.jp/django/ref/files/file.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 6602
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... linear units. In other words, when ST_Distance is called on two geographies, a value in meters is returned ... (as opposed to degrees if called on a geometry column in WGS84). Because geography ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
File storage API — Django 4.0.6 ドキュメント 6602
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s or module which implements the storage API. When called without the import_path parameter get_storage_clas ... ith name already exists, get_alternative_name() is called to obtain an alternative name. get_created_time ( ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
Djangoソースコードレポジトリ — Django 4.0.6 ドキュメント 6452
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... so you'll need a copy of the Git client (a program called git ) on your computer, and you'll want to familia ... nch. 注釈 Prior to March 2021, the main branch was called master . Note that this will get all of Django: in ...
https://man.plustar.jp/django/internals/git.html - [similar]
SchemaEditor — Django 4.0.6 ドキュメント 6452
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... all possible operations as methods, that should be called in the order you wish changes to be applied. Some ... Instead, remove_field() and add_field() should be called separately. If the database has the supports_combi ...
https://man.plustar.jp/django/ref/schema-editor.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 6452
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in mind: If the variable raises an exception when called, the exception will be propagated, unless the exce ... ception will fail silently. A variable can only be called if it has no required arguments. Otherwise, the sy ... and tell the template system to leave a variable uncalled no matter what. To do so, set a do_not_call_in_tem ... as a context manager to ensure a matching pop() is called. >>> c = Context () >>> c [ 'foo' ] = 'first level ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT