検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 235 for only (0.025 sec.)
django.db.transaction — Django 4.0.6 ドキュメント 5368
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... et the "needs rollback" flag -- for *advanced use* only.""" return get_connection ( using ) . get_rollback ... et the "needs rollback" flag -- for *advanced use* only. When `rollback` is `True`, trigger a rollback whe ... ack` is `False`, prevent such a rollback. Use this only after rolling back to a known-good state! Otherwis ... a private API. """ # This private flag is provided only to disable the durability checks in # TestCase. _e ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 5368
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er SQLite and MySQL". Pull requests at GitHub have only two states: open and closed. The merger who will d ... eal with your pull request has only two options: merge it or close it. For this reason ... would be unhelpful noise. Instead, we would rather only have one commit containing all your work. To rewor ... in the upstream. This way your branch will contain only commits related to its topic, which makes squashin ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
Model Meta options — Django 4.0.6 ドキュメント 5368
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... has been created by some other means. This is the only difference when managed=False . All other aspects ... ecified order. A particular ordering is guaranteed only when ordering by a set of fields that uniquely ide ... set this list to ['gis_enabled'] , the model will only be synchronized on GIS-enabled databases. It's als ... t given, Django will use verbose_name + "s" . Read-only Meta attributes ¶ label ¶ Options. label ¶ Represe ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 5368
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ The User model in django.contrib.auth originally only accepted ASCII letters and numbers in usernames. A ... accepts Unicode characters by default on Python 3 only. カスタムの user モデルでは、新しい ASCIIUsernameV ... slation domain from all installed apps rather than only the JavaScript strings from LOCALE_PATHS . 管理コマ ... recommended for proper Unicode support), MySQL can only create unique indexes with 191 characters by defau ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 5368
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 9, and 3.10 (as of 3.2.9). We highly recommend and only officially support the latest release of each seri ... g . default_app_config made it possible to declare only the application's path in INSTALLED_APPS (e.g. 'dj ... unctions that can be used with list_display or readonly_fields . Likewise, the new action() decorator allo ... searching against quoted phrases with spaces. Read-only related fields are now rendered as navigable links ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
How to manage static files (e.g. images, JavaScript, CSS) — Django 4.0.6 ドキュ... 5297
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gs . STATIC_ROOT ) 注釈 This helper function works only in debug mode and only if the given prefix is loca ... ngs . MEDIA_ROOT ) 注釈 This helper function works only in debug mode and only if the given prefix is loca ...
https://man.plustar.jp/django/howto/static-files/index.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 5297
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e commit. To ensure this, merge them with the --ff-only flag; for example: $ git checkout stable/1.5.x $ g ... it merge --ff-only security/1.5.x (This assumes security/1.5.x is a b ... the 1.5 series.) If git refuses to merge with --ff-only , switch to the security-patch branch and rebase i ... ad the release packages to PyPI (for pre-releases, only upload the wheel file): $ twine upload -s dist/* G ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
Form fields — Django 4.0.6 ドキュメント 5297
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... required></td></tr> This is why initial values are only displayed for unbound forms. For bound forms, the ... lar field's value is not given. initial values are only intended for initial form display: >>> class Comme ... required><td></tr> The callable will be evaluated only when the unbound form is displayed, not when it is ... certain directory. It takes five extra arguments; only path is required: path ¶ The absolute path to the ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 5297
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lt-in session backends now create a session record only if the session is actually modified; empty session ... ds are not created. Thus this potential DoS is now only possible if the site chooses to expose a session-m ... so the possibility of newlines entering your data only exists if you are using these validators outside o ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
GIS QuerySet API リファレンス — Django 4.0.6 ドキュメント 5215
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l raster support B : the operator supports rasters only if both sides of the lookup receive raster inputs. ... ST_Polygon(rst)) Spatial lookups with rasters are only supported for PostGIS backends (denominated as PGR ... okup geometry. The intersection pattern matrix may only use the following characters: 1 , 2 , T , F , or * ... given distance from one another. Note that you can only provide Distance objects if the targeted geometrie ...
https://man.plustar.jp/django/ref/contrib/gis/geoquerysets.html - [similar]