検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 107 for automatically (0.025 sec.)
Django 1.0.1 リリースノート — Django 4.0.6 ドキュメント 14143
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or unique and unique_together model constraints in automatically-generated forms. Fixed support for custom callable ... to declarations when handling file uploads through automatically-generated forms. Fixed support for sorting an admi ... r. Previously, literal strings passed to join were automatically escaped, contrary to the documented behavior for a ... ngs . Literal strings passed to join are no longer automatically escaped, meaning you must now manually escape them ...
https://man.plustar.jp/django/releases/1.0.1.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 10972
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e = "Rock 'n' roll" RockNRollConfig will be loaded automatically when INSTALLED_APPS contains 'rock_n_roll' . If yo ... ps.py convention merely allows Django to load them automatically when INSTALLED_APPS contains the path to an applic ... lives outside of an application and thus cannot be automatically detected. アプリケーションの設定 ¶ class AppConfig ... /django/contrib/admin' . In most cases, Django can automatically detect and set this, but you can also provide an e ...
https://man.plustar.jp/django/ref/applications.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 10128
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... one of the pull request builders that doesn't run automatically, such as Oracle or Selenium. See the CI wiki page ... ommit hashes on main and the branch to match which automatically closes the pull request. If a pull request doesn't ... idelines and remove the pull request number that's automatically appended to the message's first line. When rewriti ... rac so that any commit message in that format will automatically close the referenced ticket and post a comment to ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 9706
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the last item is not a (lazy) string, the label is automatically generated from the member name. A .label property ... num Functional API with the caveat that labels are automatically generated as highlighted above: >>> MedalType = mo ... 用です。 Note that this value is not HTML-escaped in automatically-generated forms. This lets you include HTML in hel ... _key=True for any field in your model, Django will automatically add a field to hold the primary key, so you don't ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
GeoDjango Management Commands — Django 4.0.6 ドキュメント 8644
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ly the table name you want to inspect. --mapping ¶ Automatically generate a mapping dictionary for use with LayerMa ... geometry field. If not set, ogrinspect attempts to automatically determine of the SRID of the data source. 目次 Geo ...
https://man.plustar.jp/django/ref/contrib/gis/commands.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 8440
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... onfig subclass, Django now uses that configuration automatically, so you can remove default_app_config . default_ap ... updated. Various modern terminal environments are automatically detected, and the options for enabling support in ... ow allowed on MySQL 8.0.1+. Value() expression now automatically resolves its output_field to the appropriate Field ... s.py submodule, Django now uses this configuration automatically, even if it isn't enabled with default_app_config ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 8222
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eld as. Even simple polygons in the shapefile will automatically be converted into collections prior to insertion i ... tes a model definition and LayerMapping dictionary automatically. The general usage of the command goes as follows: ... Border model and mapping dictionary created above, automatically:   $ python manage.py ogrinspect world/data/TM_W ... formations ¶ When doing spatial queries, GeoDjango automatically transforms geometries if they're in a different co ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 8222
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 行える事全般をまとめます。 In addition, manage.py is automatically created in each Django project. It does the same t ... tside the scope of Django.) The development server automatically reloads Python code for each request, as needed. Y ... ase engines to track the next available number for automatically incremented fields. Use this command to generate S ... fix cases where a sequence is out of sync with its automatically incremented field data. --database DATABASE ¶ Spec ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 8222
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... age, see below. KEY_PREFIX : A string that will be automatically included (prepended by default) to all cache keys ... HEAD request. Additionally, UpdateCacheMiddleware automatically sets a few headers in each HttpResponse which affe ... ors.cache defines a cache_page decorator that will automatically cache the view's response for you: from django.vie ... HES will be concatenated. Additionally, cache_page automatically sets Cache-Control and Expires headers in the resp ...
https://man.plustar.jp/django/topics/cache.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 7596
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ternal encoding. All of Django's database backends automatically convert strings into the appropriate encoding for ... talking to the database. They also automatically convert strings retrieved from the database into s ... a URL. The reverse() function handles this for you automatically. If you're constructing a URL manually (i.e., not ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT