Results of 1 - 10 of about 67 for Writing (0.017 sec.)
- Django へのコントリビュート — Django 4.0.6 ドキュメント 14553
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ork on Django itself falls into three major areas: Writing code ? Fix a bug, or add a new feature. You can ma ...
code in the next version of Django! Start from the Writing code docs. Writing documentation ✍️ Django's docum ...
and keep it relevant as the framework evolves. See Writing documentation for more. Localizing Django ?️ Djang ...
w can I help with triaging? Bisecting a regression Writing code Coding style Unit tests Submitting patches Wo ...
-
https://man.plustar.jp/django/internals/contributing/index.html
- [similar]
- Writing code — Django 4.0.6 ドキュメント 11096
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ontents | Index | Modules « previous | up | next » Writing code ¶ So you'd like to write some code to improve ...
tickets 次のトピックへ Coding style 関連キーワード Writing , patches , tickets , Coding , tests , re , トピッ ...
-
https://man.plustar.jp/django/internals/contributing/writing-code/index.html
- [similar]
- Advice for new contributors — Django 4.0.6 ドキュメント 10940
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
. パッチを書く方法の細かい参照文献を探しているなら Writing code ドキュメントを参照してください。 最初のステッ ...
s filed under the correct component area. Consider writing a patch that adds a test for the bug's behavior, e ...
ggest a documentation patch! See also the guide on Writing documentation . 注釈 The reports page contains lin ...
ue, that means you have the extra-important job of writing the very first tests for that feature, not that yo ...
-
https://man.plustar.jp/django/internals/contributing/new-contributors.html
- [similar]
- Writing documentation — Django 4.0.6 ドキュメント 10314
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ontents | Index | Modules « previous | up | next » Writing documentation ¶ We place a high importance on cons ...
rror fixes and better explanations through clearer writing and more examples. New features: documentation of ...
ate tutorial rather than repeat the same material. Writing style ¶ When using pronouns in reference to a hypo ...
e written in docs/_build/man/django-admin.1 . 目次 Writing documentation Getting the raw documentation Gettin ...
-
https://man.plustar.jp/django/internals/contributing/writing-documentation.html
- [similar]
- Admin actions — Django 4.0.6 ドキュメント 9844
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
find out how to add your own actions to this list. Writing actions ¶ The easiest way to explain actions is by ...
lets us change an article's status to "published." Writing action functions ¶ First, we'll need to write a fu ...
thing_with ( obj ) That's actually all there is to writing an action! However, we'll take one more optional-b ...
ny type, hence the business with the ContentType . Writing this view is left as an exercise to the reader. Ma ...
-
https://man.plustar.jp/django/ref/contrib/admin/actions.html
- [similar]
- How to create custom template tags and filters — Django 4.0.6 ドキュメント 9688
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
) These sorts of tags are called "inclusion tags". Writing inclusion tags is probably best demonstrated by ex ...
f when the tag was called. For example, say you're writing an inclusion tag that will always be used in a con ...
nction), and what the node's render() method does. Writing the compilation function ¶ For each template tag t ...
evel. The Django developers have experimented with writing small frameworks on top of this parsing system, us ...
-
https://man.plustar.jp/django/howto/custom-template-tags.html
- [similar]
- Triaging tickets — Django 4.0.6 ドキュメント 8421
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
or it yet. Often this means you could safely start writing a patch for it. This is generally more true for th ...
cepted for that feature. Seek more feedback before writing an extensive patch if you are in doubt. Accepted + ...
ffect. Here's how you can determine this. Begin by writing a regression test for Django's test suite for the ...
ックへ バグレポートと機能のリクエスト 次のトピックへ Writing code 関連キーワード ticket , tickets , patch , we ...
-
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html
- [similar]
- JavaScript — Django 4.0.6 ドキュメント 8108
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
pt code. Please follow these coding standards when writing JavaScript code for inclusion in Django. Code styl ...
ピックへ Working with Git and GitHub 次のトピックへ Writing documentation 関連キーワード tests , from , run , ...
-
https://man.plustar.jp/django/internals/contributing/writing-code/javascript.htm...
- [similar]
- Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 7796
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
t scrypt sha1 md5 unsalted_sha1 unsalted_md5 crypt Writing your own hasher ¶ If you write your own password h ...
e the clear text password - not a hashed password. Writing your own validator ¶ If Django's built-in validato ...
grading without requiring a login Included hashers Writing your own hasher Manually managing a user's passwor ...
効にする Included validators Integrating validation Writing your own validator 前のトピックへ Djangoの認証シス ...
-
https://man.plustar.jp/django/topics/auth/passwords.html
- [similar]
- システムチェックフレームワーク — Django 4.0.6 ドキュメント 7796
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
jango can be found in the System check reference . Writing your own checks ¶ The framework is flexible and al ...
ected_errors ) 目次 システムチェックフレームワーク Writing your own checks メッセージ Registering and labelin ...
-
https://man.plustar.jp/django/topics/checks.html
- [similar]