検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 172 for create (0.083 sec.)
Django のローカライズ — Django 4.0.6 ドキュメント 5373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... by the use of Transifex. To change them, you must create a patch against the Django source tree, as for any ... code change: Create a diff against the current Git main branch. Open a ...
https://man.plustar.jp/django/internals/contributing/localizing.html - [similar]
The Django admin documentation generator — Django 4.0.6 ドキュメント 5373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... al markup can be used in your docstrings to easily create hyperlinks to other components: Django Component r ... ly from those pages). Any tags or filters that you create or are added by a third-party app will show up in ...
https://man.plustar.jp/django/ref/contrib/admin/admindocs.html - [similar]
Form fields — Django 4.0.6 ドキュメント 5373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... equire a single queryset parameter that is used to create the choices for the field. Upon form validation, t ... empty_label = None ) Note that no empty choice is created (regardless of the value of empty_label ) if a Mo ... ean argument determines whether an empty choice is created. By default, blank is False , in which case no em ... pty choice is created. ModelChoiceField also has the attribute: iterato ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
設定 — Django 4.0.6 ドキュメント 5373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... フォルト値: None The character set encoding used to create the test database. The value of this string is pas ... me of a template (e.g. 'template0' ) from which to create the test database. CREATE_DB ¶ デフォルト値: True ... alse , the test tablespaces won't be automatically created at the beginning of the tests or dropped at the e ... nd. CREATE_USER ¶ デフォルト値: True This is an Oracle-specif ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 5373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... zone support is enabled by default in new projects created with startproject . If you want to use this featu ... ation for select_for_update() . Model.objects.bulk_create in the ORM ¶ This method lets you create multiple ... en a performance benefit as a result. See the bulk_create() docs for more information. QuerySet.prefetch_rel ... cifying a field lookup, but it didn't allow you to create custom filters. This has been rectified with a sim ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.7.1 release notes — Django 4.0.6 ドキュメント 5373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... MySQL GIS backend so that spatial indexes will be created for apps with migrations ( #23538 ). Added Schema ... ckend so that spatial metadata and indexes will be created for apps with migrations ( #23537 ). Coerced the ... rs in the request ( #23593 ). Fixed missing get_or_create and update_or_create on related managers causing I ...
https://man.plustar.jp/django/releases/1.7.1.html - [similar]
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 5373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e: User with "change" but not "add" permission can create objects for ModelAdmin 's with save_as=True ¶ If a ... a template with the filename manage.py-tpl will be created as manage.py . Please file a ticket if you have a ... e: User with "change" but not "add" permission can create objects for ModelAdmin 's with save_as=True Backwa ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]
テストツール — Django 4.0.6 ドキュメント 5373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e を返します。 Finally, you'll need to remember to create user accounts before you can use this method. As w ... ill not work under test conditions. You'll need to create users as part of the test suite -- either manually ... ly hashed password. Alternatively, you can use the create_user() helper method to create a new user with a c ... ngo.test.TestCase , this will leak the transaction created in super() which results in various symptoms incl ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Django 1.4 documentation 5317
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 成する必要はありません: .. # Import the models we created from our "news" app # "news" アプリで作成したモデ ... ありません。 >>> Reporter . objects . all () [] .. # Create a new Reporter. # 新しい Reporter を作成します。 > ... st : Reporter matching query does not exist . .. # Create an article. # Article を作成します。 >>> from date ... スを作成するには、データベースの対話プロンプ トで “ CREATE DATABASE database_name; ” を実行します。 SQLite を ...
https://man.plustar.jp/django/contents.html - [similar]
How to override templates — Django 4.0.6 ドキュメント 5317
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... TES setting and BASE_DIR will already exist if you created your project using the default project template. ... oject. To override the templates for the blog app, create a folder in the templates directory, and add the t ... mplates, the loader will return the files you just created. Overriding from an app's template directory ¶ Si ... }} {% endblock %} Key points to note: The example creates a file at templates/admin/base_site.html that use ...
https://man.plustar.jp/django/howto/overriding-templates.html - [similar]