検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 345 for when (0.089 sec.)
Deploying GeoDjango — Django 4.0.6 ドキュメント 5286
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hus, it is highly recommended to not use threading when deploying -- in other words, use an appropriate co ... nfiguration of Apache. For example, when configuring your application with mod_wsgi , set t ... s attribute threads to 1 , unless Apache may crash when running your GeoDjango application. Increase the n ... anize 関連キーワード Deploying , Geo , GeoDjango , when , not , deployment , トピック , next , up , previo ...
https://man.plustar.jp/django/ref/contrib/gis/deployment.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 5286
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... APPS for it to be used (instead of just 'polls' ). When using the PostgreSQL backend, the dbshell command ... ion of functools.partial and LazyObject instances. When supplying None as a value in MIGRATION_MODULES , D ... o will consider the app an app without migrations. When applying migrations, the "Rendering model states" ... step that's displayed when running migrate with verbosity 2 or higher now com ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 5250
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... All you need to do is set the is_safe flag to True when you register your filter function, like so: @regis ... ue ) def add_xx ( value ): return ' %s xx' % value When this filter is used in a template where auto-escap ... ing is enabled, Django will escape the output whenever the input is not already marked as "safe". By ... om any filters where it isn't required. Be careful when deciding if your filter really does leave safe str ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 5250
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 、そこに AppConfig のサブクラスを定義してください。 When INSTALLED_APPS contains the dotted path to an appl ... roll" RockNRollConfig will be loaded automatically when INSTALLED_APPS contains 'rock_n_roll' . If you nee ... on merely allows Django to load them automatically when INSTALLED_APPS contains the path to an application ... '" This attribute allows relabeling an application when two applications have conflicting labels. It defau ...
https://man.plustar.jp/django/ref/applications.html - [similar]
Django 1.8.4 リリースノート — Django 4.0.6 ドキュメント 5250
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion store ¶ Previously, a session could be created when anonymously accessing the django.contrib.auth.view ... no longer create empty session records, including when SESSION_SAVE_EVERY_REQUEST is active. Bugfixes ¶ A ... Fixed QuerySet.raw() so InvalidQuery is not raised when using the db_column name of a ForeignKey field wit ... 5233 ). Fixed the recording of squashed migrations when running the migrate command ( #25231 ). Moved the ...
https://man.plustar.jp/django/releases/1.8.4.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 5214
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... much memory, set DEBUG to False in your settings. When DEBUG is set to True , Django automatically logs e ... very SQL query -- and when SQL statements contain geometries, this may consum ... o be 'autocommit' . using Sets the database to use when importing spatial data. Default is 'default' . Cha ... f features in the geographic data source. progress When this keyword is set, status information will be pr ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
Django 1.8.5 リリースノート — Django 4.0.6 ドキュメント 5214
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... anslation.override() clear the overridden language when a translation isn't initially active ( #25295 ). F ... ixed crash when using a value in ModelAdmin.list_display that clas ... ations ( #25384 ). Fixed migrations crash on MySQL when adding a text or a blob field with an unhashable d ... 0 ). Readded inline foreign keys to form instances when validating model formsets ( #25431 ). Allowed usin ...
https://man.plustar.jp/django/releases/1.8.5.html - [similar]
Django 2.2.4 リリースノート — Django 4.0.6 ドキュメント 5214
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ip_tags() now avoids recursive calls to HTMLParser when progress removing tags, but necessarily incomplete ... ignificant memory usage due to excessive recursion when re-percent-encoding invalid UTF-8 octet sequences. ... uri_to_iri() now avoids recursion when re-percent-encoding invalid UTF-8 octet sequences. ... Bugfixes ¶ Fixed a regression in Django 2.2 when ordering a QuerySet.union() , intersection() , or ...
https://man.plustar.jp/django/releases/2.2.4.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 5178
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ll as important changes you'll want to be aware of when upgrading from Django 1.1 or older versions. オーバ ... a specific database by providing a using argument when you call save() . Model validation ¶ Model instanc ... orgery (CSRF) attacks . This type of attack occurs when a malicious website contains a link, a form button ... 's own test suite now support a --failfast option. When specified, this option causes the test runner to e ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django 1.6.6 release notes — Django 4.0.6 ドキュメント 5142
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... producing a huge number of os.stat() system calls when a duplicate filename is uploaded. Since stat() may ... , etc.). RemoteUserMiddleware session hijacking ¶ When using the RemoteUserMiddleware and the RemoteUserB ... FK fields could be initialized with a wrong value when an inline model formset is created for a relations ... de deletion ( #22998 ). Fixed transaction handling when specifying non-default database in createcachetabl ...
https://man.plustar.jp/django/releases/1.6.6.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT