検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 257 for which (0.044 sec.)
Djangoソースコードレポジトリ — Django 4.0.6 ドキュメント 7445
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ains the full source code for all Django releases, which you can browse online. The Git repository includes ... nches : main contains the main in-development code which will become the next packaged release of Django. T ... hey are also used for bugfix and security releases which occur as necessary after the initial release of a ... contains tags . These are the exact revisions from which packaged Django releases were produced, since vers ...
https://man.plustar.jp/django/internals/git.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 7325
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s of caches that you don't directly control but to which you can provide hints (via HTTP headers) about whi ... ss of the Memcached daemon and port is the port on which Memcached is running, or to a unix:path value, whe ... or that it can be created by the system user under which your web server runs. Continuing the above example ... the cache file can not only falsify HTML content, which your site will trust, but also remotely execute ar ...
https://man.plustar.jp/django/topics/cache.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 7276
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... confused, the findstatic command can help show you which files are found. On subsequent collectstatic runs ... ss This is a debugging aid; it'll show you exactly which static file will be collected for a given path. By ... rbosity flag to 2, you can get all the directories which were searched:   $ python manage.py findstatic c ... subclass of the StaticFilesStorage storage backend which stores the file names it handles by appending the ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 7216
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _to_response() itself calls get_template_names() , which by default will look up template_name on the class ... h actual objects. ContextMixin Every built in view which needs context data, such as for rendering a templa ... iscrete functionality. We'll consider DetailView , which renders a "detail" view of an object, and ListView ... , which will render a list of objects, typically from a qu ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7156
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing transactions and savepoints. Database backends which do not support transactions, like MySQL with the M ... o limit the list_filter choices to foreign objects which are attached to those from the ModelAdmin . The Mo ... . The base.html template has a new block usertools which contains the user-specific header. A new context v ... ariable has_permission , which gets its value from has_permission() , indicates w ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 6988
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o.middleware.http.SetRemoteAddrFromForwardedFor -- which updated the value of REMOTE_ADDR based on the HTTP ... view with a format-string key called 'permanent', which is highly unlikely. Features deprecated in 1.1 ¶ O ... warning will be upgraded to a DeprecationWarning , which will be displayed loudly. Django 1.3 will remove A ... he new model is a proxy for some underlying model, which stores all the real data. All the details can be f ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 6928
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... contenttypes application is the ContentType model, which lives at django.contrib.contenttypes.models.Conten ... Type ¶ Each instance of ContentType has two fields which, taken together, uniquely describe an installed mo ... pe also has a custom manager, ContentTypeManager , which adds the following methods: clear_cache () ¶ Clear ... he used by ContentType to keep track of models for which it has created ContentType instances. You probably ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 6868
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... older versions. We've also dropped some features, which are detailed in our deprecation plan , and we've b ... upports using an externally-defined WSGI callable, which makes it possible to run runserver with the same W ... he new WSGI_APPLICATION setting lets you configure which WSGI callable runserver uses. (The runfcgi managem ... .4 includes a QuerySet.select_for_update() method, which generates a SELECT ... FOR UPDATE SQL query. This ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6809
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... egistration API . The API can be used to customize which lookups are available for a field class, and how l ... y default, BinaryField sets editable to False , in which case it can't be included in a ModelForm . BinaryF ... or a Path , it may contain strftime() formatting, which will be replaced by the date/time of the file uplo ... leField. storage ¶ A storage object, or a callable which returns a storage object. This handles the storage ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
PostgreSQL specific form fields and widgets — Django 4.0.6 ドキュメント 6699
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... max_length = None , min_length = None ) ¶ A field which maps to an array. It is represented by an HTML <in ... () False delimiter ¶ This is an optional argument which defaults to a comma: , . This value is used to spl ... aracter. max_length ¶ This is an optional argument which validates that the array does not exceed the state ... length. min_length ¶ This is an optional argument which validates that the array reaches at least the stat ...
https://man.plustar.jp/django/ref/contrib/postgres/forms.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT