検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 387 for This (0.050 sec.)
データベース — Django 4.0.6 ドキュメント 6550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... support and which assumptions we can make safely. This file describes some of the features that might be ... ase when it first makes a database query. It keeps this connection open and reuses it in subsequent reques ... one and doesn't have one already — either because this is the first connection, or because the previous c ... that has been terminated by the database server. (This problem may only affect very low traffic sites.) A ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 6550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es in 1.1 ¶ Django has a policy of API stability . This means that, in general, code you develop against D ... es are consistent regardless of machine word size. This change is backwards incompatible for some users. I ... hook; you'll observe no differences as a result of this change. However, users on 64-bit platforms may exp ... blems using the reset management command. Prior to this change, 64-bit platforms would generate a 64-bit, ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 6524
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Modules « previous | up How is Django Formed? ¶ This document explains how to release Django. Please, k ... o streamline or otherwise make changes, but update this document accordingly! オーバービュー ¶ There are t ... y releases: disclosing and fixing a vulnerability. This'll generally involve two or three simultaneous rel ... rc. The short version of the steps involved is: If this is a security release, pre-notify the security dis ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6507
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rField has both unique=True and blank=True set. In this situation, null=True is required to avoid unique c ... ue can be used with fields having null=False , but this will require implementing clean() on the model in ... (e.g. [(A, B), (A, B) ...] ) to use as choices for this field. If choices are given, they're enforced by m ... hin a single list (such as the 'unknown' option in this example). choices がセットされているモデルフィール ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 6507
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to create the page that your site's visitor sees. This is a lot more expensive, from a processing-overhea ... tem server arrangement. For most web applications, this overhead isn't a big deal. Most web applications a ... n next time. Here's some pseudocode explaining how this would work for a dynamically generated web page: g ... database, on the filesystem or directly in memory. This is an important decision that affects your cache's ...
https://man.plustar.jp/django/topics/cache.html - [similar]
Signals — Django 4.0.6 ドキュメント 6455
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... function, it may be garbage collected. To prevent this, pass weak=False when you call the signal's connec ... lication could be referenced as 'polls.Question' . This sort of reference can be quite handy when dealing ... re_init ¶ Whenever you instantiate a Django model, this signal is sent at the beginning of the model's __i ... ssed to __init__() . For example, the tutorial has this line: q = Question ( question_text = "What's new?" ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 6455
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hat can be used as the first argument to any view. This means you can test a view function the same way as ... t all the same arguments except for follow . Since this is just a factory for producing requests, it's up ... tomer/details response = my_view ( request ) # Use this syntax for class-based views. response = MyView . ... can instead use django.test.AsyncRequestFactory . This class is directly API-compatible with RequestFacto ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 6429
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ules « previous | up | next » Model Meta options ¶ This document explains all the possible metadata option ... bstract ¶ Options. abstract ¶ If abstract = True , this model will be an abstract base class . app_label ¶ ... e ¶ The name of the database tablespace to use for this model. The default is the project's DEFAULT_TABLES ... f set. If the backend doesn't support tablespaces, this option is ignored. default_manager_name ¶ Options. ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6429
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ut the User model for one that you write yourself. This could be a simple extension to the existing User m ... rst release with Python 3 support ! We're labeling this support "experimental" because we don't yet consid ... ritten back to the database when you call save() . This can help in high-concurrency operations, and can i ... where myview was seen as a variable. The upshot of this is that if you are not using {% load url from futu ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 6411
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ceives all command line options of collectstatic . This is used by the ManifestStaticFilesStorage by defau ... ERN ¶ Ignore files, directories, or paths matching this glob-style pattern. Use multiple times to ignore m ... g class, override the ignore_patterns attribute of this class and replace 'django.contrib.staticfiles' wit ... : /home/special.polls.com/core/static/css/base.css This is a debugging aid; it'll show you exactly which s ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT