検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 320 for not (0.047 sec.)
Deploying GeoDjango — Django 4.0.6 ドキュメント 5533
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ally, the deployment of a GeoDjango application is not different from the deployment of a normal Django a ... eoDjango uses the GDAL geospatial library which is not thread safe at this time. Thus, it is highly recom ... mended to not use threading when deploying -- in other words, us ... 関連キーワード Deploying , Geo , GeoDjango , when , not , deployment , トピック , next , up , previous クイ ...
https://man.plustar.jp/django/ref/contrib/gis/deployment.html - [similar]
PostgreSQL specific form fields and widgets — Django 4.0.6 ドキュメント 5533
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s the underlying form field for the array. This is not used to render any HTML, but it is used to process ... es': [[1, 2], [2, 1], [4, 3]]} 注釈 The field does not support escaping of the delimiter, so be careful i ... racter in the underlying field. The delimiter does not need to be only one character. max_length ¶ This i ... ional argument which validates that the array does not exceed the stated length. min_length ¶ This is an ...
https://man.plustar.jp/django/ref/contrib/postgres/forms.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 5533
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odules « previous | up | next » Django 1.4 release notes ¶ March 23, 2012 Django 1.4 へようこそ! These re ... lease notes cover the new features , as well as some backwar ... de and the timezone FAQ for useful pointers. Other notable new features in Django 1.4 include: A number o ... pport until the release of Django 1.5. Django does not support Python 3.x at this time. At some point bef ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 5533
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odules « previous | up | next » Django 1.7 release notes ¶ September 2, 2014 Django 1.7 へようこそ! These ... release notes cover the new features , as well as some backwar ... ated and you should change it as soon as possible (nothing more than renaming is required). initial_data ... tionTestCase unless specifically requested . It is not advised to have apps without migrations depend on ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 5533
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ername = 'john' , password = 'secret' ) if user is not None : # A backend authenticated the credentials e ... つユーザに限定されています。 Permissions can be set not only per type of object, but also per specific obj ... name = username , password = password ) if user is not None : login ( request , user ) # Redirect to a su ... All existing data is removed. This is to prevent another person from using the same web browser to log i ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 5486
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... エリにマッチする結果が存在しない場合、 get() は DoesNotExist 例外を起こします。この例外はクエリーが実行され ... Entry オブジェクトがなければ、Django は Entry.DoesNotExist 例外を起こします。 同様に get() のクエリーが2 ... に、前者は IndexError を起こすのに対して、後者は DoesNotExist を起こすことに注意してください。詳細については ... om 2008 contained "Lennon" . The first query would not return any blogs, but the second query would retur ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
django.utils.text — Django 4.0.6 ドキュメント 5449
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... """Capitalize the first letter of a string.""" if not x : return x if not isinstance ( x , str ): x = st ... cters. `truncate` specifies what should be used to notify that the string has been truncated, defaulting ... n self . add_truncation_text ( "" , truncate ): if not unicodedata . combining ( char ): truncate_len -= ... 0 ], truncate ) # Return the original string since no truncation was necessary return text def words ( se ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 5449
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r a serializer to handle any format (text-based or not). 参考 If you just want to get some data from your ... will raise a django.core.serializers.SerializerDoesNotExist exception. フィールドのサブセット ¶ If you on ... 釈 Depending on your model, you may find that it is not possible to deserialize a model that only serializ ... hat are required by a model, the deserializer will not be able to save deserialized instances. 継承された ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 5403
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... PostgreSQL and as a fixed length character field on other backends. There is a corresponding form field ... OND(6) on Oracle, and as a bigint of microseconds on other backends. Date and time related arithmetic has ... ompose complex SQL expressions. This has enabled annotate to accept expressions other than aggregates. Ag ... actions and savepoints. Database backends which do not support transactions, like MySQL with the MyISAM s ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
django.core.signing — Django 4.0.6 ドキュメント 5329
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lass BadSignature ( Exception ): """Signature does not match.""" pass class SignatureExpired ( BadSignatu ... the default Signer algorithm. If compress is True (not the default), check if compressing using zlib can ... aise ValueError ( "Unsafe Signer separator: %r (cannot be empty or consist of " "only A-z0-9-_=)" % sep , ... def unsign ( self , signed_value ): if self . sep not in signed_value : raise BadSignature ( 'No " %s " ...
https://man.plustar.jp/django/_modules/django/core/signing.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT