検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 218 for but (0.027 sec.)
How to deploy with ASGI — Django 4.0.6 ドキュメント 5590
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... not used by the development server ( runserver ), but can be used by any ASGI server either in developme ... with the parts of Django that are not async-safe, but the same may not be true of third-party apps or Py ...
https://man.plustar.jp/django/howto/deployment/asgi/index.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 5590
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . This decorator works similarly to csrf_protect , but never rejects an incoming request. 実装例: from dj ... a few views ¶ Most views requires CSRF protection, but a few do not. Solution: rather than disabling the ... view is run - 404 and 500 handlers, for example - but you still need the CSRF token in a form. Solution: ... nprotected and have been exempted by csrf_exempt , but still need to include the CSRF token. Solution: us ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 5590
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... this allows the field to have two "empty values", but it's important for the Coalesce example below. Com ... thing happened in a particular year, hour, or day, but not the exact second, then Trunc (and its subclass ... ') . The subclasses are all defined as transforms, but they aren't registered with any fields, because th ... Trim ( expression , ** extra ) ¶ Similar to Trim , but removes only leading spaces. MD5 ¶ class MD5 ( exp ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 5590
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dels.expressions and django.db.models.aggregates , but for convenience they're available and usually impo ... s, and then saved the object back to the database. But instead we could also have done: from django.db.mo ... mal Python assignment of value to an instance attribute, in fact it's an SQL construct describing an oper ... yset . annotate ( field_lower = Lower ( 'field' )) But both cases will result in a queryset where each mo ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Related objects reference — Django 4.0.6 ドキュメント 5590
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... save() methods (the bulk argument doesn't exist), but rather create the relationships using QuerySet.bul ... that already exists won't duplicate the relation, but it will still trigger signals. For many-to-many re ... -- it's already been saved. This is equivalent to (but simpler than): >>> b = Blog . objects . get ( id = ...
https://man.plustar.jp/django/ref/models/relations.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 5590
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on" -- a string that has been marked as translated but whose actual translation result isn't determined u ... nt semantics from Python's builtin str() function, but the difference is needed in a few places within Dj ... ate t2 = Template ( 'This is a string template.' ) But the common case is to read templates from the file ... turn their members as Unicode data. All other attributes and methods of HttpRequest return data exactly a ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 1.1.2 リリースノート — Django 4.0.6 ドキュメント 5590
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... intains backwards compatibility with Django 1.1.0, but contain a number of fixes and other improvements. ... y, a point release would not include new features, but in the case of Django 1.1.2, we have made an excep ...
https://man.plustar.jp/django/releases/1.1.2.html - [similar]
Django 1.3.5 release notes — Django 4.0.6 ドキュメント 5590
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t header validation attempts to support a smaller, but far more common, subset: Hostnames must consist of ... problems (primarily with third-party applications, but to a certain extent also within Django itself). Th ...
https://man.plustar.jp/django/releases/1.3.5.html - [similar]
Django 1.4.3 release notes — Django 4.0.6 ドキュメント 5590
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t header validation attempts to support a smaller, but far more common, subset: Hostnames must consist of ... problems (primarily with third-party applications, but to a certain extent also within Django itself). Th ...
https://man.plustar.jp/django/releases/1.4.3.html - [similar]
Django 1.6.1 release notes — Django 4.0.6 ドキュメント 5590
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed (#21410). Fixed Queryset.datetimes raising AttributeError in some situations (#21432). Fixed ModelBack ... ensions (#21457) or when fixture path was relative but located in a subdirectory (#21551). Fixed display ... the session by LocaleMiddleware on every response, but rather only after a logout (#21473). Fixed a crash ...
https://man.plustar.jp/django/releases/1.6.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT