検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 171 for we (0.073 sec.)
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 5574
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... success_url = reverse_lazy ( 'author-list' ) 注釈 We have to use reverse_lazy() instead of reverse() , ... perlyConfigured exception will be raised. Finally, we hook these new views into the URLconf: urls.py ¶ f ... ng a form that works with an API-based workflow as well as 'normal' form POSTs: from django.http import ... , status = 400 ) def form_valid ( self , form ): # We make sure to call the parent's form_valid() method ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
多対多 (many-to-many) 関係 — Django 4.0.6 ドキュメント 5574
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . save () >>> p3 = Publication ( title = 'Science Weekly' ) >>> p3 . save () Create an Article : >>> a1 ... = Article ( headline = 'Django lets you build web apps easily' ) You can't associate it with a Publ ... ... ValueError : "<Article: Django lets you build web apps easily>" needs to have a value for field "id ... <Publication: Science News>, <Publication: Science Weekly>, <Publication: The Python Journal>]> Publicat ...
https://man.plustar.jp/django/topics/db/examples/many_to_many.html - [similar]
django.apps.config — Django 4.0.6 ドキュメント 5517
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... module. self . models_module = None # Mapping of lowercase model names to model classes. Initially set t ... ibuteError : # Use the default app config class if we didn't find anything. if app_config_class is None ... move default_app_config." ) else : message += ( "However, Django's automatic detection %s . You should " ... " ) if mod_path and cls_name [ 0 ] . isupper (): # We could simply re-trigger the string import exceptio ...
https://man.plustar.jp/django/_modules/django/apps/config.html - [similar]
How to manage static files (e.g. images, JavaScript, CSS) — Django 4.0.6 ドキュ... 5517
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ントを参照してください。 静的ファイルの名前空間 Now we might be able to get away with putting our static ... lication, Django would be unable to distinguish between them. We need to be able to point Django at the ... ution of these tests in a way very similar to what we get at development time with DEBUG = True , i.e. w ...
https://man.plustar.jp/django/howto/static-files/index.html - [similar]
JavaScript — Django 4.0.6 ドキュメント 5517
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... entation style dictated in the .editorconfig file. We recommend using a text editor with EditorConfig su ... int will be run when you run the JavaScript tests. We also recommended installing a ESLint plugin in you ... ストの実行 ¶ The JavaScript tests may be run from a web browser or from the command line. Testing from a ... web browser ¶ To run the tests from a web browser, open up js_tests/tests.html in your brow ...
https://man.plustar.jp/django/internals/contributing/writing-code/javascript.htm... - [similar]
django.core.exceptions — Django 4.0.6 ドキュメント 5461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ystem operation was attempted""" pass class DisallowedHost ( SuspiciousOperation ): """HTTP_HOST header ... contains invalid value""" pass class DisallowedRedirect ( SuspiciousOperation ): """Redirect to s ... cheme not in allowed list""" pass class TooManyFieldsSent ( Suspicious ... ary that maps field names to lists of errors. What we define as an "error" can be either a simple string ...
https://man.plustar.jp/django/_modules/django/core/exceptions.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 5461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ult=[] creates a mutable default that is shared between all instances of ArrayField . base_field ¶ This ... = 8 , ), size = 8 , ) Transformation of values between the database and the model, validation of data a ... of custom lookups and transforms for ArrayField . We will use the following example model: from django. ... indexing for array fields when writing raw SQL. However these indexes and those used in slices use 0-ba ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
Full text search — Django 4.0.6 ドキュメント 5461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... search engine . For the examples in this document, we'll use the models defined in クエリを作成する . 参 ... ass SearchVector ( * expressions , config = None , weight = None ) ¶ Searching against a single field is ... great but rather limiting. The Entry instances we're searching belong to a Blog , which has a taglin ... ecipes>] See Changing the search configuration and Weighting queries for an explanation of the config an ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 5461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s with XMLHttpRequest. Therefore, for ease of use, we did not apply CSRF checks to requests that appeare ... of the X-Requested-With header. The Ruby on Rails web framework had a similar exemption. Recently, engi ... to provide custom HTTP headers on a request to any website. This can allow a forged request to appear to ... the Rails team brought this to our attention, and we were able to produce a proof-of-concept demonstrat ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 5461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ップデートするときは、 How to upgrade Django to a newer version ガイドに従ってください。 Django 1.8 has b ... go 1.8 requires Python 2.7, 3.2, 3.3, 3.4, or 3.5. We highly recommend and only officially support the l ... upstream support for Python 3.2 in February 2016, we won't test Django 1.8.x on Python 3.2 after the en ... t an official, stable API. In recognition of this, we've endeavored to maintain backwards-compatibility ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT