検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 176 for None (0.109 sec.)
django.core.exceptions — Django 4.0.6 ドキュメント 4879
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng data.""" def __init__ ( self , message , code = None , params = None ): """ The `message` argument can ...
https://man.plustar.jp/django/_modules/django/core/exceptions.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 4879
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , JSONBAgg , and StringAgg aggregates will return None when there are no rows instead of [] , [] , and '' ... go.utils.translation.LANGUAGE_SESSION_KEY ). alias=None will be required in the signature of django.db.mod ... Mixin.__init__() will be required and won't accept None . The providing_args argument for django.dispatch. ... ) to allow_migrate(self, db, app_label, model_name=None, **hints) . Support for the syntax of {% cycle %} ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 4879
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rrayField ¶ class ArrayField ( base_field , size = None , ** options ) ¶ A field for storing lists of data ... should be made nullable and the values padded with None . Querying ArrayField ¶ There are a number of cust ... rings, and values may be either strings or nulls ( None in Python). To use this field, you'll need to: Add ... jects . create ( name = 'Pub trip' , ages = ( 21 , None ), start = now - datetime . timedelta ( days = 1 ) ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 4879
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( models . Model ): ... class Admin : fields = ( ( None , { 'fields' : ( 'foo' , 'bar' )}), ) class ModelT ... receive signals sent by any sender by using sender=None Make any custom signals you've declared into insta ... ack, sig, sender=Any) sig.connect(callback, sender=None) コメント ¶ If you were using Django 0.96's django ... evel functions have been renamed and/or relocated. None of these were documented, but you'll need to chang ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 4879
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... av_color' in request.session get ( key , default = None ) ¶ 例: fav_color = request.session.get('fav_color ... en the user's web browser is closed. もし value が None ならば、セッションはグローバルなセッション有効期限 ... 情報を datetime オブジェクト、 int (秒数で)、または None として与えます。デフォルトの値は、もしあれば、セッ ... に保存されている set_expiry() で得られる値、なければ None です。 注釈 This method is used by session backend ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
django — Django 4.0.6 ドキュメント 4857
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pt_prefix ( "/" if settings . FORCE_SCRIPT_NAME is None else settings . FORCE_SCRIPT_NAME ) apps . populat ...
https://man.plustar.jp/django/_modules/django.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 4857
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e an empty FormSet , don't pass in the data or use None : >>> formset = ArticleFormSet () >>> formset = Ar ... ticleFormSet ( data = None ) Callables in templates ¶ Previously, a callable ... inactive users will receive the same message as a nonexistent account. Password reset view now accepts fr ... plates rendered in generating the response: either None, a single Template object, or a list of Template o ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 4857
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gression in 1.7.1 when STATIC_ROOT has the default None value ( #23717 ). Added GeoDjango compatibility wi ... ion error with MySQL backend when db_type returned None ( #23761 ). Fixed a migration crash when a field i ... iple table inheritance and inheriting from more than one model ( #23956 ). Fixed a crash when a MultiValue ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 4823
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , data_source , mapping , layer = 0 , source_srs = None , encoding = None , transaction_mode = 'commit_on_ ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 4823
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... セットされます。また null=True の場合 empty_value が None にセットされます。 DateField DateField DateTimeFie ... # Create and save the new author instance. There's no need to do anything else. >>> new_author = f . save ... ited from a parent class by setting the name to be None on the subclass. You can only use this technique t ... >>> AuthorFormSet ( queryset = Author . objects . none ()) フォームを変更する ¶ By default, when you use ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 NEXT