検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 320 for not (0.104 sec.)
Django 3.1 release notes — Django 4.0.6 ドキュメント 4459
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odules « previous | up | next » Django 3.1 release notes ¶ August 4, 2020 Welcome to Django 3.1! These re ... lease notes cover the new features , as well as some backwar ... eces of code that do long-running network calls do not yet support async access. We expect to add support ... your existing, synchronous code. It should have no noticeable effect on any existing Django projects. JSO ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 4459
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s. Additionally, the local-memory cache backend is NOT multi-process safe, therefore probably not a good ... on.get('fav_color', 'red') pop ( key , default = __not_given ) ¶ 例: fav_color = request.session.pop('fav ... piry age in seconds when saving the session. It is not really intended for usage outside of that context. ... eyword arguments as get_expiry_age() , and similar notes on usage apply. get_expire_at_browser_close () ¶ ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
django.utils.log — Django 4.0.6 ドキュメント 4413
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g . Filter ): def filter ( self , record ): return not settings . DEBUG [ドキュメント] class RequireDebug ... lif status_code == 304 : msg = self . style . HTTP_NOT_MODIFIED ( msg ) elif 300 <= status_code < 400 : m ... lif status_code == 404 : msg = self . style . HTTP_NOT_FOUND ( msg ) elif 400 <= status_code < 500 : msg ... ER_ERROR ( msg ) if self . uses_server_time () and not hasattr ( record , "server_time" ): record . serve ...
https://man.plustar.jp/django/_modules/django/utils/log.html - [similar]
django.utils.translation — Django 4.0.6 ドキュメント 4376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... can delete all the functions from _trans.__dict__. Note that storing the function with setattr will have ... a noticeable performance effect, as access to the functi ... d_language = get_language () if self . language is not None : activate ( self . language ) else : deactiv ... untry = language . lower () . partition ( "-" ) if not country : return language [: 3 ] . lower () + lang ...
https://man.plustar.jp/django/_modules/django/utils/translation.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 4376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sting Django field and save yourself some work? If not, you should subclass the Field class, from which e ... r () . deconstruct () # Only include kwarg if it's not the default if self . separator != "," : kwargs [ ... and have the model field as an argument. They are not called at any other time, so it can afford to exec ... uch as ForeignKey and OneToOneField that point to another field to determine their database column data t ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
バグレポートと機能のリクエスト — Django 4.0.6 ドキュメント 4376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Do ask on django-users or #django first if you're not sure if what you're seeing is a bug. Do write comp ... filed a bug report. All the tickets are mailed to another list, django-updates , which is tracked by deve ... ion or module — for instance, you want to support another database engine — we'll probably suggest that y ... request the feature on the django-developers list, not in the ticket tracker. It'll get read more closely ...
https://man.plustar.jp/django/internals/contributing/bugs-and-features.html - [similar]
PostgreSQL specific query expressions — Django 4.0.6 ドキュメント 4376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lass differs from ArrayAgg in the way that it does not act as an aggregate function and does not require ... the list of values. For example, if you want to annotate all related books to an author as JSON objects: ... 'pages' ) ... ) >>> author = Author . objects . annotate ( books = ArraySubquery ( books )) . first () > ...
https://man.plustar.jp/django/ref/contrib/postgres/expressions.html - [similar]
PostgreSQL specific database functions — Django 4.0.6 ドキュメント 4376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r that the current transaction started. If you are not in a transaction it will return the date and time ... eturns the date and time of the current statement. Note that only the outermost call to atomic() sets up ... ll return; nested calls create savepoints which do not affect the transaction time. Usage example: >>> fr ...
https://man.plustar.jp/django/ref/contrib/postgres/functions.html - [similar]
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 4376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... any users. Security issue: User with "change" but not "add" permission can create objects for ModelAdmin ... save_as=True ¶ If a ModelAdmin uses save_as=True (not the default), the admin provides an option when ed ... translations system when the current language has no translations ( #26046 ). Fixed a regression that ca ... o the abstract model's app if using that model in another application ( #25858 ). Fixed a crash when dest ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]
Django 2.2.13 release notes — Django 4.0.6 ドキュメント 4376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... les « previous | up | next » Django 2.2.13 release notes ¶ June 3, 2020 Django 2.2.13 fixes two security ... hed keys ¶ In cases where a memcached backend does not perform key validation, passing malformed cache ke ... arameters for the admin ForeignKeyRawIdWidget were not properly URL encoded, posing an XSS attack vector. ... in from 3.3.1 to 3.5.1. 目次 Django 2.2.13 release notes CVE-2020-13254: Potential data leakage via malfo ...
https://man.plustar.jp/django/releases/2.2.13.html - [similar]