検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 331 for using (0.069 sec.)
Django を使う — Django 4.0.6 ドキュメント 5516
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go の複数のバージョンをサポートする ファイルの管理 Using files in models File オブジェクト File storage Dja ... w-level cache API 非同期サポート Downstream caches Using Vary headers Controlling cache: Using other header ... ginator class カスタマイズ例 Paginating a ListView Using Paginator in a view function Django におけるセキュ ... HTTP のパフォーマンス テンプレートのパフォーマンス Using different versions of available software Django オ ...
https://man.plustar.jp/django/topics/index.html - [similar]
Signals — Django 4.0.6 ドキュメント 5470
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s that Django sends. All built-in signals are sent using the send() method. 参考 See the documentation on t ... e database might not be in a consistent state yet. using The database alias being used. update_fields The s ... e database might not be in a consistent state yet. using The database alias being used. update_fields The s ... class. instance The actual instance being deleted. using The database alias being used. post_delete ¶ djang ...
https://man.plustar.jp/django/ref/signals.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 5425
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango Model API. Throughout this section, we'll be using the following geographic model of a ZIP code and o ... , web maps) are not. Most people are familiar with using latitude and longitude to reference a location on ... nces in planar units (e.g., kilometers and miles). Using a geographic coordinate system may introduce compl ... o perform distance calculations between geometries using geographic coordinate systems, e.g. constructing a ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 5388
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ay be very large. If you find that LayerMapping is using too much memory, set DEBUG to False in your settin ... upported data source, like a shapefile (here we're using a simple polygon shapefile, test_poly.shp , with t ... t_on_success' , transform = True , unique = True , using = 'default' ) ¶ The following are the arguments an ... . Forces the transaction mode to be 'autocommit' . using Sets the database to use when importing spatial da ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 5388
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Unicode characters have always been accepted when using Python 3. The username validator now explicitly ac ... so that the message can be dynamically translated using the current active language. A new LogEntry.get_ch ... d argument to django.contrib.auth.login() to allow using it without credentials. The new LOGOUT_REDIRECT_UR ... nsert_ids() to set primary keys on objects created using QuerySet.bulk_create() . Added keyword arguments t ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 5388
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed ( #24569 ). Fixed squashmigrations command when using SeparateDatabaseAndState ( #24278 ). Stripped micr ... oseconds from datetime values when using an older version of the MySQLdb DB API driver as i ... path of contrib.admin 's related field widget when using alternate static file storages ( #24655 ). Fixed a ... b , which prevented apps with data migrations from using the option ( #24729 ). Fixed makemessages crash in ...
https://man.plustar.jp/django/releases/1.8.1.html - [similar]
Django 1.9.1 リリースノート — Django 4.0.6 ドキュメント 5388
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... kend ( #25840 ). Fixed a regression in FormMixin causing forms to be validated twice ( #25548 , #26018 ). F ... #25896 ). Fixed a regression in CommonMiddleware causing If-None-Match checks to always return HTTP 200 ( # ... index on CharField and TextField respectively when using AlterField on PostgreSQL ( #25412 ). Fixed admin's ... ). Add this line to your own apps.py files created using Django 1.9 if you want your migrations to work on ...
https://man.plustar.jp/django/releases/1.9.1.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 5388
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rly. カスタマイズ例 ¶ The following is a unit test using the request factory: from django.contrib.auth.mode ... tion is to add the required hosts to ALLOWED_HOSTS using override_settings() or modify_settings() . This op ... ica database has been configured as a test mirror (using the MIRROR test setting), indicating that under te ... order, you can specify the dependencies that exist using the DEPENDENCIES test setting. Consider the follow ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 5342
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ntation, the preferred way to provide the patch is using GitHub pull requests without a Trac ticket. See th ... ability), claim it by following these steps: Login using your GitHub account or create an account in our ti ... but have forgotten your password, you can reset it using the password reset page . If a ticket for this iss ... ub pull request . Please review the patch yourself using our patch review checklist first. If you can't sen ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
Django 1.8.9 リリースノート — Django 4.0.6 ドキュメント 5342
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... GMT+1200 ( #24980 ). Fixed a regression in 1.8.8 causing incorrect index handling in migrations on PostgreS ... in unique_together ( #26034 ). Fixed a crash when using an __in lookup inside a Case expression ( #26071 ) ... . Fixed a crash when using a reverse OneToOneField in ModelAdmin.readonly_fie ... ( #26122 ). Fixed the contrib.gis map widgets when using USE_THOUSAND_SEPARATOR=True ( #20415 ). 目次 Djang ...
https://man.plustar.jp/django/releases/1.8.9.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT