検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 257 for which (0.027 sec.)
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 9284
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... so provides a convenience function -- reverse() -- which performs this process in the opposite direction. T ... n takes information about a view and returns a URL which would invoke that view. Use of reverse() is encour ... ollowing conditions: One or more views are present which construct a URL based on user input (commonly, a " ... acker to exist on the server's Python import path, which perform code execution with side effects on import ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Date-based mixins — Django 4.0.6 ドキュメント 8936
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r the year, as a string. By default, set to None , which means the year will be determined using other mean ... mat by default. get_year () ¶ Returns the year for which this view will display data, as a string. Tries th ... the month, as a string. By default, set to None , which means the month will be determined using other mea ... t by default. get_month () ¶ Returns the month for which this view will display data, as a string. Tries th ...
https://man.plustar.jp/django/ref/class-based-views/mixins-date-based.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 8936
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... so provides a convenience function -- reverse() -- which performs this process in the opposite direction. T ... n takes information about a view and returns a URL which would invoke that view. Use of reverse() is encour ... ollowing conditions: One or more views are present which construct a URL based on user input (commonly, a " ... acker to exist on the server's Python import path, which perform code execution with side effects on import ...
https://man.plustar.jp/django/releases/1.4.11.html - [similar]
Django 1.5.6 release notes — Django 4.0.6 ドキュメント 8936
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... so provides a convenience function -- reverse() -- which performs this process in the opposite direction. T ... n takes information about a view and returns a URL which would invoke that view. Use of reverse() is encour ... ollowing conditions: One or more views are present which construct a URL based on user input (commonly, a " ... acker to exist on the server's Python import path, which perform code execution with side effects on import ...
https://man.plustar.jp/django/releases/1.5.6.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 8648
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 00 : Field defines a relation with model <model> , which is either not installed, or is abstract. fields.E3 ... ines a relation with the model <app_label>.<model> which has been swapped out. fields.E302 : Reverse access ... es a many-to-many relation through model <model> , which has not been installed. fields.E332 : Many-to-many ... but it has more than two foreign keys to <model> , which is ambiguous. You must specify which two foreign k ...
https://man.plustar.jp/django/ref/checks.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 7902
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a Django version that is different than the one in which it was pickled. QuerySet API ¶ これが QuerySet の正 ... sed value removes redundant work from the database which should result in better performance. For example, ... ¶ Use the reverse() method to reverse the order in which a queryset's elements are returned. Calling revers ... se() should generally only be called on a QuerySet which has a defined ordering (e.g., when querying agains ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7902
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gration files that represent the model changes and which can be run on any development, staging or producti ... one . Previously, they used the browser time zone, which could result in saving the wrong value when it did ... rd since the form can guess from the context (i.e. which method raised the exception) where the errors belo ... . This new API replaces manipulating Form._errors which now becomes a private API. See 互いに依存するフィー ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Form fields — Django 4.0.6 ドキュメント 7733
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ey work. Each Field instance has a clean() method, which takes a single argument and either raises a django ... ror . For CharField , this will return empty_value which defaults to an empty string. For other Field class ... his is when you want to display an "empty" form in which a field is initialized to a particular value. For ... valid_choice error message may contain %(value)s , which will be replaced with the selected choice. Takes o ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 7554
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... operability with third-party libraries and systems which may or may not handle Unicode gracefully. Details ... Django's object-relational mapper -- the component which provides the mapping between Django model classes ... and your database, and which mediates your database queries -- has been dramati ... hon , an implementation of Python written in Java, which runs Python code on the Java Virtual Machine. Djan ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 7504
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n. --database DATABASE ¶ Specifies the database in which the cache table(s) will be created. Defaults to de ... --database DATABASE ¶ Specifies the database onto which to open a shell. Defaults to default . -- ARGUMENT ... , -a ¶ Uses Django's base manager, dumping records which might otherwise be filtered or modified by a custo ... tion spaces to use in the output. Defaults to None which displays all data on single line. --exclude EXCLUD ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT