Results of 1 - 10 of about 52 for Loading (0.016 sec.)
- テンプレート — Django 4.0.6 ドキュメント 12963
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
n programmers オーバービュー Configuring an engine Loading a template Rendering a context Playing with Contex ...
t objects Loading templates Custom loaders Template origin 参考 For ...
emplate , Template , 組み込み , see , tags , How , Loading クイック検索 Last update: 2022年6月01日 « previous ...
-
https://man.plustar.jp/django/ref/templates/index.html
- [similar]
- Django 1.7 release notes — Django 4.0.6 ドキュメント 12963
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
y or ManyToManyField to) apps with migrations. App-loading refactor ¶ Historically, Django applications were ...
ecorator that will work for most applications. App-loading changes ¶ Start-up sequence ¶ Django 1.7 loads app ...
label . Models aren't imported as a side-effect of loading their application. Specifically, you shouldn't imp ...
removed from default MIDDLEWARE_CLASSES ¶ The app-loading refactor deprecated using models from apps which a ...
-
https://man.plustar.jp/django/releases/1.7.html
- [similar]
- Simple mixins — Django 4.0.6 ドキュメント 9394
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
_engine ¶ The NAME of a template engine to use for loading the template. template_engine is passed as the usi ...
response middleware ). If you need custom template loading or custom context object instantiation, create a T ...
-
https://man.plustar.jp/django/ref/class-based-views/mixins-simple.html
- [similar]
- TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 9394
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ed. using The NAME of a template engine to use for loading the template. headers A dict of HTTP headers to ad ...
verride this method in order to customize template loading. SimpleTemplateResponse. add_post_render_callback ...
ed. using The NAME of a template engine to use for loading the template. headers A dict of HTTP headers to ad ...
-
https://man.plustar.jp/django/ref/template-response.html
- [similar]
- The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 9394
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
dule provides functions such as get_template() for loading templates. They return a django.template.backends. ...
mes and returns the first template that was found. Loading a template ¶ The recommended way to create a Templ ...
rs argument of Engine if you're using it directly. Loading templates ¶ Generally, you'll store templates in f ...
in a number of places, depending on your template loading settings (see "Loader types" below), but the most ...
-
https://man.plustar.jp/django/ref/templates/api.html
- [similar]
- django.utils.module_loading — Django 4.0.6 ドキュメント 9140
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
contents | Index | Modules up django.utils.module_loading のソースコード import copy import os import sys fr ...
-
https://man.plustar.jp/django/_modules/django/utils/module_loading.html
- [similar]
- Django 1.8 リリースノート — Django 4.0.6 ドキュメント 9140
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
p the tests as compared to using setUp() . Fixture loading within TestCase is now performed once for the whol ...
st. runserver now uses daemon threads for faster reloading. inspectdb now outputs Meta.unique_together . It i ...
The loaddata command now prevents repeated fixture loading. If FIXTURE_DIRS contains duplicates or a default ...
using the ORM. The method allows customizing model loading behavior. extra(select={...}) now allows you to es ...
-
https://man.plustar.jp/django/releases/1.8.html
- [similar]
- django-admin と manage.py — Django 4.0.6 ドキュメント 8886
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
stdin . --exclude EXCLUDE , -e EXCLUDE ¶ Excludes loading the fixtures from the given applications and/or mo ...
related fields that aren't present during fixture loading and would otherwise raise an exception: from djang ...
** kwargs ): # disable the handler during fixture loading if kwargs [ 'raw' ]: return ... post_save . connec ...
""" Decorator that turns off signal handlers when loading fixture data. """ @wraps ( signal_handler ) def wr ...
-
https://man.plustar.jp/django/ref/django-admin.html
- [similar]
- QuerySet API リファレンス — Django 4.0.6 ドキュメント 8378
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
(the field will still be deferred). You can defer loading of fields in related models (if the related models ...
are loading via select_related() ) by using the standard doubl ...
even if you ask for them. You can never defer the loading of the primary key. If you are using select_relate ...
o retrieve related models, you shouldn't defer the loading of the field that connects from the primary model ...
-
https://man.plustar.jp/django/ref/models/querysets.html
- [similar]
- Django 1.3 release notes — Django 4.0.6 ドキュメント 8378
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
of your test case. Changed priority of translation loading ¶ Work has been done to simplify, rationalize and ...
use from django.http import SimpleCookie instead. Loading of project-level translations ¶ This release of Dj ...
tial data in tests Changed priority of translation loading Transaction management No password reset for inact ...
ds GeoDjango CZBirthNumberField.clean CompatCookie Loading of project-level translations PermWrapper moved to ...
-
https://man.plustar.jp/django/releases/1.3.html
- [similar]