検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 257 for which (0.186 sec.)
検索 — Django 4.0.6 ドキュメント 6003
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o allow similar APIs. If there are specific things which cannot be achieved this way, please open a ticket. ... tion would be to use a trigram_similar comparison, which compares sequences of letters. 例: >>> Author . ob ... with data from Django models, you'll need a layer which translates your data into a textual document, incl ... base. There are a variety of third-party libraries which are designed to help with this process. PostgreSQL ...
https://man.plustar.jp/django/topics/db/search.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 5944
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... subset of GDAL is the OGR Simple Features Library, which specializes in reading and writing vector geograph ... data source is represented by a DataSource object which contains one or more layers of data. Each layer, r ... stead, you retrieve them from a DataSource object, which is essentially a standard Python container of Laye ... tput is from the cities data source, loaded above, which evidently contains one layer, called "cities" , wh ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
Django 1.1.3 リリースノート — Django 4.0.6 ドキュメント 5944
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pers to specify particular fields or relationships which will generate automatic links for filtering. One h ... ucture and relations could construct query strings which -- with repeated use of regular-expression lookups ... elds on the model being viewed, or cross relations which have been explicitly allowed by the application de ... リースノート 関連キーワード admin , fields , been , which , This , incompatible , querystring , arguments , ...
https://man.plustar.jp/django/releases/1.1.3.html - [similar]
Signals — Django 4.0.6 ドキュメント 5894
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t after the relation is cleared. reverse Indicates which side of the relation is updated (i.e., if it is th ... are sent with this signal: sender The model class which was just prepared. Management signals ¶ Signals se ... n. See the --verbosity flag for details. Functions which listen for pre_migrate should adjust what they out ... command line. If interactive is False , functions which listen for this signal should not try to prompt fo ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Django 1.8.8 リリースノート — Django 4.0.6 ドキュメント 5894
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lManagers operation ( #25852 ). Fixed a regression which prevented using a language not in Django's default ... n's filter_horizontal and filter_vertical widgets, which could result in inadvertent data loss if a user di ... e form ( #22955 ). Fixed a regression in the admin which ignored line breaks in read-only fields instead of ... キーワード Fixed , when , values , filter , using , which , read , formats , list , we クイック検索 Last upd ...
https://man.plustar.jp/django/releases/1.8.8.html - [similar]
テストツール — Django 4.0.6 ドキュメント 5894
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d the HTTP header HTTP_ACCEPT to the details view, which is a good way to test code paths that use the djan ... the test runner is executed using a test database, which contains no users by default. As a result, user ac ... ttribute set to the value of the backend argument (which should be a dotted Python path string), or to sett ... exception instance. traceback : A traceback object which encapsulates the call stack at the point where the ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Django のセキュリティポリシー — Django 4.0.6 ドキュメント 5834
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s such, we've adopted and follow a set of policies which conform to that ideal and are geared toward allowi ... d, if you believe you've found something in Django which has security implications, please send a descripti ... o: The main development branch , hosted on GitHub, which will become the next major release of Django, rece ... f any, that will be applied to Django. The date on which the Django team will apply these patches, issue ne ...
https://man.plustar.jp/django/internals/security.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 5715
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... see Use logger namespacing below for more on this) which will provide the name of the current Python module ... . You can configure: logger mappings, to determine which records are sent to which handlers handlers, to de ... [ 'file' ], }, }, } The mapping's name determines which log records it will process. This configuration ( ... use the mapping name to determine the loggers for which it will process records). It will forward messages ...
https://man.plustar.jp/django/howto/logging.html - [similar]
Built-in Views — Django 4.0.6 ドキュメント 5715
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the view django.views.defaults.page_not_found() , which either produces a "Not Found" message or loads and ... pass two variables to the template: request_path , which is the URL that resulted in the error, and excepti ... on , which is a useful representation of the exception that t ... call the view django.views.defaults.server_error , which either produces a "Server Error" message or loads ...
https://man.plustar.jp/django/ref/views.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 5715
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ow_migrate() method of database routers to control which databases makemigrations checks for consistent his ... Keep this stub field for as long as any migrations which reference the field exist. For example, after squa ... e it. RunPython expects a callable as its argument which takes two arguments - the first is an app registry ... migration sits, and the second is a SchemaEditor , which you can use to manually effect database schema cha ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT