検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 250 for have (0.130 sec.)
Django 3.1.1 release notes — Django 4.0.6 ドキュメント 4362
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ated by the startproject command, when user didn't have permissions to all intermediate directories in a D ...
https://man.plustar.jp/django/releases/3.1.1.html - [similar]
セキュリティ上の問題のアーカイブ — Django 4.0.6 ドキュメント 4362
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... outside of Django itself. Some of these advisories have received CVEs; when that is the case, they are lis ... ted here, but as they have no accompanying patches or releases, only the desc ... er Django's security process ¶ All security issues have been handled under versions of Django's security p ...
https://man.plustar.jp/django/releases/security.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 4362
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... unique identifier. The field must be unique (i.e., have unique=True set in its definition), unless you use ... """ if not email : raise ValueError ( 'Users must have an email address' ) user = self . model ( email = ... _perm ( self , perm , obj = None ): "Does the user have a specific permission?" # Simplest possible answer ... _module_perms ( self , app_label ): "Does the user have permissions to view the app `app_label`?" # Simple ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
Tablespaces — Django 4.0.6 ドキュメント 4362
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or the field's column index. If the column doesn't have an index, the option is ignored. You can use the D ...
https://man.plustar.jp/django/topics/db/tablespaces.html - [similar]
django.core.files.uploadedfile — Django 4.0.6 ドキュメント 4302
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... concrete subclasses). An ``UploadedFile`` object behaves somewhat like a file object and represents some f ... size = None ): # Since it's in memory, we'll never have multiple chunks. return False class SimpleUploaded ...
https://man.plustar.jp/django/_modules/django/core/files/uploadedfile.html - [similar]
トラブルシューティング — Django 4.0.6 ドキュメント 4302
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo via pip . If it's not in your path, ensure you have your virtual environment activated and you can try ...
https://man.plustar.jp/django/faq/troubleshooting.html - [similar]
How to create PDF files — Django 4.0.6 ドキュメント 4302
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 注釈 ReportLab is not thread-safe. Some of our users have reported odd issues with building PDF-generating D ...
https://man.plustar.jp/django/howto/outputting-pdf.html - [similar]
Django のローカライズ — Django 4.0.6 ドキュメント 4302
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontrib translations. Each of the contrib apps also have a resource (prefixed with "contrib"). 注釈 Transif ...
https://man.plustar.jp/django/internals/contributing/localizing.html - [similar]
JavaScript — Django 4.0.6 ドキュメント 4302
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o run the tests from the command line, you need to have Node.js installed. After installing Node.js , inst ...
https://man.plustar.jp/django/internals/contributing/writing-code/javascript.htm... - [similar]
GeoDjango Forms API — Django 4.0.6 ドキュメント 4302
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _type ¶ Field. geom_type ¶ You generally shouldn't have to set or change that attribute which should be se ...
https://man.plustar.jp/django/ref/contrib/gis/forms-api.html - [similar]