検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 159 for How (0.129 sec.)
Django 1.4 release notes — Django 4.0.6 ドキュメント 5197
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... atible manner per our API stability policy policy. However, as with previous releases, Django 1.4 ships w ... default version. If you're still using Python 2.4, however, you'll need to stick to Django 1.3 until you ... ed() method to ModelAdmin to ease customization of how related objects are saved in the admin. Two other ... for more information about the language prefix and how to internationalize URL patterns. Contextual trans ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 5197
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ryset is prohibited due to the ambiguous nature of how that might work. To retrieve a single object rathe ... ains = 'Lennon' , entry__pub_date__year = 2008 , ) However, unlike the behavior when using filter() , thi ... int ( queryset [ 5 ]) # Queries the database again However, if the entire queryset has already been evalu ... word arguments or Q objects) are "AND"ed together. However, if a Q object is provided, it must precede th ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
View decorators — Django 4.0.6 ドキュメント 5197
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... HTTP features. See クラスをデコレーションする for how to use these decorators with class-based views. Al ...
https://man.plustar.jp/django/topics/http/decorators.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 5197
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... complete representation of the serialized object. However, if you have a model that uses multi-table inh ... string or stream of data, and returns an iterator. However, here it gets slightly complicated. The object ... tent type isn't easy to predict; it will depend on how and when migrate was executed. This is true for al ... this primary key value is stable and predictable. However, if we add natural key handling to Person, the ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
FAQ: データベースとモデル — Django 4.0.6 ドキュメント 5140
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... います: ``sql`` -- The raw SQL statement ``time`` -- How long the statement took to execute, in seconds. co ...
https://man.plustar.jp/django/faq/models.html - [similar]
Django を uWSGI とともに使うには? — Django 4.0.6 ドキュメント 5140
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 対して uWSGI サーバーを設定、開始する 前のトピックへ How to use Django with Gunicorn 次のトピックへ Django ...
https://man.plustar.jp/django/howto/deployment/wsgi/uwsgi.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 5140
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ンが含まれていない場合に発生します。 The error page, however, is not very friendly, so you may want to prov ... ed as warnings to the django.security.csrf logger. How it works ¶ The CSRF protection is based on the fol ... CacheMiddleware goes before all other middleware). However, if you use cache decorators on individual vie ... を使用する デコレータメソッド 拒否されたリクエスト How it works Caching テスト 制限事項 Edge cases Utilit ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
The form rendering API — Django 4.0.6 ドキュメント 5140
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ting ¶ This renderer gives you complete control of how form and widget templates are sourced. It uses get ...
https://man.plustar.jp/django/ref/forms/renderers.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 5140
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... trictions on SQLite SQLite imposes restrictions on how a partial index can be constructed. Oracle Oracle ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 5140
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... declarations. You've already seen in models above how to replace your class Admin with an admin.site.reg ... n an admin.py file. Below are some more details on how to rewrite that Admin declaration into the new syn ... request.REQUEST instead. It is strongly suggested, however, that you always explicitly look in the approp ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT