検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 387 for This (0.095 sec.)
一対一 (one-to-one) 関係 — Django 4.0.6 ドキュメント 3817
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a one-to-one relationship, use OneToOneField . In this example, a Place optionally can be a Restaurant : ... ) Create a Restaurant. Pass the "parent" object as this object's primary key: >>> r = Restaurant ( place = ... uerySet [<Restaurant: Demon Dogs the restaurant>]> This also works in reverse: >>> Place . objects . get ( ...
https://man.plustar.jp/django/topics/db/examples/one_to_one.html - [similar]
django.core.exceptions — Django 4.0.6 ドキュメント 3791
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ュメント] class MiddlewareNotUsed ( Exception ): """This middleware is not used in this server configuratio ... sage_dict ( self ): # Trigger an AttributeError if this ValidationError # doesn't have an error_dict. geta ...
https://man.plustar.jp/django/_modules/django/core/exceptions.html - [similar]
Generic date ビュー — Django 4.0.6 ドキュメント 3791
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g whether to retrieve the full list of objects for this year and pass those to the template. If True , the ... ryset will be used as the object list. By default, this is False . get_make_object_list () ¶ Determine if ... tates week system where the week begins on Sunday. This is the default value. '%W' : Similar to '%U' , exc ... ept it assumes that the week begins on Monday. This is not the same as the ISO 8601 week number. '%V' ...
https://man.plustar.jp/django/ref/class-based-views/generic-date-based.html - [similar]
GeoJSON Serializer — Django 4.0.6 ドキュメント 3791
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nnot use loaddata to reload the output produced by this serializer. If you plan to reload the outputted da ... o use for the geometry key of the GeoJSON feature. This is only needed when you have a model with more tha ...
https://man.plustar.jp/django/ref/contrib/gis/serializers.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 3791
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cookies that didn't already have a session record. This could allow an attacker to easily create many new ... ified; empty session records are not created. Thus this potential DoS is now only possible if the site cho ... y slow to evaluate against certain invalid inputs. This regular expression has been simplified and optimiz ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
Django 1.8.6 リリースノート — Django 4.0.6 ドキュメント 3791
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... with an invalid INSTALLED_APPS setting ( #25510 ). This regression appeared in 1.8.5 as a side effect of f ... s _meta.apps for caching and retrieval ( #25563 ). This prevents any models generated in data migrations u ...
https://man.plustar.jp/django/releases/1.8.6.html - [similar]
How to deploy static files — Django 4.0.6 ドキュメント 3765
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t also running Django -- for serving static files. This server often runs a different type of web server - ... azon's S3 and/or a CDN (content delivery network). This lets you ignore the problems of serving static fil ... があります。 There's any number of ways you might do this, but if the provider has an API, you can use a cus ...
https://man.plustar.jp/django/howto/static-files/deployment.html - [similar]
高度なチュートリアル: 再利用可能アプリの書き方 — Django 4.0.6 ドキュメント 3765
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... » 高度なチュートリアル: 再利用可能アプリの書き方 ¶ This advanced tutorial begins where Tutorial 7 left off ... 1. Add "polls" to your INSTALLED_APPS setting like this:: INSTALLED_APPS = [ ... 'polls', ] 2. Include the ... polls URLconf in your project urls.py like this:: path('polls/', include('polls.urls')), 3. Run `` ... explanation of these files is beyond the scope of this tutorial, but the setuptools documentation has a g ...
https://man.plustar.jp/django/intro/reusable-apps.html - [similar]
Installing Geospatial libraries — Django 4.0.6 ドキュメント 3765
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ind GEOS library ¶ When GeoDjango can't find GEOS, this error is raised: ImportError: Could not find the G ... ubdirectory (use nad subdirectory for PROJ < 6.x). This must be done prior to configuration: $ tar xzf pro ... nstall: $ ./configure $ make # Go get some coffee, this takes a while. $ sudo make install $ cd .. 注釈 Be ...
https://man.plustar.jp/django/ref/contrib/gis/install/geolibs.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 3765
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... reviously, only the content types were listed (and this prompt was after migrate rather than in a separate ... ator() now uses server-side cursors on PostgreSQL. This feature transfers some of the worker memory load ( ... default validate_image_file_extension validator. (This validator moved to the form field in Django 1.11.2 ... t_strict to False . データベースバックエンド API ¶ This section describes changes that may be needed in th ...
https://man.plustar.jp/django/releases/1.11.html - [similar]