検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 101 for through (0.025 sec.)
Related objects reference — Django 4.0.6 ドキュメント 14398
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d on pizza.toppings . add ( * objs , bulk = True , through_defaults = None ) ¶ 関係オブジェクトのセットに、指 ... mally primary keys, as the *objs argument. Use the through_defaults argument to specify values for the new in ... if needed. You can use callables as values in the through_defaults dictionary and they will be evaluated onc ... re creating any intermediate instance(s). create ( through_defaults = None , ** kwargs ) ¶ Creates a new obje ...
https://man.plustar.jp/django/ref/models/relations.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 11233
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 数を調整します。 Changing a ManyToManyField to use a through model ¶ If you change a ManyToManyField to use a t ... een created. You can check the existing table name through sqlmigrate or dbshell . You can check the new tabl ... e name with the through model's _meta.db_table property. Your new through ... ManyToManyField linking to Author , we could add a through model AuthorBook with a new field is_primary , lik ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 9184
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lds.E331 : Field specifies a many-to-many relation through model <model> , which has not been installed. fiel ... y which two foreign keys Django should use via the through_fields keyword argument. fields.E334 : The model i ... pecify which foreign key Django should use via the through_fields keyword argument. fields.E335 : The model i ... pecify which foreign key Django should use via the through_fields keyword argument. fields.E336 : The model i ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Advice for new contributors — Django 4.0.6 ドキュメント 9015
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... opriate flags if a patch needs docs or tests. Look through the changes a patch makes, and keep an eye out for ... the area you want to work on; you become an expert through your ongoing contributions to the code. Analyze ti ... you receive Focus on one or two tickets, see them through from start to finish, and repeat. The shotgun appr ... here are a lot of tickets and pull requests to get through. Keeping your patch up to date is important. Revie ...
https://man.plustar.jp/django/internals/contributing/new-contributors.html - [similar]
Django 2.1.8 リリースノート — Django 4.0.6 ドキュメント 8859
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed admin inlines for a ManyToManyField 's implicit through model from being editable if the user only has the ... , previous , up , next , Bugfixes , ドキュメント , through , 検索 , クイック , permission クイック検索 Last u ...
https://man.plustar.jp/django/releases/2.1.8.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 8704
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Song , because Song also references Artist itself through a cascading relationship. For example: >>> artist_ ... ationships to be non-symmetrical. ManyToManyField. through ¶ Django will automatically generate a table to ma ... ly specify the intermediary table, you can use the through option to specify the Django model that represents ... ted_name to '+' . If you don't specify an explicit through model, there is still an implicit through model cl ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
SchemaEditor — Django 4.0.6 ドキュメント 8704
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the field is a ManyToManyField without a value for through , instead of creating a column, it will make a tab ... le to represent the relationship. If through is provided, it is a no-op. If the field is a Fore ... the field is a ManyToManyField without a value for through , it will remove the table created to track the re ... lationship. If through is provided, it is a no-op. alter_field() ¶ BaseDa ...
https://man.plustar.jp/django/ref/schema-editor.html - [similar]
設定 — Django 4.0.6 ドキュメント 8704
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pty HOST ), the connection to the database is done through UNIX domain sockets ('local' lines in pg_hba.conf ... tory from postgresql.conf . If you want to connect through TCP sockets, set HOST to 'localhost' or '127.0.0.1 ... abase. The value of this string is passed directly through to the database, so its format is backend-specific ... eld with primary_key=True . Migrating auto-created through tables The value of DEFAULT_AUTO_FIELD will be res ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 8704
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on configurations and models as soon as it starts, through a deterministic and straightforward process. This ... ces so these metadata can be retrieved at any time through the new Form.errors.as_data method. The retrieved ... c string (e.g. "_x3a1gho" ), rather than iterating through an underscore followed by a number (e.g. "_1" , "_ ... should be used by setting the new ManyToManyField.through_fields argument. Assigning a model instance to a n ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 8548
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ommands . Custom test management command arguments through test runner ¶ The method to add custom arguments t ... o the test management command through the test runner has changed. Previously, you could ... e columns generated in an implicit ManyToManyField.through model. If you run into an issue there, use through ... on_mask() . Extending management command arguments through Command.option_list ¶ Management commands now use ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT