検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 153 for don (0.072 sec.)
Django 2.2.7 リリースノート — Django 4.0.6 ドキュメント 6033
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tions are irreversible when reverse_code callables don't have docstrings or when showing a forward migrat ...
https://man.plustar.jp/django/releases/2.2.7.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 5894
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ithin your code, you place a logging call into it. Don't be tempted to use logging calls in settings.py . ... ormation as possible, but not information that you don't need - and how much you need depends upon what y ...
https://man.plustar.jp/django/howto/logging.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 5894
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Any arguments following a -- divider will be passed on to the underlying command-line client. For exampl ... tings file specified by --default ). Settings that don't appear in the defaults are followed by "###" . F ... or example, the default settings don't define ROOT_URLCONF , so ROOT_URLCONF is followe ... ion is used. Models for partition tables are created on PostgreSQL if the --include-partitions option is ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 5894
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... word in the query parameters A join is not permitted on the specified field A field name is invalid A que ... ERRORS ¶ NON_FIELD_ERRORS ¶ ValidationError s that don't belong to a particular field in a form or model ... y heavily reliant on thread-safety to function and don't work correctly under coroutines sharing the same ... ching URL in your URLconf cannot be identified based on the parameters supplied. データベースの例外 ¶ デー ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 5894
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... max_length = 50 , null = True , blank = True ) We don't usually recommend allowing null=True for CharFie ... d . Passing Value(None) to expression1 is prohibited on Oracle since Oracle doesn't accept NULL as the fi ... week values The week lookup_type is calculated based on ISO-8601 , i.e., a week starts on a Monday. The f ... up_name) . Each class is also a Transform registered on DateField and DateTimeField as __(lookup_name) , ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 5894
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... special requirements; see below for examples. You don't even need to provide a success_url for CreateVie ... ate_name_suffix to construct the template_name based on the model. In this example: CreateView and Update ... els . CASCADE ) # ... In the view, ensure that you don't include created_by in the list of fields to edit ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
django.utils.functional — Django 4.0.6 ドキュメント 5743
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d with a single self argument into a property cached on the instance. A cached property can be made out o ... Results are not memoized; the function is evaluated on every access. """ @total_ordering class __proxy__ ... call and act as a proxy for methods that are called on the result of that function. The function is not ... able. It's just a # collection of functions. So we don't need to do anything # complicated for copying. m ...
https://man.plustar.jp/django/_modules/django/utils/functional.html - [similar]
How to deploy Django — Django 4.0.6 ドキュメント 5743
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... options for deploying your Django application, based on your architecture or your particular business nee ... er in order to operate. And since most web servers don't natively speak Python, we need an interface to m ...
https://man.plustar.jp/django/howto/deployment/index.html - [similar]
Mailing lists — Django 4.0.6 ドキュメント 5743
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to this list, your email must be accepted first so don't worry if your message does not appear instantly. ...
https://man.plustar.jp/django/internals/mailing-lists.html - [similar]
サードパーティの Django ディストリビューション — Django 4.0.6 ドキュメント 5743
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django requires. Typically, these packages are based on the latest stable release of Django, so if you wa ... package Django. If you're using a Linux distro and don't know how to find out if a package is available, ...
https://man.plustar.jp/django/misc/distributions.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT