検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 153 for don (0.095 sec.)
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 5301
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing: Install the argon2-cffi library . This can be done by running python -m pip install django[argon2] , ... ollowing: Install the bcrypt library . This can be done by running python -m pip install django[bcrypt] , ... -force attacks. However, because PBKDF2 and bcrypt do not require a lot of memory, attackers with suffici ... CPUs the computation of the hash can be parallelized on. The default values of these attributes are proba ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 5301
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in get_context_data() and get_queryset() . If you don't set template_name , the template will default to ... ate_by is deliberately small in the example so you don't have to create lots of books to see the paginati ... w looks like this: # CAUTION: you almost certainly do not want to do this. # It is provided as part of a ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
検索 — Django 4.0.6 ドキュメント 5301
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the longer name, there are more combinations that don't appear in the source string, so it is no longer ... onies" are considered similar. Weighting words based on different criteria such as how frequently they ap ... ] You can also filter on a combination of fields and on related models: >>> Entry . objects . annotate ( ...
https://man.plustar.jp/django/topics/db/search.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 5301
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... multitenancy or otherwise alter business logic based on the request's host and use custom host names in t ... 't be any replication, and as a result, data created on the primary won't be seen on the replica. To comp ... By default, Django will assume all databases depend on the default database and therefore always create ... keys sequence numbers, it is recommended that you do not hard code primary key values in tests. Using re ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 5150
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s no cleanup # after async contexts, though, so we don't allow that if we can help it. thread_critical = ... False ): """Return app models allowed to be migrated on provided db.""" models = app_config . get_models ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
django.utils.translation — Django 4.0.6 ドキュメント 5150
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e creates # a reference to one of these functions, don't break that reference when we # replace the funct ... ing the first call to that function. After this is done, changes to USE_I18N will have no effect to which ...
https://man.plustar.jp/django/_modules/django/utils/translation.html - [similar]
How to create CSV output — Django 4.0.6 ドキュメント 5150
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e CSV module takes care of quoting for you, so you don't have to worry about escaping strings with quotes ... "" # Generate a sequence of rows. The range is based on the maximum number of # rows that can be handled ...
https://man.plustar.jp/django/howto/outputting-csv.html - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 5150
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s package manager. Django's Git repository is hosted on GitHub , and it is recommended that you also work ... The -b flag creates a new branch for you locally. Don't hesitate to create new branches even for the sma ... stream / stable / 1.4 . x Assume the work is carried on the ticket_xxxxx branch. Make some changes and co ... in the related Trac ticket explaining what you've done. In particular, you should note the environment i ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 5150
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... these changes. Support for assigning objects which don't support creating deep copies with copy.deepcopy( ... ) , logout() , password_change() , password_change_done() , password_reset() , password_reset_done() , pa ... e removed. The on_delete argument for ForeignKey and OneToOneField will be required. django.db.models.fie ... me zone support is enabled, database backends that don't support time zones won't convert aware datetimes ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5150
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... set primary_key=True. fields.E110 : BooleanField s do not accept null values. This check appeared before ... on expressions. セキュリティ ¶ The security checks do not make your site secure. They do not audit code, ... use the check --deploy option: security.W001 : You do not have django.middleware.security.SecurityMiddlew ... settings will have no effect. security.W002 : You do not have django.middleware.clickjacking.XFrameOptio ...
https://man.plustar.jp/django/ref/checks.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT