検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 185 for objects (0.128 sec.)
Django 1.7.7 release notes — Django 4.0.6 ドキュメント 4830
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ass would cause incorrect state to be recorded for objects that referenced the superclass ( #24354 ). Stopped ...
https://man.plustar.jp/django/releases/1.7.7.html - [similar]
Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 4830
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Bugfixes ¶ Added support for serializing timedelta objects in migrations ( #24566 ). Restored proper parsing ...
https://man.plustar.jp/django/releases/1.8.1.html - [similar]
Django 1.8.2 リリースノート — Django 4.0.6 ドキュメント 4830
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dly filter out results ( #24766 ). Fixed negated Q objects in expressions. Cases like Case(When(~Q(friends__a ...
https://man.plustar.jp/django/releases/1.8.2.html - [similar]
Django 1.8.7 リリースノート — Django 4.0.6 ドキュメント 4830
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n in 1.8.6 by restoring the ability to use Manager objects for the queryset argument of ModelChoiceField ( #2 ...
https://man.plustar.jp/django/releases/1.8.7.html - [similar]
Django 1.9.1 リリースノート — Django 4.0.6 ドキュメント 4830
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lete confirmation page's summary counts of related objects ( #25883 ). Added from __future__ import unicode_l ...
https://man.plustar.jp/django/releases/1.9.1.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 4797
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ou write a custom filter that operates on datetime objects, you'll usually register it with the expects_local ... er() method. A compiled template is a list of Node objects. When you call render() on a compiled template obj ... go.template.NodeList , which is a list of all Node objects that the parser encountered ''before'' it encounte ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
How to integrate Django with a legacy database — Django 4.0.6 ドキュメント 4797
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... data via the Django database API, and try editing objects via Django's admin site, and edit the models file ...
https://man.plustar.jp/django/howto/legacy-databases.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 4797
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .to.settings i18n.tests.TranslationTests.test_lazy_objects ...\> runtests.py --settings=path.to.settings i18n ... .tests.TranslationTests.test_lazy_objects You can run tests starting at a specified top-leve ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
The Django admin documentation generator — Django 4.0.6 ドキュメント 4797
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mplate.html` """ context = { 'mymodel' : MyModel . objects . get ( slug = slug )} return render ( request , ' ...
https://man.plustar.jp/django/ref/contrib/admin/admindocs.html - [similar]
GeoDjango Forms API — Django 4.0.6 ドキュメント 4797
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... an OpenStreetMap base layer to display geographic objects on. Attributes are: template_name ¶ gis/openlayers ...
https://man.plustar.jp/django/ref/contrib/gis/forms-api.html - [similar]