検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 345 for when (0.046 sec.)
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 4348
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r . user_permissions . clear () デフォルトの権限 ¶ When django.contrib.auth is listed in your INSTALLED_AP ... かった場合でも例外を送出しない事に注意してください。 When you call logout() , the session data for the curre ... er_passes_test decorator which performs a redirect when the callable returns False : from django.contrib.a ... _view ( request ): ... class UserPassesTestMixin ¶ When using class-based views , you can use the UserPass ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
テストを書いて実行する — Django 4.0.6 ドキュメント 4348
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ther Python libraries, uses these warnings to flag when features are going away. It also might flag areas ... matically destroy the database. This can be useful when running tests on a continuous integration server w ... hreads. Finding data from your production database when running tests? If your code attempts to access the ... database when its modules are compiled, this will occur before t ...
https://man.plustar.jp/django/topics/testing/overview.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 4312
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... latform, installation from source may be required. When compiling the libraries from source, please follow ... ronment settings ¶ By far, the most common problem when installing GeoDjango is that the external shared l ... to set with the new library path. Be very careful when modifying the system library path: # crle -l $OLD_ ... ile file so that the new version of Python is used when python is entered at the command-line: export PATH ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 4312
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rite to this attribute to change the encoding used when accessing the form data. Any subsequent attribute ... r is stylized with title-casing (e.g. User-Agent ) when it's displayed. You can access headers case-insens ... RFC 1034 / 1035 . 注釈 The get_host() method fails when the host is behind multiple proxies. One solution ... a list of all values for the key. Raises KeyError when called on an empty dictionary. For example: >>> q ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 4312
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eaning developers do not need to change other code when making changes to URLs. One argument signature for ... nses to anonymous (i.e., unauthenticated) clients. When the first anonymous request to a given page is by ... own to "typecast" on certain queries; for example, when querying a table which contains string values, but ...
https://man.plustar.jp/django/releases/1.4.11.html - [similar]
Django 1.5.6 release notes — Django 4.0.6 ドキュメント 4312
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eaning developers do not need to change other code when making changes to URLs. One argument signature for ... nses to anonymous (i.e., unauthenticated) clients. When the first anonymous request to a given page is by ... own to "typecast" on certain queries; for example, when querying a table which contains string values, but ...
https://man.plustar.jp/django/releases/1.5.6.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 4312
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) override this to provide more flexible defaults when dealing with actual objects. ContextMixin Every bu ... ns which between them provide useful functionality when working with either a single Django object, or mul ... an use TemplateResponseMixin and SingleObjectMixin when you need their functionality. As shown above, with ... leObjectMixin (generic list). To show what happens when you try to get more sophisticated, we show an exam ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 4276
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s layout. Note that this value is not HTML-escaped when it's displayed in the admin interface. This lets y ... ame' ) As some examples have already demonstrated, when using a callable, a model method, or a ModelAdmin ... 装できます。 注釈 ModelAdmin ignores this attribute when select_related() was already called on the changel ... ): prepopulated_fields = { "slug" : ( "title" ,)} When set, the given fields will use a bit of JavaScript ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
Geolocation with GeoIP2 — Django 4.0.6 ドキュメント 4276
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s the GEOIP_PATH setting. cache The cache settings when opening up the GeoIP datasets. May be an integer i ... quired unless manually specified with path keyword when initializing the GeoIP2 object. GEOIP_COUNTRY ¶ Th ... ¶ exception GeoIP2Exception ¶ The exception raised when an error occurs in a call to the underlying geoip2 ...
https://man.plustar.jp/django/ref/contrib/gis/geoip2.html - [similar]
Database migration operations — Django 4.0.6 ドキュメント 4276
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tic = True ) ¶ Removes the collations named name . When reversed this is creating a collation with the pro ... NTLY option. This has a few caveats to be aware of when using this option, see the PostgreSQL documentatio ... NTLY option. This has a few caveats to be aware of when using this option, see the PostgreSQL documentatio ...
https://man.plustar.jp/django/ref/contrib/postgres/operations.html - [similar]