検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 190 for new (0.112 sec.)
PostgreSQL specific lookups — Django 4.0.6 ドキュメント 4846
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lar = "Middlesborough" ) ['<City: Middlesbrough>'] New in Django 4.0. The trigram_word_similar lookup all ...
https://man.plustar.jp/django/ref/contrib/postgres/lookups.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 4846
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... llate ¶ class Collate ( expression , collation ) ¶ New in Django 3.2. Takes an expression and a collation ... ult. JSONObject ¶ class JSONObject ( ** fields ) ¶ New in Django 3.2. Takes a list of key-value pairs and ... his function returns the empty string instead of None when the expressions are of type CharField . Passin ... e in Django, then the datetime is converted to the new timezone before the value is truncated. The timezo ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
Django 1.1.4 リリースノート — Django 4.0.6 ドキュメント 4846
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g or targeting Django 1.1. For full details on the new features, backwards incompatibilities, and depreca ...
https://man.plustar.jp/django/releases/1.1.4.html - [similar]
Django 1.10.1 release notes — Django 4.0.6 ドキュメント 4846
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that many-to-many relationships can be used on the new objects ( #27026 ). Fixed crash of django.views.st ...
https://man.plustar.jp/django/releases/1.10.1.html - [similar]
Django 1.11.5 リリースノート — Django 4.0.6 ドキュメント 4846
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rsing if the version has a commit hash at the end (new in GEOS 3.6.2) ( #28441 ). Added compatibility for ...
https://man.plustar.jp/django/releases/1.11.5.html - [similar]
Django 1.3.5 release notes — Django 4.0.6 ドキュメント 4846
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... thin Django itself). This comes in two parts: 1. A new utility function, django.utils.http.is_safe_url , ...
https://man.plustar.jp/django/releases/1.3.5.html - [similar]
Django 1.3.6 release notes — Django 4.0.6 ドキュメント 4846
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Host header. For this reason, Django 1.3.6 adds a new setting, ALLOWED_HOSTS , which should contain an e ...
https://man.plustar.jp/django/releases/1.3.6.html - [similar]
Django 1.4.3 release notes — Django 4.0.6 ドキュメント 4846
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... thin Django itself). This comes in two parts: 1. A new utility function, django.utils.http.is_safe_url , ...
https://man.plustar.jp/django/releases/1.4.3.html - [similar]
Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 4846
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es ( #24655 ). Fixed a migration crash when adding new relations to models ( #24573 ). Fixed a migration ...
https://man.plustar.jp/django/releases/1.8.1.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 4846
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... username ) except User . DoesNotExist : # Create a new user. There's no need to set a password # because ... False verbose_name_plural = 'employee' # Define a new User admin class UserAdmin ( BaseUserAdmin ): inli ... Form ( forms . ModelForm ): """A form for creating new users. Includes all the required fields, plus a re ... mail' ,) filter_horizontal = () # Now register the new UserAdmin... admin . site . register ( MyUser , Us ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]