検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 235 for only (0.034 sec.)
The sitemap framework — Django 4.0.6 ドキュメント 5604
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... set to True . It's in there by default, so you'll only need to change this if you've changed that setting ... plication doesn't install any database tables. The only reason it needs to go into INSTALLED_APPS is so th ... mportant, but the location is. Search engines will only index links in your sitemap for the current URL le ... our sitemap lives at /content/sitemap.xml , it may only reference URLs that begin with /content/ . The sit ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
Signals — Django 4.0.6 ドキュメント 5604
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... objects added to the Pizza ) pk_set {t.id} (since only Topping t was added to the relation) using "defaul ... ts removed from the Topping ) pk_set {p.id} (since only Pizza p was removed from the relation) using "defa ... anything. For example, the django.contrib.auth app only prompts to create a superuser when interactive is ... anything. For example, the django.contrib.auth app only prompts to create a superuser when interactive is ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 5604
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion_required() accepts all kinds of iterables, not only list and tuples. The new PersistentRemoteUserMiddl ... to use REMOTE_USER for setups where the header is only populated on login pages instead of every request ... ng migrate with verbosity 2 or higher now computes only the states for the migrations that have already be ... ents parameter to Model.delete() to allow deleting only a child's data in a model that uses multi-table in ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 5604
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cache the output of specific views, you can cache only the pieces that are difficult to produce, or you c ... age, so don't rely on memory-based caching as your only data storage. Without a doubt, none of the Django ... operations to cache_primary . The cache table will only be synchronized onto cache_primary : class CacheRo ... db , app_label , model_name = None , ** hints ): "Only install the cache model on primary" if app_label = ...
https://man.plustar.jp/django/topics/cache.html - [similar]
How to authenticate against Django's user database from Apache — Django 4.0.6 ... 5522
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uld: Serve static/media files directly from Apache only to authenticated users. Authenticate access to a S ... elow presumes that your Apache instance is running only one Django application. If you are running more th ... ache configuration to add a location that you want only authenticated users to be able to view: WSGIScript ...
https://man.plustar.jp/django/howto/deployment/wsgi/apache-auth.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 5450
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ogging. In Django, the LOGGING setting is most commonly used. The setting uses the dictConfig format , and ... or the sake of simplicity, this documentation will only consider configuration via the LOGGING setting. Ba ... BUG' , } would define a handler configuration that only accepts records of level DEBUG and higher. Configu ... n. A named logging configuration will capture logs only from loggers with matching names. The namespace of ...
https://man.plustar.jp/django/howto/logging.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 5450
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... geometry is 'simple'. A geometry is simple if and only if it does not intersect itself (except at boundar ... the result is not a complete GeoJSON structure but only the geometry key content of a GeoJSON structure. S ... guage) representation of the geometry. This should only be used for geometries with an SRID of 4326 (WGS84 ... or bevel ( 3 ). Mitre ratio limit ( mitre_limit ) only affects mitered join style. GEOSGeometry. differen ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 5450
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n as possible, The "mysql_old" backend is provided only to ease this transition, and is considered depreca ... (see the databases documentation for details), are only available on the "mysql" backend, and will not be ... s have changed slightly. These names are generally only used when it is not possible to put the reference ... callable as the callback in URLconfs (previously, only strings that referred to callables were allowed). ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 5450
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n_required() , decorators from django.contrib.auth only apply to functions and no longer work on methods. ... t-unreleased Python 2.7. This change should affect only a small number of Django users, as most operating- ... ted in Python classes as opposed to functions, the only method available until Django 1.1. All the templat ... ms. See 表示形式のローカル化 for more details. readonly_fields in ModelAdmin ¶ django.contrib.admin.ModelA ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 5450
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... otExist exception. フィールドのサブセット ¶ If you only want a subset of fields to be serialized, you can ... (), fields = ( 'name' , 'size' )) In this example, only the name and size attributes of each model will be ... hat it is not possible to deserialize a model that only serializes a subset of its fields. If a serialized ... of the base classes for the model. This is because only the fields that are locally defined on the model w ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT