検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 69 for back (0.072 sec.)
GeoDjango Installation — Django 4.0.6 ドキュメント 6660
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , and any notes for each of the supported database backends: データベース Library Requirements Supported V ... ion ¶ Set the ENGINE setting to one of the spatial backends . Add django.contrib.gis to INSTALLED_APPS ¶ L ... lib/postgresql13/bin In addition, add the DYLD_FALLBACK_LIBRARY_PATH setting so that the libraries can be ... found by Python: export DYLD_FALLBACK_LIBRARY_PATH=/opt/local/lib:/opt/local/lib/postgre ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6660
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s the cache tables for use with the database cache backend using the information from your settings file. ... reference data in another fixture. If the database backend supports row-level constraints, these constrain ... you won't get validation of fixture data, or a rollback if multiple transaction files are found. Changed i ... app name. Use the name zero to migrate all the way back i.e. to revert all applied migrations for an app. ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 6660
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... db_table , particularly if you are using the MySQL backend. See the MySQL notes for more details. Table na ... lso be used with Django's other supported database backends; except for Oracle, however, the quotes have n ... oject's DEFAULT_TABLESPACE setting, if set. If the backend doesn't support tablespaces, this option is ign ... by default for the relation from a related object back to this one. The default is <model_name>_set . Thi ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6660
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ling reverse() a second time restores the ordering back to the normal direction. To retrieve the "last" fi ... can pass in either foo or foo_id and you will get back the same thing (the dictionary key will match the ... elated — that is, you can traverse a OneToOneField back to the object on which the field is defined. Inste ... ngo's select clauses. Also note that some database backends, such as some MySQL versions, don't support su ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 6660
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g fixes, and an easy upgrade path from Django 1.0. Backwards-incompatible changes in 1.1 ¶ Django has a po ... ainst 1.1 unchanged. However, we do sometimes make backwards-incompatible changes if they're necessary to ... nt regardless of machine word size. This change is backwards incompatible for some users. If you are using ... improvements for details). This change is slightly backwards incompatible if existing tests need to test t ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 6660
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... を使ったセッション ¶ データベースを使った (database-backed) セッションを使いたい場合には、設定ファイルの IN ... sions if you're using the Memcached or Redis cache backend. The local-memory cache backend doesn't retain ... ding everything through the file or database cache backends. Additionally, the local-memory cache backend ... きます。 SESSION_ENGINE を "django.contrib.sessions.backends.cache" に設定すると、シンプルなキャッシュセッシ ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 6660
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l states... DONE Unapplying books.0003_auto...Traceback (most recent call last): django.db.migrations.exce ... l states... DONE Unapplying books.0003_auto...Traceback (most recent call last): django.db.migrations.exce ... un whatever logic you want executed when migrating backwards. If this callable is omitted, migrating backw ... lowdown. However, eventually you will want to move back from having several hundred migrations to just a f ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 6518
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y/1.5.x; git rebase stable/1.5.x ) and then switch back and do the merge. Make sure the commit message for ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
はじめての Django アプリ作成、その 4 — Django 4.0.6 ドキュメント 6518
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... data from being posted twice if a # user hits the Back button. return HttpResponseRedirect ( reverse ( 'p ...
https://man.plustar.jp/django/intro/tutorial04.html - [similar]
メッセージフレームワーク — Django 4.0.6 ドキュメント 6518
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ssageMiddleware' を含みます。 デフォルトの storage backend は sessions に依存します。そのため SessionMiddl ... o the RFC 6265 compliant format. class storage.fallback. FallbackStorage ¶ このクラスは、まず CookieStorag ... ースでは最高のパフォーマンスを提供するはずです。 FallbackStorage はデフォルトのストレージクラスです。もしあな ... to expire.' ) # recorded # Set the messages level back to default. messages . set_level ( request , None ...
https://man.plustar.jp/django/ref/contrib/messages.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT