検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 200 for should (0.041 sec.)
Coding style — Django 4.0.6 ドキュメント 7663
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... you are happy with them. Python style ¶ All files should be formatted using the black auto-formatter. This ... n flake8 . Documentation, comments, and docstrings should be wrapped at 79 characters, even though PEP 8 sug ... to the Merger's discretion. As a guide, f-strings should use only plain variable and property access, with ... 5 f 'you are { user_days_old } days old' f-strings should not be used for any string that may require transl ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
Writing documentation — Django 4.0.6 ドキュメント 7663
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to guide is what a user wants to achieve. A how-to should always be result-oriented rather than focused on i ... cookie", gender neutral pronouns (they/their/them) should be used. Instead of: he or she... use they. him or ... pronunciation is "Aitch Tee Tee Pee" and therefore should be preceded by "an" and not "a". MySQL , PostgreSQ ... when referring to SQL, the expected pronunciation should be "Ess Queue Ell" and not "sequel". Thus in a phr ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
View decorators — Django 4.0.6 ドキュメント 7588
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e it this far # ... pass Note that request methods should be in uppercase. require_GET () ¶ Decorator to req ... ethods are commonly considered "safe" because they should not have the significance of taking an action othe ... etrieving the requested resource. 注釈 Web servers should automatically strip the content of responses to HE ... er defines which request headers a cache mechanism should take into account when building its cache key. See ...
https://man.plustar.jp/django/topics/http/decorators.html - [similar]
Triaging tickets — Django 4.0.6 ドキュメント 7513
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... by at least one triager as a legitimate bug - and should probably be fixed if possible. An accepted new fea ... t would require small, easy, patches. 型 ¶ Tickets should be categorized by type between: New Feature For ad ... ner, better, faster, stronger. Component ¶ Tickets should be classified into components indicating which are ... s used to identify blockers, that is, issues which should get fixed before releasing the next version of Dja ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 7448
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sues introduced in the first commit, those commits should be squashed before merging. Separate changes to di ... s of upstream branches in the pull requests. Tests should pass and docs should build after each commit. Neit ... her the tests nor the docs should emit warnings. Trivial and small patches usually a ... ase don't take that to mean your idea is great and should be implemented immediately because nobody conteste ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 7373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se changes for RunPython instances to use. options should be a dictionary mapping option names to values. Al ... whether the field's default value is permanent and should be baked into the project state ( True ), or if it ... ormance impact. To avoid that, the following steps should be taken. Add the nullable field without the defau ... lt value and run the makemigrations command. This should generate a migration with an AddField operation. A ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
django.core.files.uploadhandler — Django 4.0.6 ドキュメント 7298
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dled a file and do not want future handlers to run should raise this exception instead of returning None. "" ... ed. Warning: As with any data from the client, you should not trust content_length (and sometimes won't even ... ual size accumulated by all the chunks. Subclasses should return a valid ``UploadedFile`` object. """ raise ... """ Signal that the upload is complete. Subclasses should perform cleanup that is necessary for this handler ...
https://man.plustar.jp/django/_modules/django/core/files/uploadhandler.html - [similar]
Signals — Django 4.0.6 ドキュメント 7298
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ate.db is None . 警告 For performance reasons, you shouldn't perform queries in receivers of pre_init or pos ... ly as presented (i.e. when loading a fixture). One should not query/modify other records in the database as ... ly as presented (i.e. when loading a fixture). One should not query/modify other records in the database as ... or details. Functions which listen for pre_migrate should adjust what they output to the screen based on the ...
https://man.plustar.jp/django/ref/signals.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 7083
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lt (aside from any that were already present), you should mark your filter with is_safe : @register . filter ... filter's return value to a string. If your filter should return a boolean or other non-string value, markin ... fore anything else. In our case, let's say the tag should be used like this: < p > The time is {% current_ti ... %I:%M %p" %} . </ p > The parser for this function should grab the parameter and create a Node object: from ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 7083
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hod but does not include form data. Therefore, you shouldn't use if request.POST to check for use of the POS ... rn self . get_response ( request ) This middleware should be positioned before any other middleware that rel ... rm of caching like Django's cache middleware , you should decorate the view with vary_on_headers('Accept') s ... by encoding their string representation. Iterators should return strings or bytestrings and those will be jo ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT