検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 225 for some (0.090 sec.)
django.urls utility functions — Django 4.0.6 ドキュメント 5525
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... utility functions ¶ reverse() ¶ If you need to use something similar to the url template tag in your code, ... reversal before your project's URLConf is loaded. Some common cases where this function is necessary are: ... matches a URL: # Resolve a URL match = resolve ( '/some/path/' ) # Print the URL pattern that matches the ... ed to a triple: func , args , kwargs = resolve ( '/some/path/' ) One possible use of resolve() would be to ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 5525
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (text-based or not). 参考 If you just want to get some data from your tables into a serialized form, you ... rializers data = serializers . serialize ( "xml" , SomeModel . objects . all ()) The arguments to the seri ... xml" , "w" ) as out : xml_serializer . serialize ( SomeModel . objects . all (), stream = out ) 注釈 Calli ... rializers data = serializers . serialize ( 'xml' , SomeModel . objects . all (), fields = ( 'name' , 'size ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
django.contrib.postgres.validators — Django 4.0.6 ドキュメント 5442
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... strict keys.""" messages = { "missing_keys" : _ ( "Some keys were missing: %(keys)s " ), "extra_keys" : _ ... ( "Some unknown keys were provided: %(keys)s " ), } strict ...
https://man.plustar.jp/django/_modules/django/contrib/postgres/validators.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 5442
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... by a template (or the get_token function is called some other way), CsrfViewMiddleware will add a cookie a ... nding cookies etc.), they behave the same. If, for some reason, you want the test client to perform CSRF c ... protected view needs the CSRF token ¶ There may be some views that are unprotected and have been exempted ... : @csrf_protect def protected_path ( request ): do_something () if some_condition (): return protected_pat ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 5442
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t-Security" header . This reduces your exposure to some SSL-stripping man-in-the-middle (MITM) attacks. Se ... page as the referrer. While this can be useful for some purposes -- like figuring out who's linking to you ... ng one site that a user was visiting another site. Some browsers have the ability to accept hints about wh ... . Cross-Origin Opener Policy ¶ New in Django 4.0. Some browsers have the ability to isolate top-level win ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
Django 1.11.5 リリースノート — Django 4.0.6 ドキュメント 5442
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cheme on Oracle. This causes errors on INSERTs for some tables if 'use_returning_into': False is in the OP ... eterministic results or an AssertionError crash in some queries with multiple joins ( #26522 ). Fixed a re ...
https://man.plustar.jp/django/releases/1.11.5.html - [similar]
Django 1.6.1 release notes — Django 4.0.6 ドキュメント 5442
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Fixed Queryset.datetimes raising AttributeError in some situations (#21432). Fixed ModelBackend raising Un ... hon ≥ 3.3 (#21443). Fixed a crash in ImageField on some platforms (Homebrew and RHEL6 reported) (#21355). ...
https://man.plustar.jp/django/releases/1.6.1.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 5349
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xample in a view, send a record to the logger: def some_view ( request ): ... if some_risky_state : logger ... g files, external services, email and so on - with some additional configuration. You can configure: logge ...
https://man.plustar.jp/django/howto/logging.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 5349
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oDjango provides a high-level Python interface for some of the capabilities of OGR, including the reading ... the module is named gdal , GeoDjango only supports some of the capabilities of OGR and GDAL's raster featu ... der for most of them to be useful you have to have some data to work with. If you're starting out and don' ... ach layer, represented by a Layer object, contains some number of geographic features ( Feature ), informa ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 5349
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d you need to differentiate between those sites in some way. The sites framework is mainly based on this m ... e Lawrence.com focused on local entertainment. But sometimes editors wanted to publish an article on both ... e requested story is on the current site. It looks something like this: from django.contrib.sites.shortcut ... iew ( request ): if settings . SITE_ID == 3 : # Do something. pass else : # Do something else. pass It's f ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT