検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 257 for all (0.059 sec.)
Coding style — Django 4.0.6 ドキュメント 6222
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... By checking for these issues before code review it allows the reviewer to focus on the change itself, and ... the number of CI runs. To use the tool, first install pre-commit and then the git hooks:   $ python -m ... pip install pre-commit $ pre-commit install ...\> py -m pip in ... stall pre-commit ...\> pre-commit install On the first c ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
多対一 (many-to-one) 関係 — Django 4.0.6 ドキュメント 6222
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 7 , 27 ), reporter = r3 ) Traceback (most recent call last): ... ValueError : save() prohibited to preve ... w_article2 . reporter . id 1 >>> r . article_set . all () <QuerySet [<Article: John's second story>, <Art ... . article_set . add ( r2 ) Traceback (most recent call last): ... TypeError : 'Article' instance expected ... , got <Reporter: Paul Jones> >>> r . article_set . all () <QuerySet [<Article: John's second story>, <Art ...
https://man.plustar.jp/django/topics/db/examples/many_to_one.html - [similar]
Signals — Django 4.0.6 ドキュメント 6123
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... elsewhere in the framework. In a nutshell, signals allow certain senders to notify a set of receivers tha ... t some action has taken place. They're especially useful when many pieces of code may be interested ... e Sent before or after a model's save() method is called. django.db.models.signals.pre_delete & django.db ... delete() method or queryset's delete() method is called. django.db.models.signals.m2m_changed Sent when ...
https://man.plustar.jp/django/topics/signals.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 6063
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ow many chairs are needed for each company to seat all employees? >>> company = Company . objects . filte ... tes , but for convenience they're available and usually imported from django.db.models . F() 式 ¶ class F ... perform database operations using them without actually having to pull them out of the database into Pyth ... atabase level. Let's try this with an example. Normally, one might do something like this: # Tintin filed ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6063
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sions. オーバービュー ¶ Django 1.2 introduces several large, important new features, including: Support f ... sed Python 2.7. This change should affect only a small number of Django users, as most operating-system v ... release of Django 1.3. A roadmap for Django's overall 2.x Python support, and eventual transition to Pyt ... c database by providing a using argument when you call save() . Model validation ¶ Model instances now ha ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 6013
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Case.assertQuerysetEqual() will no longer automatically call repr() on a queryset when compared to string ... an values as the right-hand side will no longer be allowed. The django.db.models.query_utils.InvalidQuery ... st positional argument. Support for SimpleTestCase.allow_database_queries and TransactionTestCase.multi_d ... templatetags.static() will be removed. The shim to allow InlineModelAdmin.has_add_permission() to be defi ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 5964
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oint to it in your URLconf . インストール ¶ To install the sitemap app, follow these steps: Add 'django.c ... ontrib.sitemaps' to your INSTALLED_APPS setting. Make sure your TEMPLATES setting c ... you've changed that setting. Make sure you've installed the sites framework . (Note: The sitemap applica ... tion doesn't install any database tables. The only reason it needs to g ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 5964
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | up | next » Django Utils ¶ This document covers all stable modules in django.utils . Most of the modul ... e Vary header, see RFC 7231#section-7.1.4 . Essentially, the Vary HTTP header defines which headers a cac ... unction patches the Cache-Control header by adding all keyword arguments to it. The transformation is as ... follows: All keyword parameter names are turned to lowercase, a ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Triaging tickets — Django 4.0.6 ドキュメント 5904
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to sort out one from the other, and in the end we all benefit together. Like all gardens, we can aspire ... e mistakes. Trac is "mostly accurate", and we give allowances for the fact that sometimes it will be wron ... without you ! Triage workflow ¶ Unfortunately, not all bug reports and feature requests in the ticket tra ... cker provide all the required details . A number of tickets have pa ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 5904
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nting clean() on the model in order to programmatically supply any missing values. choices ¶ Field. choic ... names for each choice inside the model class keeps all of that information with the class that uses it, a ... t or tuple. This lets you construct choices dynamically. But if you find yourself hacking choices to be d ... item is not a (lazy) string, the label is automatically generated from the member name. A .label property ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT