検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 203 for where (0.109 sec.)
複数のデータベース — Django 4.0.6 ドキュメント 5061
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... verifies the migration history, it skips databases where no app is allowed to migrate. A router doesn't hav ... h.to. with the actual Python path to the module(s) where the routers are defined): DATABASE_ROUTERS = [ 'pa ... provided here implements a multi-database strategy where all objects of a given type are stored on a specif ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 5061
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y libraries. Thus, this is best used in situations where you want to run your own transaction-controlling m ... mediately after a hypothetical database write made where on_commit() is called would be successfully commit ... s example, a.save() will not be undone in the case where b.save() raises an exception. 目次 データベースのト ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 4975
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es. Minimizing images ¶ Optimize image compression where possible. For PNG files, use OptiPNG and AdvanceCO ... words (if any) along with the file and line number where they occur will be saved to _build/spelling/output ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
Simple mixins — Django 4.0.6 ドキュメント 4975
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that points to the View instance. Use alters_data where appropriate Note that having the view instance in ...
https://man.plustar.jp/django/ref/class-based-views/mixins-simple.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 4975
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dels # Import our custom widget and our model from where they're defined from myapp.models import MyModel f ... ザーが john lennon と検索した場合、Django は SQL の WHERE 節と同等の検索を実行します: WHERE ( first_name ILI ... nston' , Django will do the equivalent of this SQL WHERE clause: WHERE ( first_name ILIKE '%john winston%' ... icleAdminForm MyArticleAdminForm can be defined anywhere as long as you import where needed. Now within you ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 4975
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... operators natively accept raster input. For cases where the operator expects geometry input, the raster is ... ( point__distance_gte = ( rst , 2 , D ( km = 7 ))) Where the band with index 2 (the third band) of the rast ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
contrib packages — Django 4.0.6 ドキュメント 4975
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ght framework for hooking into "types" of content, where each installed Django model is a separate content ...
https://man.plustar.jp/django/ref/contrib/index.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 4975
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing all the blog entries in a particular category, where the category is variable). Feed classes subclass d ... .contrib.syndication.views.Feed . They can live anywhere in your codebase. Instances of Feed classes are vi ... tries to call a method, passing the obj argument, where obj is the object returned by get_object() . Faili ... rder. This property is only used for Atom feeds # (where it is the feed-level ID element). If not provided, ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 4975
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in order to allow fine-grained control of when and where the CSRF processing takes place. reverse() and cod ... n 1 (Sunday) and 7 (Saturday), and returns objects where the field value matches that day of the week. See ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 1.5.2 release notes — Django 4.0.6 ドキュメント 4975
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... including #20212 and #20025. Fixed some rare cases where get() exceptions recursed infinitely (#20278). mak ...
https://man.plustar.jp/django/releases/1.5.2.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT