検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 105 for output (0.053 sec.)
GeoJSON Serializer — Django 4.0.6 ドキュメント 6912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... For example, you cannot use loaddata to reload the output produced by this serializer. If you plan to reload ... the outputted data, use the plain json serializer instead. In ... etry_field = 'point' , fields = ( 'name' ,)) Would output: { 'type' : 'FeatureCollection' , 'crs' : { 'type' ...
https://man.plustar.jp/django/ref/contrib/gis/serializers.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6758
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... irectories it searched. See findstatic for example output. django.contrib.syndication ¶ The Atom1Feed syndic ... or checkbox includes an id_for_label attribute to output the element's ID. The <textarea> tags rendered by ... in disables the colorization of management command output. The new dumpdata --natural-foreign and dumpdata - ... Management commands can now produce syntax colored output under Windows if the ANSICON third-party tool is i ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
How to integrate Django with a legacy database — Django 4.0.6 ドキュメント 6604
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... trospecting an existing database. You can view the output by running this command: $ python manage.py inspec ... tdb Save this as a file by using standard Unix output redirection: $ python manage.py inspectdb > models ...
https://man.plustar.jp/django/howto/legacy-databases.html - [similar]
Signals — Django 4.0.6 ドキュメント 6604
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ich listen for pre_migrate should adjust what they output to the screen based on the value of this argument. ... in Django 4.0. A stream-like object where verbose output should be redirected. using The alias of database ... ch listen for post_migrate should adjust what they output to the screen based on the value of this argument. ... in Django 4.0. A stream-like object where verbose output should be redirected. using The database alias use ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6604
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y CommandError ) is propagated. Moreover, when you output errors or messages in your custom commands, you sh ... rite('error') (see the note on management commands output ). The dumpdata management command outputs one row ... lates in the root templates directory. Django will output some basic error messages for both situations when ... er, which by default requires DEBUG to be True for output to be generated. The result is that DeprecationWar ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
アグリゲーション — Django 4.0.6 ドキュメント 6604
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cts . aggregate ( ... price_diff = Max ( 'price' , output_field = FloatField ()) - Avg ( 'price' )) { 'price ... results will be merged into a single result in the output of the query; the average will be computed as the ... e only constrains the fields that are generated on output. For example, if we reverse the order of the value ... average_rating annotation will be returned in the output data. You should also note that average_rating has ...
https://man.plustar.jp/django/topics/db/aggregation.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 6604
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... x, with exactly known inputs, testing for specific outputs. The API for the RequestFactory is a slightly res ... ation that will be printed to the console; 0 is no output, 1 is normal output, and 2 is verbose output. If i ... s . If debug_sql is True , failing test cases will output SQL queries logged to the django.db.backends logge ... If verbosity is 2 , then queries in all tests are output. test_name_patterns can be used to specify a set o ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 6462
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a can now read from stdin . The new diffsettings --output option allows formatting the output in a unified d ... ytestrings should only be encountered around input/output boundaries (handling of binary fields or HTTP stre ... kept as integers in JavaScript and JSON i18n view outputs. assertNumQueries() now ignores connection config ... itance of RuntimeWarning . Renamed BaseExpression._output_field to output_field . You may need to update cus ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 6462
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hecks were performed. Support for colored terminal output on Windows is updated. Various modern terminal env ... Value() expression now automatically resolves its output_field to the appropriate Field subclass based on t ... uid.UUID instances. As a consequence, resolving an output_field for database functions and combined expressi ... sing Value() . You will need to explicitly set the output_field in such cases. The new QuerySet.alias() meth ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
django.utils.text — Django 4.0.6 ドキュメント 6385
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ey break the line. Don't wrap long words, thus the output text may have lines longer than ``width``. """ def ... vel = 6 , fileobj = buf , mtime = 0 ) as zfile : # Output headers... yield buf . read () for item in sequenc ... supports escaping quotes with backslashes. In the output, strings will keep their initial and trailing quot ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT