検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 172 for create (0.033 sec.)
Django の概要 — Django 4.0.6 ドキュメント 4980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ドを生成する必要はありません: # Import the models we created from our "news" app >>> from news.models import A ... >>> Reporter . objects . all () < QuerySet [] > # Create a new Reporter. >>> r = Reporter ( full_name = 'Jo ... Exist : Reporter matching query does not exist . # Create an article. >>> from datetime import date >>> a = ...
https://man.plustar.jp/django/intro/overview.html - [similar]
The redirects app — Django 4.0.6 ドキュメント 4980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nage.py migrate . How it works ¶ manage.py migrate creates a django_redirect table in your database. This is ... new redirect. >>> redirect = Redirect . objects . create ( ... site_id = 1 , ... old_path = '/contact-us/' ...
https://man.plustar.jp/django/ref/contrib/redirects.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 4980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... migrations respect Index 's name argument. If you created a named index with Django 1.11, makemigrations wi ... ll create a migration to recreate the index with the correct ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 4980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e of the attribute used for the lookup. The get_or_create() method no longer requires at least one keyword a ... management may result in additional statements to create, release or rollback savepoints. This is more like ... u upgrade and switch from pickle to JSON, sessions created before the upgrade will be lost. While JSON seria ... works for earlier Django versions. UpdateView and CreateView without explicit fields ¶ The generic views Cr ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 4980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 5.0. In addition, a pytz_deprecation_shim package, created by the zoneinfo author, can be used to assist wit ... ion allows validating check constraints which were created using AddConstraintNotValid on PostgreSQL. The ne ... er of decimal places after rounding. QuerySet.bulk_create() now sets the primary key on objects when using S ... rgument of DatabaseSchemaEditor._unique_sql() and _create_unique_sql() methods is now fields instead of colu ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
Database instrumentation — Django 4.0.6 ドキュメント 4980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hat they want around that call. They are, however, created and installed by user code, and so don't need a s ... . append ( current_query ) To use this, you would create a logger object and install it as a wrapper: from ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 4980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uilt-in database functions . Beyond those, you can create custom query expressions . Before using raw SQL, e ... given this stored procedure in an Oracle database: CREATE PROCEDURE "TEST_PROCEDURE" ( v_i INTEGER , v_text ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 4980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ou can use django.utils.text.format_lazy() , which creates a lazy object that runs the str.format() method o ... the gettext utilities installed, makemessages will create empty files. If that's the case, either install th ... admin makemessages - d djangojs - l de This would create or update the message file for JavaScript for Germ ... ng existing files of this type, but if you want to create your own message files, or want to test or compile ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
django.core.files.uploadhandler — Django 4.0.6 ドキュメント 4912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... "" def new_file ( self , * args , ** kwargs ): """ Create the file object to append to as data is coming in. ...
https://man.plustar.jp/django/_modules/django/core/files/uploadhandler.html - [similar]
How to implement a custom template backend — Django 4.0.6 ドキュメント 4912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... How to write custom lookups 次のトピックへ How to create custom template tags and filters 関連キーワード te ...
https://man.plustar.jp/django/howto/custom-template-backend.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 NEXT