検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 257 for all (0.127 sec.)
Form fields — Django 4.0.6 ドキュメント 4741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 'invalid email address' ) Traceback (most recent call last): ... ValidationError : ['Enter a valid email ... 'foo' >>> f . clean ( '' ) Traceback (most recent call last): ... ValidationError : ['This field is requi ... .'] >>> f . clean ( None ) Traceback (most recent call last): ... ValidationError : ['This field is requi ... a. Also note that initial values are not used as "fallback" data in validation if a particular field's va ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 4741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... next » Model Meta options ¶ This document explains all the possible metadata options that you can give yo ... model is defined outside of an application in INSTALLED_APPS , it must declare which app it belongs to: ... m' Table names ¶ To save you time, Django automatically derives the name of the database table from the n ... reserved word, or contains characters that aren't allowed in Python variable names -- notably, the hyphe ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 4741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... an underscore may not be accessed as they're generally considered private. フィルター ¶ You can modify v ... bout sixty built-in template filters. You can read all about them in the built-in filter reference . To g ... dmin interface can include a complete reference of all template tags and filters available for a given si ... out two dozen built-in template tags. You can read all about them in the built-in tag reference . To give ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 4741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d to this moment for over three years, and it's finally here. Django 1.0 represents the largest milestone ... on has been greatly improved, cleaned up, and generally made awesome. There's now dedicated search, index ... refactored to use Unicode throughout; this drastically simplifies the task of dealing with non-Western-E ... uropean content and data in Django. Additionally, utility functions have been provided to ease int ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
Django 1.1.4 リリースノート — Django 4.0.6 ドキュメント 4741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ination of browser plugins and redirects which can allow an attacker to provide custom HTTP headers on a ... request to any website. This can allow a forged request to appear to be an AJAX request ... his, Django will now apply full CSRF validation to all requests, regardless of apparent AJAX origin. This ... is technically backwards-incompatible, but the security risks ha ...
https://man.plustar.jp/django/releases/1.1.4.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 4741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 0c132091d1e FOREIGN KEY ... Following this change, all platforms, regardless of word size, will generate ... the new generated name will not match the historically generated name; as a result, the SQL constructed ... ated with 64-bit constraints, you will need to manually drop the old constraint prior to invoking reset . ... tion ¶ Django 1.1 runs tests inside a transaction, allowing better test performance (see test performance ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 1.3.6 release notes — Django 4.0.6 ドキュメント 4741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... For this reason, Django 1.3.6 adds a new setting, ALLOWED_HOSTS , which should contain an explicit list ... aise SuspiciousOperation if request.get_host() is called. For full details see the documentation for the ... backwards-compatibility, but we strongly encourage all sites to set a more restrictive value. This host v ... eate very large numbers of forms. In Django 1.3.6, all formsets have a strictly-enforced maximum number o ...
https://man.plustar.jp/django/releases/1.3.6.html - [similar]
ビルトインのクラスベースのジェネリックビュー — Django 4.0.6 ドキュメント 4741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sher def get_context_data ( self , ** kwargs ): # Call the base implementation first to get a context con ... _context_data ( ** kwargs ) # Add in a QuerySet of all the books context [ 'book_list' ] = Book . objects ... . all () return context 注釈 通常、 get_context_data はす ... ame = 'publisher' queryset = Publisher . objects . all () model = Publisher と指定することは、 queryset = ...
https://man.plustar.jp/django/topics/class-based-views/generic-display.html - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 4691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... You can download Git, but it's often easier to install with your operating system's package manager. Djan ... mmended that you also work using GitHub. After installing Git, the first thing you should do is set up yo ... it now: cd django Your GitHub repository will be called "origin" in Git. You should also set up django/d ... / main The -b flag creates a new branch for you locally. Don't hesitate to create new branches even for t ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 4691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... isclosing and fixing a vulnerability. This'll generally involve two or three simultaneous releases -- e.g ... ss associated with the key you want to use. An install of some required Python packages: $ python -m pip ... install wheel twine Access to Django's record on PyPI. Cre ... ll need to coordinate with another releaser to get all these things lined up. Pre-release tasks ¶ A few i ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]