検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 187 for such (0.101 sec.)
翻訳 — Django 4.0.6 ドキュメント 4979
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... om/send' , data = { 'body' : body }) You can avoid such problems by casting gettext_lazy() objects to text ... い。 Each .po file contains a small bit of metadata, such as the translation maintainer's contact informatio ... mat in strings with percent signs ¶ In some cases, such as strings with a percent sign followed by a space ... ranslation catalog is done on per-thread basis and such change will affect code running in the same thread ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 4979
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... any irreversible operations. Attempting to reverse such migrations will raise IrreversibleError :   $ py ... priately! References to functions in field options such as upload_to and limit_choices_to and model manage ... required for it to operate in database migrations such as __init__() , deconstruct() , and get_internal_t ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 4979
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g which contains multiple <object> -elements. Each such object has two attributes: "pk" and "model", the l ... binds them. For instance, the auth.User model has such a relation to the auth.Permission model: <object p ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 4858
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... It helps to install and uninstall Python packages (such as Django!). For the rest of the installation, we' ...
https://man.plustar.jp/django/howto/windows.html - [similar]
Advice for new contributors — Django 4.0.6 ドキュメント 4858
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... not certain if a ticket is ready, don't mark it as such. Leave a comment instead, letting others know your ...
https://man.plustar.jp/django/internals/contributing/new-contributors.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 4858
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ers. Be aware that the permission-checking methods such as has_perm() and the authentication in the Django ... , and can be used to perform custom setup actions, such as setting the user's groups based on attributes i ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 4858
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ettings, even if they have Django's default value. Such settings are prefixed by "###" . --default MODULE ... he database column name is a Python reserved word (such as 'pass' , 'class' or 'for' ), inspectdb will app ... rver doesn't serve any static files for your site (such as CSS files, images, things under MEDIA_URL and s ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
File オブジェクト — Django 4.0.6 ドキュメント 4858
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... instance of either File or of a subclass of File , such as ContentFile . File. delete ( save = True ) ¶ Re ...
https://man.plustar.jp/django/ref/files/file.html - [similar]
File storage API — Django 4.0.6 ドキュメント 4858
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s. For storage systems that aren't able to provide such a listing, this will raise a NotImplementedError i ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
Constraints reference — Django 4.0.6 ドキュメント 4858
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lways specify a unique name for the constraint. As such, you cannot normally specify a constraint on an ab ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]