検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 163 for want (0.006 sec.)
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 12594
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ould call get_context_data() passing any data they want to ensure is in there as keyword arguments. get_co ... ere we present a few examples that do work; if you want to bring together other functionality then you'll ... ms.) ビューで SingleObjectMixin を使用する ¶ If we want to write a class-based view that responds only to ... ite a post() method in the subclass. However if we want our processing to work on a particular object, ide ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 11155
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... her is not specified in your settings file. If you want the speed advantages of in-memory caching but don' ... but a development/test environment where you don't want to cache and don't want to have to change your cod ... cache backends out-of-the-box, sometimes you might want to use a customized cache backend. To use an exter ... he will be used, but you can specify any cache you want: @cache_page ( 60 * 15 , cache = "special_cache" ) ...
https://man.plustar.jp/django/topics/cache.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 9145
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... desired default in a callable. For example, if you want to specify a default dict for JSONField , use a fu ... ctionary with keys matching the error messages you want to override. Error message keys include null , bla ... primary_key=True on any of your fields unless you want to override the default primary-key behavior. The ... r update. If you need something different, you may want to consider using your own callable default or ove ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 8574
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... any of your production settings, you will probably want to point the check command at a different settings ... also mix application names and model names. If you want to exclude multiple applications, pass --exclude m ... initive model generation. After you run it, you'll want to look over the generated models yourself to make ... 's creation, modification, and deletion. If you do want to allow Django to manage the table's lifecycle, y ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 8289
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... be careful to always specify the database that you want to use. Django requires that a default database en ... ./manage.py migrate --database=users If you don't want every application to be synchronized onto a partic ... the box' on every Django project. However, if you want to implement more interesting database allocation ... , }, } Now we'll need to handle routing. First we want a router that knows to send queries for the auth a ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 8141
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Entry with the headline Test" ) Note: If you only want to determine if at least one result exists (and do ... hing and when the cached queryset is reloaded, you want the results to already be present and ready for us ... ts that are currently in the database. If you only want to pickle the necessary information to recreate th ... result in better performance. For example, if you want to find blogs with more than 5 entries, but are no ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 7855
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Apache をセットアップする必要はありません。 If you want to use Django on a production site, use Apache wit ... e the latest development version of Django, you'll want to pay close attention to the development timeline ... , and you'll want to keep an eye on the release notes for the upcomi ... help you stay on top of any new features you might want to use, as well as any changes you'll need to make ...
https://man.plustar.jp/django/topics/install.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 7855
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e any format (text-based or not). 参考 If you just want to get some data from your tables into a serialize ... xml_serializer . getvalue () This is useful if you want to serialize data directly to a file-like object ( ... st exception. フィールドのサブセット ¶ If you only want a subset of fields to be serialized, you can speci ... the serializer on the object (or objects) that you want to serialize, and the output will be a complete re ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 7707
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... well as some backwards-incompatible changes you'll want to be aware of when upgrading from Django 1.2 or o ... uld have historically used: import unittest If you want to continue to use the base unittest library, you ... specify the context of the string. And if you just want to add some information for translators, you can a ... been constructed by the view. For example, you may want to change the template that is used, or put additi ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 7707
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n ) ¶ You can pass as many tags to register as you want in order to label your check. Tagging checks is us ... lready registered with the check framework. If you want to add extra checks, you can extend the implementa ... ments to the constructor of IntegerField . You may want to add a check to ensure that users provide a min ... en no error, return an empty list return [] If you wanted to add checks to a model manager, you would take ...
https://man.plustar.jp/django/topics/checks.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT