検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 175 for they (0.110 sec.)
django-admin と manage.py — Django 4.0.6 ドキュメント 5726
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... fsettings . --all ¶ Displays all settings, even if they have Django's default value. Such settings are pre ... manipulate the current migration state directly if they're manually applying changes; be warned that using ... (see the check command). If any errors are found, they will be printed to standard output. You can use th ... as many concurrent servers as you want, as long as they're on separate ports by executing django-admin run ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Form fields — Django 4.0.6 ドキュメント 5726
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and use them directly to get a better idea of how they work. Each Field instance has a clean() method, wh ... , min_length , and empty_value which work just as they do for CharField . FileField ¶ class FileField ( * ... ength , strip , and empty_value which work just as they do for CharField . strip ¶ Defaults to False . If ... , min_length , and empty_value which work just as they do for CharField . UUIDField ¶ class UUIDField ( * ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 5726
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ce ¶ Index classes ease creating database indexes. They can be added using the Meta.indexes option. This d ... in django.db.models.indexes , but for convenience they're imported into django.db.models . The standard c ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 5726
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e fields will be added to the selected columns and they may make otherwise duplicate rows appear to be dis ... xtra columns don't appear in the returned results (they are only there to support ordering), it sometimes ... l return all the fields in the model, in the order they were declared. A common need is to get a specific ... , only() , below) are only for advanced use-cases. They provide an optimization for when you have analyzed ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 5726
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the database to check against, and returns True if they match, False otherwise. make_password ( password , ... ssword validators are always returned in the order they are listed in AUTH_PASSWORD_VALIDATORS . Included ... _ratio() . A value of 0.1 rejects passwords unless they are substantially different from the user_attribut ... idators. Validators have a fairly small interface. They must implement two methods: validate(self, passwor ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
検索 — Django 4.0.6 ドキュメント 5726
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... based on different criteria such as how frequently they appear in the text, or the importance of the field ... s, such as the title or keywords, that they appear in. There are many alternatives for using s ...
https://man.plustar.jp/django/topics/db/search.html - [similar]
テストツール — Django 4.0.6 ドキュメント 5726
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ecorators modify the class directly and return it; they don't create and return a modified copy of it. So ... verride_settings() won't work on such values since they are only evaluated the first time the module is im ... an also exclude tests by tag. To run core tests if they are not slow:   $ ./manage.py test --tag = core ... ically detect any async def tests and wrap them so they run in their own event loop. If you are testing fr ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
FAQ: 一般的な質問 — Django 4.0.6 ドキュメント 5592
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and began using Python to develop its websites. As they built intensive, richly interactive sites such as ... Lawrence.com, they began to extract a generic web development framewo ... them build web applications more and more quickly. They tweaked this framework constantly, adding improvem ...
https://man.plustar.jp/django/faq/general.html - [similar]
Djangoソースコードレポジトリ — Django 4.0.6 ドキュメント 5592
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e branches where release preparation work happens. They are also used for bugfix and security releases whi ... ode was never merged into Django, and the features they aimed to implement were never finished: full-histo ...
https://man.plustar.jp/django/internals/git.html - [similar]
Django のセキュリティポリシー — Django 4.0.6 ドキュメント 5592
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e sensitive nature of security issues, we ask that they not be publicly reported in this fashion. Instead, ... . This is to aid organizations that need to ensure they have staff available to handle triaging our announ ...
https://man.plustar.jp/django/internals/security.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT