検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 71 for able (0.123 sec.)
contenttypes フレームワーク — Django 4.0.6 ドキュメント 6226
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... your models and ContentType can also be used to enable "generic" relationships between an instance of one ... anually set up your INSTALLED_APPS list, you can enable it by adding 'django.contrib.contenttypes' to your ... lass. Additionally, the following property is available: name ¶ The human-readable name of the content typ ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 6226
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... patial functions operating on real geometries available in modern MySQL versions. However, the spatial fun ... for the PostGIS backend. Spatial lookups are available for raster fields, but spatial database functions ... the lookup types unique to GeoDjango are only available on spatial fields. Filters on 'normal' fields (e.g ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6226
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... so sets the DJANGO_SETTINGS_MODULE environment variable so that it points to your project's settings.py fi ... dmin help --commands to display a list of all available commands. Run django-admin help <command> to displ ... iption of the given command and a list of its available options. App names ¶ Many commands take a list of ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6226
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... es ¶ To help power both schema migrations and to enable easier addition of composite keys in future releas ... all arguments to fields must themselves be serializable; to see what we consider serializable, and to find ... out how to make your own classes serializable, read the migration serialization documentation . ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 6226
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... ) >>> for form in formset : ... print ( form . as_table ()) <tr><th><label for="id_form-0-title">Title:</l ... ) >>> for form in formset : ... print ( form . as_table ()) <tr><th><label for="id_form-0-title">Title:</l ... ) >>> for form in formset : ... print ( form . as_table ()) <tr><th><label for="id_form-0-title">Title:</l ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
How to write custom lookups — Django 4.0.6 ドキュメント 5889
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... using Transform instead of Lookup it means we are able to chain further lookups afterward. So Experiment. ...
https://man.plustar.jp/django/howto/custom-lookups.html - [similar]
はじめての Django アプリ作成、その 1 — Django 4.0.6 ドキュメント 5889
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... ecause it risks the possibility that people may be able to view your code over the web. That's not good fo ...
https://man.plustar.jp/django/intro/tutorial01.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 5889
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... ジョン間の互換性 ¶ The release of Django 1.2 was notable for having the first shift in Django's Python comp ... w base class that can be used as the basis for reusable applications that can be easily extended. See the ... e: with transaction . autocommit (): # ... Configurable delete-cascade ¶ ForeignKey and OneToOneField now ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 5889
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... then we need to make a TemplateResponse with a suitable template using that list of objects. To get the ob ... _context_data() to include appropriate context variables for pagination (providing dummies if pagination i ... s disabled). It relies on object_list being passed in as a k ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
Django におけるセキュリティ — Django 4.0.6 ドキュメント 5889
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... ploads in your web server configuration to a reasonable size in order to prevent denial of service (DOS) a ... , which would execute static files as code, are disabled. You don't want users to be able to execute arbit ... , applications may choose to define a list of allowable file extensions for user uploaded files and config ...
https://man.plustar.jp/django/topics/security.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT