検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 387 for This (0.100 sec.)
Related objects reference — Django 4.0.6 ドキュメント 4867
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in a one-to-many or many-to-many related context. This happens in two cases: The "other side" of a Foreig ... toppings = models . ManyToManyField ( Topping ) In this example, the methods below will be available both ... , QuerySet.update() is used to perform the update. This requires the objects to already be saved. You can ... 2005 , 1 , 1 ) ... ) # No need to call e.save() at this point -- it's already been saved. This is equivale ...
https://man.plustar.jp/django/ref/models/relations.html - [similar]
Django 1.3.6 release notes — Django 4.0.6 ドキュメント 4867
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ent in previous Django releases in the 1.3 series. This is the sixth bugfix/security release in the Django ... incorrect and possibly malicious Host header. For this reason, Django 1.3.6 adds a new setting, ALLOWED_H ... in an explicit list of valid host/domain names for this site. A request with a Host header not matching an ... entry in this list will raise SuspiciousOperation if request.get ...
https://man.plustar.jp/django/releases/1.3.6.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 4841
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... patiaLite 3.9.0+ Requires SpatiaLite 4.3+ See also this comparison matrix on the OSGeo Wiki for PostgreSQL ... go.contrib.gis to INSTALLED_APPS in your settings. This is so that the gis templates can be located -- if ... AL) cannot be located. [1] Typically, the cause of this problem is that the operating system isn't aware o ... LIBRARY_PATH environment variable ¶ A user may set this environment variable to customize the library path ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 4841
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ist will now be rendered (without the add button). This makes it easier to add custom tools in this case. ... PBKDF2 password hasher has been increased by 25%. This backwards compatible change will not affect users ... property computes the union of all the elements of this geometry. Added the GEOSGeometry.covers() binary p ... , as well as the isvalid lookup, all for PostGIS. This allows filtering and repairing invalid geometries ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.2.4 release notes — Django 4.0.6 ドキュメント 4841
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo 1.2.4 release notes ¶ Django 1.2.4 へようこそ! This is the fourth "bugfix" release in the Django 1.2 s ... ls, including across database-level relationships. This is implemented by passing lookup arguments in the ... uerystring. However, it has been demonstrated that this can be abused to gain access to information outsid ... ormation such as users' password hashes. To remedy this, django.contrib.admin will now validate that query ...
https://man.plustar.jp/django/releases/1.2.4.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 4823
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ンに外部キーがある場合でも、外部キーが破損しません。 This doesn't necessarily control whether or not the use ... d if you want to allow inactive users to login. In this case, you'll also want to customize the Authentica ... s passed in, only returns the user permissions for this specific object. get_group_permissions ( obj = Non ... ntation on permissions ). If the user is inactive, this method will always return False . For an active su ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
Django 1.4.18 release notes — Django 4.0.6 ドキュメント 4823
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django's request.META dictionary). Unfortunately, this means that the WSGI environ cannot distinguish bet ... ser and X-Auth_User both become HTTP_X_AUTH_USER . This means that if a header is used in a security-sensi ... an X-Auth_User header (with underscore) and bypass this protection. In order to prevent such attacks, both ... into a link, they could suffer from a XSS attack. This bug doesn't affect Django currently, since we only ...
https://man.plustar.jp/django/releases/1.4.18.html - [similar]
Signals — Django 4.0.6 ドキュメント 4823
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... - The callback function which will be connected to this signal. See Receiver functions for more informatio ... function, it may be garbage collected. To prevent this, pass weak=False when you call the signal's connec ... licate signals for more information. Let's see how this works by registering a signal that gets called aft ... write our signal handling as my_callback(sender) . This would be wrong -- in fact, Django will throw an er ...
https://man.plustar.jp/django/topics/signals.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 4797
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . They can be added using the Meta.indexes option. This document explains the API references of Index whic ... marked as DETERMINISTIC . Django doesn't validate this but Oracle will error. This means that functions s ... o be marked as IMMUTABLE . Django doesn't validate this but PostgreSQL will error. This means that functio ... e ¶ The name of the database tablespace to use for this index. For single field indexes, if db_tablespace ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 4797
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and MultipleObjectTemplateResponseMixin ) override this to provide more flexible defaults when dealing wit ... ts keyword arguments, but it is common to override this to add more members to the dictionary. You can als ... lly from a queryset, and optionally paginate them. This will introduce us to four mixins which between the ... ; as with SingleObjectTemplateResponseMixin above, this overrides get_template_names() to provide a range ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]