Results of 1 - 10 of about 438 for For (0.017 sec.)
- Django 1.4 release notes — Django 4.0.6 ドキュメント 6383
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ion plan , and we've begun the deprecation process for some features . オーバービュー ¶ The biggest new f ...
eature in Django 1.4 is support for time zones when handling date/times. When enabled, ...
ally, and translate them to users' local timezones for display. If you're upgrading an existing project t ...
the timezone migration guide and the timezone FAQ for useful pointers. Other notable new features in Dja ...
-
https://man.plustar.jp/django/releases/1.4.html
- [similar]
- 設定 — Django 4.0.6 ドキュメント 6342
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
の検証機でそれを取り除きます。 Host ヘッダ (と USE_X_FORWARDED_HOST が有効な場合は X-Forwarded-Host ) が、こ ...
mCache' , } } A dictionary containing the settings for all caches to be used with Django. It is a nested ...
che aliases to a dictionary containing the options for an individual cache. The CACHES setting must confi ...
me argument signature. See the cache documentation for more information. KEY_PREFIX ¶ デフォルト値: '' (空 ...
-
https://man.plustar.jp/django/ref/settings.html
- [similar]
- フォーム API — Django 4.0.6 ドキュメント 6275
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ドキュメントを読む前に introduction to working with forms 1 を読むことをおすすめします。 Bound and unbound ...
forms ¶ Form インスタンスには、データに**くくりつけられ ...
ていない ものがあります。 データに くくりつけられた Form インスタンスは、そのデータを検証したり、HTMLフォー ...
Lに表示することができます。 くくりつけられていない Form インスタンスは、データを検証することができません( ...
-
https://man.plustar.jp/django/ref/forms/api.html
- [similar]
- QuerySet API リファレンス — Django 4.0.6 ドキュメント 6275
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
る全エントリのヘッドラインを出力するプログラムです: for e in Entry . objects . all (): print ( e . headlin ...
めです。 Pickling/Caching. See the following section for details of what is involved when pickling QuerySet ...
s . The important thing for the purposes of this section is that the results a ...
t is evaluated when you call repr() on it. This is for convenience in the Python interactive interpreter, ...
-
https://man.plustar.jp/django/ref/models/querysets.html
- [similar]
- django-admin と manage.py — Django 4.0.6 ドキュメント 6234
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
in help ¶ Run django-admin help to display usage information and a list of the commands provided by each ...
he basename of the package containing your models. For example, if your INSTALLED_APPS contains the strin ...
to specify the amount of notification and debug information that django-admin prints to the console. Ava ...
eck framework to inspect the entire Django project for common problems. By default, all apps will be chec ...
-
https://man.plustar.jp/django/ref/django-admin.html
- [similar]
- Django 1.7 release notes — Django 4.0.6 ドキュメント 6142
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
lder versions. We've begun the deprecation process for some features , and some features have reached the ...
chema migrations ¶ Django now has built-in support for schema migrations. It allows models to be updated, ...
Don't worry - calls to syncdb will still work as before. A new makemigrations command provides an easy wa ...
odetect changes to your models and make migrations for them. django.db.models.signals.pre_syncdb and djan ...
-
https://man.plustar.jp/django/releases/1.7.html
- [similar]
- モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6126
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
null=True , that means it has two possible values for "no data": NULL , and the empty string. In most ca ...
ses, it's redundant to have two possible values for "no data;" the Django convention is to use the emp ...
ems (e.g. [(A, B), (A, B) ...] ) to use as choices for this field. If choices are given, they're enforced ...
by model validation and the default form widget will be a select box with these choices in ...
-
https://man.plustar.jp/django/ref/models/fields.html
- [similar]
- GDAL API — Django 4.0.6 ドキュメント 6109
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
es « previous | up | next » GDAL API ¶ GDAL stands for Geospatial Data Abstraction Library , and is a ver ...
ng vector geographic data in a variety of standard formats. GeoDjango provides a high-level Python interf ...
ace for some of the capabilities of OGR, including the rea ...
ding and coordinate transformation of vector spatial data and minimal support f ...
-
https://man.plustar.jp/django/ref/contrib/gis/gdal.html
- [similar]
- Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6034
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
large, important new features, including: Support for multiple database connections in a single Django i ...
nstance. Model validation inspired by Django's form validation. Vastly improved protection against Cr ...
oss-Site Request Forgery (CSRF). A new user "messages" framework with s ...
upport for cookie- and session-based message for both anonymo ...
-
https://man.plustar.jp/django/releases/1.2.html
- [similar]
- Django 3.2 release notes — Django 4.0.6 ドキュメント 6034
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
.1 or earlier. We've begun the deprecation process for some features . 既存のプロジェクトをアップデートす ...
support release . It will receive security updates for at least three years after its release. Support fo ...
ntrib.admin.apps.AdminConfig' ). It was introduced for backwards-compatibility with the former style, wit ...
e, it's deprecated. See アプリケーションを設定する for full details. Customizing type of auto-created pri ...
-
https://man.plustar.jp/django/releases/3.2.html
- [similar]