検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 185 for see (0.092 sec.)
テンプレート — Django 4.0.6 ドキュメント 5512
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rties. You can also write your own custom backend, see Custom template backend Django は、バックエンドにか ... o_string ( 'my_template.html' , { 'foo' : 'bar' }) See also the render() shortcut which calls render_to_s ... ed into the context. It defaults to an empty list. See RequestContext for more information. 'debug' : a b ... fault depends on the values of DIRS and APP_DIRS . See Loader types for details. 'string_if_invalid' : th ...
https://man.plustar.jp/django/topics/templates.html - [similar]
django.utils.module_loading — Django 4.0.6 ドキュメント 5446
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... NotRegistered and AlreadyRegistered # exceptions (see #8245). if register_to : register_to . _registry = ... module_has_submodule ( package , module_name ): """See if 'module' is in 'package'.""" try : package_name ...
https://man.plustar.jp/django/_modules/django/utils/module_loading.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 5446
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... using GitHub pull requests without a Trac ticket. See the Working with Git and GitHub for more details o ... t patches ¶ For information on JavaScript patches, see the JavaScript patches documentation. Patch review ... .. versionchanged:: A.B ? Deprecating a feature ¶ See the Deprecating a feature guide. All code changes ... all the pre-commit hooks to automatically catch these errors. If the change is backwards incompatible in ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 5446
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . If you're interested in how mergers handle them, see コードのコミット . Below, we are going to show how ... paragraphs wrapped at 72 characters thereafter -- see the committing guidelines for more details, docume ... typo in a docstring: git rebase - i HEAD ~ 3 # Choose edit, pick, pick for the commits # Now you are able ... tch. For more detail on working with pull requests see the guidelines for mergers . 概要 ¶ Work on GitHub ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5446
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... thod to filter based on an instance of your model (see Fields which handle relationships ). For example: ... those for django.contrib.messages.add_message() , see that function's documentation for more details. On ... response data before rendering. For more details, see the TemplateResponse documentation . ModelAdmin ア ... u use a ModelForm here otherwise things can break. See the forms documentation on custom validation and, ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 5446
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ures that any other response-processing middleware see the real flatpage response rather than the 404. Fo ... d the automatic Django admin interface, you should see a "Flatpages" section on the admin index page. Edi ... visible flatpages defined for the current SITE_ID (see the sites documentation ) and creates an entry in ... the sitemap. These entries include only the location attribute -- not ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
GeoDjango Forms API — Django 4.0.6 ドキュメント 5446
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... file in the js property of the inner Media class (see 定数として定義されたアセット ). OSMWidget class OS ... t JavaScript file hosting above also applies here. See also this FAQ answer about https access to map til ...
https://man.plustar.jp/django/ref/contrib/gis/forms-api.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 5446
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y the geometry key content of a GeoJSON structure. See also GeoJSON Serializer . GEOSGeometry. geojson ¶ ... WKB standard that includes additional information. See the WKBWriter.outdim documentation for more detail ... s outputting the WKT representation of a geometry. See the WKBWriter.outdim , trim , and precision attrib ... (1.0000000000000000 1.0000000000000000)' outdim ¶ See WKBWriter.outdim . trim ¶ This property is used to ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 5446
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e features, like the new DATABASE_OPTIONS setting (see the databases documentation for details), are only ... ting it. Examine the output of manage.py sqlall to see the new-style constraint names, and use that as a ... , myview ) ) One useful application of this can be seen when using decorators; this change allows you to ... e valid, and will continue to be valid for the foreseeable future. The test framework ¶ Django now includ ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 5446
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f request.META['SERVER_NAME'] . For more on sites, see The "sites" framework . If you'd prefer not to cal ... as access. </ p > {% else %} < p > Please login to see this page. </ p > {% endif %} {% endif %} < form m ... endblock %} If you have customized authentication (see Customizing Authentication ) you can use a custom ... f request.META['SERVER_NAME'] . For more on sites, see The "sites" framework . logout_then_login ( reques ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT