検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 238 for data (0.229 sec.)
Single object mixins — Django 4.0.6 ドキュメント 4695
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ジェクトは 'article' と名付けられます。 get_context_data ( ** kwargs ) ¶ Returns context data for displayin ... ンテキストプロセッサからの変数への上書き get_context_data() からのあらゆる変数は、 context processors からの ...
https://man.plustar.jp/django/ref/class-based-views/mixins-single-object.html - [similar]
Django 1.4.4 release notes — Django 4.0.6 ドキュメント 4695
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o uses this parser for deserializing XML-formatted database fixtures. This deserializer is not intended fo ... r use with untrusted data, but in order to err on the side of safety in Djan ... se any issues with the typical round-trip from dumpdata to loaddata , but if you feed your own XML documen ... ts to the loaddata management command, you will need to ensure they d ...
https://man.plustar.jp/django/releases/1.4.4.html - [similar]
Base views — Django 4.0.6 ドキュメント 4654
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) dispatch() http_method_not_allowed() get_context_data() Example views.py : from django.views.generic.bas ... iew ): template_name = "home.html" def get_context_data ( self , ** kwargs ): context = super () . get_con ... text_data ( ** kwargs ) context [ 'latest_articles' ] = Arti ...
https://man.plustar.jp/django/ref/class-based-views/base.html - [similar]
django.utils.html — Django 4.0.6 ドキュメント 4624
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... re_compile from django.utils.safestring import SafeData , SafeString , mark_safe from django.utils.text im ... the __html__ convention used both by Django's SafeData class and by third-party libraries like markupsafe ... False ) self . reset () self . fed = [] def handle_data ( self , d ): self . fed . append ( d ) def handle ... : self . fed . append ( "&# %s ;" % name ) def get_data ( self ): return "" . join ( self . fed ) def _str ...
https://man.plustar.jp/django/_modules/django/utils/html.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 4624
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Index | Modules « previous | up | next » GeoDjango Database API ¶ Spatial Backends ¶ GeoDjango currently p ... rovides the following spatial database backends: django.contrib.gis.db.backends.postg ... okups are available for raster fields, but spatial database functions and aggregates aren't implemented fo ... o the SRID of the model's field, using the spatial database's transform procedure: >>> poly_3084 = GEOSGeo ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 4624
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tant new features, including: Support for multiple database connections in a single Django instance. Model ... 3. What's new in Django 1.2 ¶ Support for multiple databases ¶ Django 1.2 adds the ability to use more tha ... n one database in your Django project. Queries can be issued ... at a specific database with the using() method on QuerySet objects. I ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 4624
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... You might also want to validate that any existing data in your application doesn't contain unexpected new ... nput, so the possibility of newlines entering your data only exists if you are using these validators outs ... l column properties during field renaming of MySQL databases ( #24817 ). Fixed a crash when using a revers ... an integer ( #24769 ). Fixed prefetch_related() on databases other than PostgreSQL for models using UUID p ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
ページネーション — Django 4.0.6 ドキュメント 4624
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... el and low-level ways to help you manage paginated data -- that is, data that's split across several pages ...
https://man.plustar.jp/django/topics/pagination.html - [similar]
django.utils.text — Django 4.0.6 ドキュメント 4583
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... コード import html.entities import re import unicodedata from gzip import GzipFile from gzip import compres ... elf . _setup () length = int ( num ) text = unicodedata . normalize ( "NFC" , self . _wrapped ) # Calculat ... d_truncation_text ( "" , truncate ): if not unicodedata . combining ( char ): truncate_len -= 1 if truncat ... None for i , char in enumerate ( text ): if unicodedata . combining ( char ): # Don't consider combining c ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 4583
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o need to have DJANGO_SETTINGS_MODULE set or use a database, etc. Mutability: GEOSGeometry objects may be ... h to the file) -- input file that contains spatial data 戻り値の型: a GEOSGeometry corresponding to the sp ... atial data in the file 実装例: >>> from django.contrib.gis.ge ... ータ: string ( str ) -- string that contains spatial data srid ( int ) -- spatial reference identifier 戻り値 ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]