検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 320 for not (0.143 sec.)
The flatpages app — Django 4.0.6 ドキュメント 5200
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rib.sites' to your INSTALLED_APPS setting, if it's not already in there. Also make sure you've correctly ... pattern or flatpages without a trailing slash will not be matched. Another common setup is to use flat pa ... al. The middleware only gets activated for 404s -- not for 500s or responses of any other status code. Fl ... atpages will not apply view middleware Because the FlatpageFallback ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 5200
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( 'latest/feed/' , LatestEntriesFeed ()), # ... ] Note: The Feed class subclasses django.contrib.syndica ... r {{ site.domain }} or {{ site.name }} . If you do not have the Django sites framework installed, this wi ... ject returned by get_object() . By default this is not exposed to the templates to avoid confusion with { ... s. Failing that, it uses the class attribute. Also note that items() also follows the same algorithm -- f ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 5200
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rable=True . If the atomic block is nested within another it raises a RuntimeError . atomic は、 decorato ... are still there and bound to the same transaction. Note that any operations attempted in generate_relatio ... ould only be used if the overhead of savepoints is noticeable. It has the drawback of breaking the error ... autocommit mode. When autocommit is turned on and no transaction is active, each SQL query gets wrapped ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
django.contrib.messages.api — Django 4.0.6 ドキュメント 5162
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s = request . _messages except AttributeError : if not hasattr ( request , "META" ): raise TypeError ( "a ... _message() argument must be an HttpRequest object, not " "' %s '." % request . __class__ . __name__ ) if ... not fail_silently : raise MessageFailure ( "You cannot add messages without installing " "django.contrib. ... level is the ``MESSAGE_LEVEL`` setting. If this is not found, use the ``INFO`` level. """ storage = getat ...
https://man.plustar.jp/django/_modules/django/contrib/messages/api.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 5162
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odules « previous | up | next » Django 1.3 release notes ¶ March 23, 2011 Django 1.3 へようこそ! Nearly a ... d improvements to existing features. These release notes cover the new features in 1.3, as well as some b ... バージョン間の互換性 ¶ The release of Django 1.2 was notable for having the first shift in Django's Python ... ve been added to Django's own code as well -- most notably, the error emails sent on an HTTP 500 server e ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 5116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... given field (specified by name) for this feature, not a Field wrapper object: >>> city . get ( 'Populati ... the number of geometries in a GeometryCollection . Not applicable to other geometry types. __iter__ () ¶ ... ygon , or the geometries in a GeometryCollection . Not applicable to other geometry types. __getitem__ () ... y at the specified index in a GeometryCollection . Not applicable to other geometry types. dimension ¶ Re ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
django.contrib.postgres — Django 4.0.6 ドキュメント 5116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es ¶ PostgreSQL has a number of features which are not shared by the other databases Django supports. Thi ... that real world projects written using Django need not be database-agnostic. In fact, once a project reac ... ason why (for example) a contrib.mysql module does not exist, except that PostgreSQL has the richest feat ... postgres , fields , functions , database , data , not , search , expressions クイック検索 Last update: 2 ...
https://man.plustar.jp/django/ref/contrib/postgres/index.html - [similar]
Django 1.6.10 release notes — Django 4.0.6 ドキュメント 5116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... les « previous | up | next » Django 1.6.10 release notes ¶ January 13, 2015 Django 1.6.10 fixes several s ... Unfortunately, this means that the WSGI environ cannot distinguish between headers containing dashes and ... now does the same. Django's development server is not recommended for production use, but matching the b ... the file in chunks to prevent large memory usage. Note, however, that this view has always carried a war ...
https://man.plustar.jp/django/releases/1.6.10.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 5116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a next generation hashing algorithm. It's designed not to be easier to compute on custom hardware than it ... is to compute on an ordinary CPU. Argon2 is not the default for Django because it requires a third ... ally designed for long-term password storage. It's not the default used by Django since it requires the u ... rce attacks. However, because PBKDF2 and bcrypt do not require a lot of memory, attackers with sufficient ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
Advice for new contributors — Django 4.0.6 ドキュメント 5079
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Advice for new contributors ¶ New contributor and not sure what to do? Want to help but just don't know ... If you can reproduce it and it seems valid, make a note that you confirmed the bug and accept the ticket. ... cently involved in a discussion, then a ticket may not have the support required to get into Django. 小さ ... marking things Ready For Check-in If you're really not certain if a ticket is ready, don't mark it as suc ...
https://man.plustar.jp/django/internals/contributing/new-contributors.html - [similar]