検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 185 for objects (0.060 sec.)
Django 1.5.3 release notes — Django 4.0.6 ドキュメント 4852
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ile JSON serialization does not support all Python objects like pickle does, we highly recommend switching to ...
https://man.plustar.jp/django/releases/1.5.3.html - [similar]
Django 2.0.2 リリースノート — Django 4.0.6 ドキュメント 4852
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sion where a queryset that annotates with geometry objects crashes ( #29054 ). Fixed a regression where contr ...
https://man.plustar.jp/django/releases/2.0.2.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 4852
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odel ): data = models . JSONField () ContactInfo . objects . create ( data = { 'name' : 'John' , 'cities' : [ ... { 'dogs' : [ 'Rufus' , 'Meg' ]}, }) ContactInfo . objects . filter ( data__name = 'John' , data__pets__has_k ... QuerySet.bulk_create() now sets the primary key on objects when using MariaDB 10.5+. The DatabaseOperations.s ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 4852
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pps . get_model ( 'auth' , 'User' ) users = User . objects . filter ( password__startswith = 'sha1$' ) hasher ... 't applied at the model level, for example in User.objects.create_user() and create_superuser() , because we ... ( validator_config ) ¶ Returns a set of validator objects based on the validator_config parameter. By defaul ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
テストツール — Django 4.0.6 ドキュメント 4852
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t up data for the whole TestCase cls . foo = Foo . objects . create ( bar = "Test" ) ... def test1 ( self ): ... 化のメリットはなくなります。 Changed in Django 3.2: Objects assigned to class attributes in setUpTestData() mu ... test methods. In previous versions of Django these objects were reused and changes made to them were persiste ... ager: with self . assertNumQueries ( 2 ): Person . objects . create ( name = "Aaron" ) Person . objects . cre ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
索引 — Django 4.0.6 ドキュメント 4830
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... min のメソッド) changed_data (Form の属性) changed_objects (models.BaseModelFormSet の属性) changefreq (Sitem ... ッド) delete_view() (ModelAdmin のメソッド) deleted_objects (models.BaseModelFormSet の属性) DeleteModel (djan ... t_deferred_fields() (Model のメソッド) get_deleted_objects() (ModelAdmin のメソッド) get_deletion_widget() (B ... odelAdmin の属性) Model.DoesNotExist Model.MultipleObjectsReturned model_class() (ContentType のメソッド) Mod ...
https://man.plustar.jp/django/genindex.html - [similar]
Django への初めてのパッチを書く — Django 4.0.6 ドキュメント 4830
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 71,3 +271,12 @@ This example is equivalent to:: my_objects = list(MyModel.objects.filter(published=True)) if ... not my_objects: raise Http404("No MyModel matches the given query ...
https://man.plustar.jp/django/intro/contributing.html - [similar]
contrib packages — Django 4.0.6 ドキュメント 4830
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o installation. It gives you hooks for associating objects to one or more sites. See the sites documentation ...
https://man.plustar.jp/django/ref/contrib/index.html - [similar]
Django 1.10.3 release notes — Django 4.0.6 ドキュメント 4830
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Set.bulk_create() on PostgreSQL when the number of objects is a multiple plus one of batch_size ( #27385 ). P ...
https://man.plustar.jp/django/releases/1.10.3.html - [similar]
Django 1.2.4 release notes — Django 4.0.6 ドキュメント 4830
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... b.admin , supports filtering of displayed lists of objects by fields on the corresponding models, including a ...
https://man.plustar.jp/django/releases/1.2.4.html - [similar]