検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 162 for then (0.007 sec.)
Conditional Expressions — Django 4.0.6 ドキュメント 17557
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... REGULAR , ) When ¶ class When ( condition = None , then = None , ** lookups ) ¶ A When() object is used to ... a BooleanField . The result is provided using the then keyword. Changed in Django 4.0: Support for lookup ... ivalent: >>> When ( account_type = Client . GOLD , then = 'name' ) >>> When ( account_type = Client . GOLD ... , then = F ( 'name' )) >>> # You can use field lookups in ...
https://man.plustar.jp/django/ref/models/conditional-expressions.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 9722
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gitconfig , and set upstream to be django/django . Then you can run git pr #### to checkout the correspond ... sible: If a patch contains back-and-forth commits, then rewrite those into one. For example, if a commit a ... d be a subject line, separated by a blank line and then paragraphs of 72 char lines. The limits are soft. ... o library Y, first commit the change to library Y, then commit feature X in a separate commit. This goes a ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
設定 — Django 4.0.6 ドキュメント 8407
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e's own documentation. TIMEOUT ¶ デフォルト値: 300 The number of seconds before a cache entry is considere ... a user closing a browser or bookmarking a page and then loading that page from a browser cache. Without pe ... owing cross-subdomain requests to be excluded from the normal cross site request forgery protection. It sh ... nly . CSRF_COOKIE_NAME ¶ デフォルト値: 'csrftoken' The name of the cookie to use for the CSRF authenticati ...
https://man.plustar.jp/django/ref/settings.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 7606
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... models - say, add a field and remove a model - and then run makemigrations : $ python manage.py makemigrat ... sn't support DDL transactions (e.g. MySQL, Oracle) then all operations will run without a transaction. You ... d creates the table the ForeignKey references, and then the migration that makes the ForeignKey column run ... ork, you must make the initial migration first and then make changes, as Django compares changes against m ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
The form rendering API — Django 4.0.6 ドキュメント 7411
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... templates directory in django/forms/templates and then from the installed apps' templates directories usi ... lates, you must use the TemplatesSetting renderer. Then overriding widget templates works the same as over ... lates, you must use the TemplatesSetting renderer. Then overriding widget templates works the same as over ... ml , for example. See ビルトインのウィジェット for the name of each widget's template. To override widget ...
https://man.plustar.jp/django/ref/forms/renderers.html - [similar]
django.dispatch.dispatcher — Django 4.0.6 ドキュメント 6805
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... # A note about caching: if use_caching is defined, then for each # distinct sender we cache the receivers ... ceivers must be hashable objects. If weak is True, then receiver must be weak referenceable. Receivers mus ... the receiver objects. If this parameter is false, then strong references will be used. dispatch_uid An id ... This checks for weak references and resolves them, then returning only live receivers. """ receivers = Non ...
https://man.plustar.jp/django/_modules/django/dispatch/dispatcher.html - [similar]
Triaging tickets — Django 4.0.6 ドキュメント 6805
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tickets require much less feedback than this, but then again some tickets require much much more. Triage ... is, issues which should get fixed before releasing the next version of Django. Typically those issues are ... , you can reset it using the password reset page . Then, you can help out by: Closing "Unreviewed" tickets ... d also contain appropriate documentation and tests then move them to the "Ready for Checkin" stage. If the ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 6702
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ When you have created your GitHub account, with the nick "GitHub_nick", and forked Django's repository ... the work of the merger. If you're uncomfortable with English, try at least to describe precisely what the ... ormed messages for each commit: a summary line and then paragraphs wrapped at 72 characters thereafter -- ... its temporarily, applies the upstream commits, and then applies your local commits again on the work. If t ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
Organization of the Django Project — Django 4.0.6 ドキュメント 6702
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... any individual Merger. There is no upper limit to the number of Mergers. It's not a requirement that a Me ... cal board considers the suggestions put forth, and then any member of the technical board formally nominat ... ny individual Releaser. There is no upper limit to the number of Releasers. It's not a requirement that a ... cal board considers the suggestions put forth, and then any member of the technical board formally nominat ...
https://man.plustar.jp/django/internals/organization.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6702
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rently in the database. If you only want to pickle the necessary information to recreate the QuerySet from ... ckle the query attribute of the QuerySet . You can then recreate the original QuerySet (without any result ... = Blog . objects . annotate ( Count ( 'entry' )) # The name of the first blog >>> q [ 0 ] . name 'Blogasau ... rus' # The number of entries on the first blog >>> q [ 0 ] . e ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT