検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 162 for then (0.051 sec.)
フォームセット (Formset) — Django 4.0.6 ドキュメント 6405
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... > As you can see it only displayed one empty form. The number of empty forms that is displayed is controll ... max parameter to formset_factory() allows limiting the number of forms that can be instantiated when suppl ... ormset_factory() , validation will also check that the number of forms in the data set, minus those marked ... as excessive. 注釈 Regardless of validate_max , if the number of forms in a data set exceeds absolute_max ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 6302
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or changed through the admin interface. Django's authentication framework uses it to tie user permissions ... uniquely describe an installed model: app_label ¶ The name of the application the model is part of. This ... le, becomes an app_label of contenttypes . model ¶ The name of the model class. Additionally, the followin ... y have the contenttypes application installed, and then add the sites application to your INSTALLED_APPS s ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
Testing GeoDjango apps — Django 4.0.6 ドキュメント 6302
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ase template was created like in the instructions, then your testing database user only needs to have the ... gis.py file in the same directory as runtests.py , then all Django and GeoDjango tests would be performed ...
https://man.plustar.jp/django/ref/contrib/gis/testing.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 6302
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ditors wanted to publish an article on both sites. The naive way of solving the problem would be to requir ... t() method of the Site model's manager. You should then ensure that your settings file does contain the SI ... ngs file to avoid duplicating shared settings) and then specify the appropriate DJANGO_SETTINGS_MODULE for ... tify which Site objects your object is related to, then you need to explicitly pass the custom field name ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 6302
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... once -- when you create the Template object. From then on, it's stored internally as a tree structure for ... callable with the value True . The template system then will act as if your variable is not callable (allo ... s a '%s' , the format marker will be replaced with the name of the invalid variable. For debug purposes on ... led in order to debug a specific template problem, then cleared once debugging is complete. Built-in varia ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
非同期サポート — Django 4.0.6 ドキュメント 6302
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rue of middleware. Django will attempt to minimize the number of context-switches between sync and async. ... ve to switch into sync mode for the middleware and then back to async mode for the view. Django will also ... unction, without using sync_to_async() or similar, then it can also occur. This is because your code is st ... need to run your sync code from an async context, then you can disable the warning by setting the DJANGO_ ...
https://man.plustar.jp/django/topics/async.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 6302
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t the group of machines as a single cache, without the need to duplicate cache values on each machine. To ... 79' , } } Often Redis servers are protected with authentication. In order to supply a username and passwor ... d backend that enables the binary protocol, SASL authentication, and the ketama behavior mode: CACHES = { ... of MIDDLEWARE below if you'd like the full story. Then, add the following required settings to your Djang ...
https://man.plustar.jp/django/topics/cache.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 6302
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... み込みのクラスベースビュー全てで使われています。 To then make a TemplateResponse , DetailView uses SingleOb ... nated) list of objects, typically a QuerySet , and then we need to make a TemplateResponse with a suitable ... nges for it. To make a TemplateResponse , ListView then uses MultipleObjectTemplateResponseMixin ; as with ... if you want to bring together other functionality then you'll have to consider interactions between attri ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 6199
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... package(s) to the djangoproject.com server. Upload the new version(s) to PyPI. Declare the new version in ... e-check that the release notes index has a link to the notes for the new release; this will be in docs/rel ... $ python scripts/manage_translations.py fetch and then commit the changed/added files (both .po and .mo). ... p _build/man/django-admin.1 man/django-admin.1 and then commit the changed man page. If this is the alpha ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 6199
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... zone like Australia/Melbourne is active in Django, then the datetime is converted to the timezone before t ... 23, 'minute': 30, 'second': 1} When USE_TZ is True then datetimes are stored in the database in UTC. If a ... ular year, hour, or day, but not the exact second, then Trunc (and its subclasses) can be useful to filter ... data. For example, you can use Trunc to calculate the number of sales per day. Trunc takes a single expre ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT