検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 187 for such (0.075 sec.)
ロギング — Django 4.0.6 ドキュメント 5845
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ogger. It describes a particular logging behavior, such as writing a message to the screen, to a file, or ... It's generally not considered a good idea to send such potentially sensitive information over email. Cons ... records when DEBUG=True . Django does not log many such INFO level messages. With this config, however, yo ... file will load your logging config immediately. As such, your logging config must appear after any setting ...
https://man.plustar.jp/django/topics/logging.html - [similar]
テストツール — Django 4.0.6 ドキュメント 5845
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er web pages, use a Python standard library module such as urllib . URL を解決するとき、テストクライアント ... ). If you want to intentionally raise an exception such as unittest.SkipTest in setUpClass() , be sure to ... )) The tricky thing here is that there's really no such thing as a "page load," especially in modern web a ... as Django won't restore the original values after such manipulations. SimpleTestCase. settings () ¶ For t ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
How to manage error reporting — Django 4.0.6 ドキュメント 5714
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... efore other middleware that intercepts 404 errors, such as LocaleMiddleware or FlatpageFallbackMiddleware ... tting error reports unencrypted over the internet (such as through email). Filtering sensitive information ... n) to prevent the leaking of sensitive information such as user passwords. Custom error reports ¶ All sens ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
The form rendering API — Django 4.0.6 ドキュメント 5714
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s with customizations from your TEMPLATES setting, such as context processors for example, use the Templat ... widget has a template_name attribute with a value such as input.html . Built-in widget templates are stor ...
https://man.plustar.jp/django/ref/forms/renderers.html - [similar]
Model _meta API — Django 4.0.6 ドキュメント 5714
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e Django ORM. It enables other parts of the system such as lookups, queries, forms, and the admin to under ... also include any fields that have a related_name (such as ManyToManyField , or ForeignKey ) that start wi ...
https://man.plustar.jp/django/ref/models/meta.html - [similar]
Django 0.95 リリースノート — Django 4.0.6 ドキュメント 5714
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o.models.* namespace.) Some optional applications, such as the FlatPage, Sites and Redirects apps, have be ... or authenticating users against alternate systems, such as LDAP. We've made it easier to add custom table- ...
https://man.plustar.jp/django/releases/0.95.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 5593
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s_safe will probably have unintended consequences (such as converting a boolean False to the string 'False ... outputs a list of choices for a given Poll object, such as was created in the tutorials . We'll use the ta ... ks on top of this parsing system, using techniques such as EBNF grammars, but those experiments made the t ... e safe from further escaping needs to be marked as such. Also, if your template tag creates a new context ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 5593
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng pronouns in reference to a hypothetical person, such as "a user with a session cookie", gender neutral ... ze the difficulty involved in a task or operation, such as "easily", "simply", "just", "merely", "straight ... inks in documentation can become broken or changed such that they are no longer the canonical link. Sphinx ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 5593
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eTimeField ())) When referencing relational fields such as ForeignKey , F() returns the primary key value ... cribes the value to be included in the expression, such as 1 , True , or None . Django knows how to conver ... ther expression and provides access to properties, such as output_field , that may not be available on oth ... supports use of the standard start and end points, such as CURRENT ROW and UNBOUNDED FOLLOWING . class Row ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 5593
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... don't require data preparation. Simple data types, such as integers and strings, are 'ready to write' as a ... stgreSQL ON UPDATE trigger which returns NULL . In such cases it is possible to revert to the old algorith ... ed to perform a simple arithmetic task on a field, such as incrementing or decrementing the current value. ... compatibility errors can be difficult to diagnose, such as silently corrupted objects, a RuntimeWarning is ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT