検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 250 for have (0.017 sec.)
Advice for new contributors — Django 4.0.6 ドキュメント 7090
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or that you want to learn about You don't already have to be an expert on the area you want to work on; y ... doesn't necessarily mean that the idea will still have support. You also need to pay attention to who has ... ly involved in a discussion, then a ticket may not have the support required to get into Django. 小さく始め ... ributions of the broad Django community ultimately have a much greater impact than that of any one person. ...
https://man.plustar.jp/django/internals/contributing/new-contributors.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 7090
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... kwards compatible change will not affect users who have subclassed django.contrib.auth.hashers.PBKDF2Passw ... as a script, i.e. python -m django , which will behave the same as django-admin . Management commands tha ... t have the --noinput option now also take --no-input as a ... w computes only the states for the migrations that have already been applied. The model states for migrati ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 7090
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... BASES ドキュメントで説明しています。 Databases can have any alias you choose. However, the alias default h ... ' } } If you attempt to access a database that you haven't defined in your DATABASES setting, Django will ... eries fall back to the default database. You don't have to do anything to activate the default routing sch ... e that it may be a historical model , and thus not have any custom attributes, methods, or managers. You s ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 7019
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rticular bug or feature is being worked on. If you have identified a contribution you want to make and you ... or create an account in our ticket system. If you have an account but have forgotten your password, you c ... sign it to yourself. Log into your account, if you haven't already, by clicking "GitHub Login" or "DjangoP ... responsibility ¶ Once you've claimed a ticket, you have a responsibility to work on that ticket in a reaso ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 7019
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... deserialized instances. 継承されたモデル ¶ If you have a model that is defined using an abstract base cla ... ss , you don't have to do anything special to serialize that model. Ca ... entation of the serialized object. However, if you have a model that uses multi-table inheritance , you al ... erty and property-value respectively. Foreign keys have the PK of the linked object as property value. Man ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 6959
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to bring together other functionality then you'll have to consider interactions between attributes and me ... the single object. In order to do this, we need to have two different querysets: ListView` で使用するための ... Book の queryset Since we have access to the Publisher whose books we want to lis ... of get_object() would call get_queryset() which we have overridden to return Book objects instead of Publi ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6899
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo via pip . If it's not in your path, ensure you have your virtual environment activated. 通常、単体の D ... nce your local development settings module may not have many of your production settings, you will probabl ... ings . --all ¶ Displays all settings, even if they have Django's default value. Such settings are prefixed ... ronization handlers. The table of which migrations have been applied is not cleared. If you would rather s ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 6899
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... def clean ( self ): # Don't allow draft entries to have a pub_date. if self . status == 'draft' and self . ... raise ValidationError ( _ ( 'Draft entries may not have a publication date.' )) # Set the pub_date for pub ... def clean ( self ): # Don't allow draft entries to have a pub_date. if self . status == 'draft' and self . ... onError ({ 'pub_date' : _ ( 'Draft entries may not have a publication date.' )}) ... Model.clean() 実施中に ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
設定 — Django 4.0.6 ドキュメント 6769
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... can disallow the use of persistent cookies or can have the indexes to the cookie jar corrupted on disk, t ... or be a parent of that path. This is useful if you have multiple Django instances running under the same h ... ected by the CSRF protection . The function should have this signature: def csrf_failure ( request , reaso ... oesn't include the Origin header, the request must have a Referer header that matches the origin present i ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 0.95 リリースノート — Django 4.0.6 ドキュメント 6769
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n the docs/ directory of the distribution. You may have a need to use some of the features that are marked ... s, such as the FlatPage, Sites and Redirects apps, have been decoupled and moved into django.contrib . If ... on't want to use these applications, you no longer have to install their database tables. Django now has s ... means that the framework no longer requires you to have a working database set up just to serve dynamic pa ...
https://man.plustar.jp/django/releases/0.95.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT