検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 162 for then (0.105 sec.)
テンプレート — Django 4.0.6 ドキュメント 5295
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... require beginning and ending tags: {% if user.is_authenticated %} Hello, {{ user.username }} . {% endif %} ... ents a compiled template. Templates are obtained with Engine.get_template() or Engine.from_string() . Like ... y. It takes the following arguments. template_name The name of the template to load and render. If it's a ... ing jinja2.Environment as described below. You can then call that function in the template: {{ function ( ...
https://man.plustar.jp/django/topics/templates.html - [similar]
django.utils.log — Django 4.0.6 ドキュメント 5192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng . config . dictConfig ( DEFAULT_LOGGING ) # ... then invoke it with the logging settings if logging_set ...
https://man.plustar.jp/django/_modules/django/utils/log.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 5192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tra_context parameter of contrib.auth.views.logout_then_login() will be removed. django.test.runner.setup_ ... Introspection.get_indexes() will be removed. The authenticate() method of authentication backends will req ... _filters() method will be removed. Using User.is_authenticated() and User.is_anonymous() as methods will n ... er or not 'django.contrib.auth.middleware.SessionAuthenticationMiddleware' is in MIDDLEWARE_CLASSES . Priv ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Djangoソースコードレポジトリ — Django 4.0.6 ドキュメント 5192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ins the main in-development code which will become the next packaged release of Django. This is where most ... you'd like to try out the in-development code for the next release of Django, or if you'd like to contrib ... containing your clone on your Python import path. Then import statements which look for Django will find ... branch. Thus, no new feature development work for the next release of Django could be committed until the ...
https://man.plustar.jp/django/internals/git.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 5192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... contrib.flatpages' to your INSTALLED_APPS setting. Then either: Add an entry in your URLconf. For example: ... tion-protected flatpages, you need to specify an authenticated user using a for clause. For example: {% ge ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 5192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t is synchronous-only from an asynchronous thread, then create a synchronous thread and call it in that. Y ... p404 . NoReverseMatch ¶ exception NoReverseMatch ¶ The NoReverseMatch exception is raised by django.urls w ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
Related objects reference — Django 4.0.6 ドキュメント 5192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he through_defaults argument to specify values for the new intermediate model instance(s), if needed. You ... it and puts it in the related object set. Returns the newly created object: >>> b = Blog . objects . get ... rameter blog to create() . Django figures out that the new Entry object's blog field should be set to b . ... he through_defaults argument to specify values for the new intermediate model instance, if needed. You can ...
https://man.plustar.jp/django/ref/models/relations.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 5192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... et of backwards-incompatible changes scheduled for the near future. Once completed, they will involve some ... we recommend that you stick with Django 0.96 until the next official release; then you'll be able to upgra ... ase of Django. Also, note that some features, like the new DATABASE_OPTIONS setting (see the databases doc ... against an existing database may generate SQL with the new form of constraint name, while the database its ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 5192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 3 Django 1.6 へようこそ! These release notes cover the new features , as well as some backwards incompatib ... py modules of a Python package in INSTALLED_APPS . The new runner ( django.test.runner.DiscoverRunner ) us ... rmed to determine if UPDATE or INSERT were needed. The new algorithm needs only one query for updating an ... aving to use the old algorithm. マイナーな機能 ¶ Authentication backends can raise PermissionDenied to imm ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
django.apps.config — Django 4.0.6 ドキュメント 5101
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ponent of entry starts with an uppercase letter, # then it was likely intended to be an app config class; ...
https://man.plustar.jp/django/_modules/django/apps/config.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT