検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 387 for This (0.109 sec.)
LayerMapping data import utility — Django 4.0.6 ドキュメント 5127
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ata files (e.g. shapefiles) into GeoDjango models. This utility grew out of the author's personal needs to ... ery -- and when SQL statements contain geometries, this may consume more memory than is typical. カスタマイ ... rom the Data Source (defaults to 0) source_srs Use this to specify the source SRS manually (for example, s ... ess' (default) or 'autocommit' . transform Setting this to False will disable coordinate transformations. ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
Form fields — Django 4.0.6 ドキュメント 5127
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... k (most recent call last): ... ValidationError : ['This field is required.'] >>> f . clean ( None ) Traceb ... k (most recent call last): ... ValidationError : ['This field is required.'] >>> f . clean ( ' ' ) ' ' >>> ... her than raising ValidationError . For CharField , this will return empty_value which defaults to an empty ... ring. For other Field classes, it might be None . (This varies from field to field.) Widgets of required f ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 5127
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... く、 モデルメソッド を使ってください。 For example, this custom Manager adds a method with_counts() : from ... onPoll , on_delete = models . CASCADE ) # ... With this example, you'd use OpinionPoll.objects.with_counts ... urns all objects in the system. For example, using this model: from django.db import models class Book ( m ... title = 'Matilda' ) Book . dahl_objects . count () This example also pointed out another interesting techn ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 5101
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... me__ (see Use logger namespacing below for more on this) which will provide the name of the current Python ... ger ( __name__ ) It's a good convention to perform this declaration at module level. And then in a functio ... r . warning ( 'Platform is running at risk' ) When this code is executed, a LogRecord containing that mess ... ill not appear in the console by default. Changing this behavior requires additional configuration. Custom ...
https://man.plustar.jp/django/howto/logging.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 5101
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tion to the system dependencies noted elsewhere in this documentation, the command python3 must be on your ... e py39-postgres -- --settings=my_postgres_settings This command sets up a Python 3.9 virtual environment, ... calls runtests.py with the supplied arguments (in this case, --settings=my_postgres_settings ). The remai ... nder of this documentation shows commands for running tests wit ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 5101
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Modules « previous | up | next » ミドルウェア ¶ This document explains all middleware components that c ... understand GZip compression (all modern browsers). This middleware should be placed before any other middl ... y setting the "Strict-Transport-Security" header . This reduces your exposure to some SSL-stripping man-in ... middle (MITM) attacks. SecurityMiddleware will set this header for you on all HTTPS responses if you set t ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 5075
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pages are in relation to other pages on your site. This information helps search engines index your site. ... Django sitemap framework automates the creation of this XML file by letting you express this information i ... in there by default, so you'll only need to change this if you've changed that setting. Make sure you've i ... tivate sitemap generation on your Django site, add this line to your URLconf : from django.contrib.sitemap ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 5075
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , 'lennon@thebeatles.com' , 'johnpassword' ) # At this point, user is a User object that has already been ... エンドの authenticate() メソッドに渡されます。 注釈 This is a low level way to authenticate a set of creden ... own authentication system, you probably won't use this. Rather if you're looking for a way to login a use ... clear () デフォルトの権限 ¶ When django.contrib.auth is listed in your INSTALLED_APPS setting, it will en ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 5058
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... PBKDF2 password hasher has been increased by 20%. This backwards compatible change will not affect users ... y reducing the amount of required memory. However, this improvement is not available when unapplying migra ... and storage of the intermediate migration states. This improvement also requires that Django no longer su ... are being applied and others are being unapplied. This was never officially supported and never had a pub ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
django.apps.config — Django 4.0.6 ドキュメント 5032
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... module # Reference to the Apps registry that holds this AppConfig. Set by the # registry when it registers ... the Python path to the application e.g. 'admin'. # This value must be unique across a Django project. if n ... #21874 for extended discussion of the behavior of this method in # various cases. # Convert to list becau ... filesystem locations ( %r ); " "you must configure this app with an AppConfig subclass " "with a 'path' cl ...
https://man.plustar.jp/django/_modules/django/apps/config.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT