検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 257 for all (0.110 sec.)
Django のローカライズ — Django 4.0.6 ドキュメント 4264
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ce refers to the translation catalog that contains all non-contrib translations. Each of the contrib apps ...
https://man.plustar.jp/django/internals/contributing/localizing.html - [similar]
はじめての Django アプリ作成、その 4 — Django 4.0.6 ドキュメント 4264
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... > {% endif %} {% for choice in question.choice_set.all %} < input type = "radio" name = "choice" id = "ch ... / h1 > < ul > {% for choice in question.choice_set.all %} < li > {{ choice.choice_text }} -- {{ choice.vo ... se this is so common, Django provides a shortcut, called the "generic views" system. 汎用ビューとは、よく ...
https://man.plustar.jp/django/intro/tutorial04.html - [similar]
設計思想 — Django 4.0.6 ドキュメント 4264
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ous aspects of web development fast. Django should allow for incredibly quick web development. 同じことを ... realize it's a shortcut but not necessarily an end-all-be-all. The framework should make it easy to write ... custom WHERE clauses as custom parameters to API calls. URL デザイン ¶ 疎結合 ¶ URLs in a Django app sho ... g. Along these lines, the Django URL system should allow URLs for the same app to be different in differe ...
https://man.plustar.jp/django/misc/design-philosophies.html - [similar]
GeoDjango Forms API — Django 4.0.6 ドキュメント 4264
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pecialized form fields and widgets in order to visually display and edit geolocalized data on a map. By d ... p widget SRID is different from the SRID more generally used by your application or database, the field w ... ill automatically convert input values into that SRID. geom_type ¶ ... Field. geom_type ¶ You generally shouldn't have to set or change that attribute wh ...
https://man.plustar.jp/django/ref/contrib/gis/forms-api.html - [similar]
Geolocation with GeoIP2 — Django 4.0.6 ドキュメント 4264
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y corresponding to the GEOIP_PATH setting. Additionally, it is recommended to install the libmaxminddb C ... database path and given cache setting. Querying ¶ All the following querying routines may take either a ... s are located. This setting is required unless manually specified with path keyword when initializing the ... ¶ The exception raised when an error occurs in a call to the underlying geoip2 library. Footnotes [1] Ge ...
https://man.plustar.jp/django/ref/contrib/gis/geoip2.html - [similar]
The redirects app — Django 4.0.6 ドキュメント 4264
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oved Permanently by default. インストール ¶ To install the redirects app, follow these steps: Ensure that ... the django.contrib.sites framework is installed . Add 'django.contrib.redirects' to your INSTALL ... Add 'django.contrib.redirects.middleware.RedirectFallbackMiddleware' to your MIDDLEWARE setting. Run the ... te_id , old_path and new_path fields. The RedirectFallbackMiddleware does all of the work. Each time any ...
https://man.plustar.jp/django/ref/contrib/redirects.html - [similar]
Signals — Django 4.0.6 ドキュメント 4264
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dules « previous | up | next » Signals ¶ A list of all the signals that Django sends. All built-in signal ... ou override these methods on your model, you must call the parent class' methods for these signals to be ... lected. To prevent this, pass weak=False when you call the signal's connect() . 注釈 Model signals sender ... ibing the ManyToManyField . This class is automatically created when a many-to-many field is defined; you ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Django 1.6.6 release notes — Django 4.0.6 ドキュメント 4264
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... de to producing a huge number of os.stat() system calls when a duplicate filename is uploaded. Since stat ... ause poor performance in the upload handler, eventually causing it to become very slow simply by uploadin ... network connection and few HTTP requests would be all that is necessary to make a site unavailable. We'v ... r/?_popup=1&t=password and viewing the page's HTML allowed viewing the password hash of each user. While ...
https://man.plustar.jp/django/releases/1.6.6.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 4264
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 3.9, and 3.10. We highly recommend and only officially support the latest release of each series. The Dj ... ion from using pytz to using zoneinfo . Django 3.2 allowed the use of non- pytz time zones. Django 4.0 ma ... on 3.9. The backports.zoneinfo package is automatically installed alongside Django if you are using Pytho ... udit, the transitional USE_DEPRECATED_PYTZ setting allows continued use of pytz during the 4.x release cy ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
Database instrumentation — Django 4.0.6 ドキュメント 4264
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ssued by your code, Django provides a hook for installing wrapper functions around the execution of datab ... wrappers are modeled after middleware -- they are callables which take another callable as one of their a ... rguments. They call that callable to invoke the (possibly wrapped) dat ... query, and they can do what they want around that call. They are, however, created and installed by user ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]