検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 219 for list (0.047 sec.)
Django 3.0.5 リリースノート — Django 4.0.6 ドキュメント 5174
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n in Django 3.0 where QuerySet.values() and values_list() crashed if a queryset contained an aggregation a ... , トピック , previous , up , next , ドキュメント , list , crashed , queryset クイック検索 Last update: 202 ...
https://man.plustar.jp/django/releases/3.0.5.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 5132
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... atus_code , 200 ) and the settings file includes a list of the domains supported by the project: ALLOWED_H ... their own settings file or for projects where the list of domains is not static (e.g., subdomains for mul ... 数に比例して増大します。 Setting available_apps to a list of applications instructs Django to behave as if o ... fter a TestCase : it's missing the rows created by listeners to post_migrate . Considering the order in wh ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
django.utils.encoding — Django 4.0.6 ドキュメント 5091
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... only (e.g. '/I%20%E2%99%A5%20Django/'). """ # The list of safe characters here is constructed from the "r ... the ~ safe. # The % character is also added to the list of safe characters here, as the # end of section 3 ... rn quote ( iri , safe = "/#%[]=:;$&()+,!?*@'~" ) # List of byte values that uri_to_iri() decodes from perc ... _" | "." | "!" | "~" | "*" | "'" | "(" | ")" # The list of safe characters here is constructed subtracting ...
https://man.plustar.jp/django/_modules/django/utils/encoding.html - [similar]
Single object mixins — Django 4.0.6 ドキュメント 5091
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ld brute-force guess all URLs; thereby obtaining a list of all objects in the application. If users with a ... al objects should be prevented from obtaining this list, setting query_pk_and_slug to True will help preve ... は _detail です。 get_template_names () ¶ Returns a list of candidate template names. Returns the following ... list: the value of template_name on the view (if provid ...
https://man.plustar.jp/django/ref/class-based-views/mixins-single-object.html - [similar]
Signals — Django 4.0.6 ドキュメント 5091
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e the built-in signal documentation for a complete list, and a complete explanation of each signal. You ca ... fine and send your own custom signals ; see below. Listening to signals ¶ To receive a signal, register a ... l ) [ソース] ¶ パラメータ: signal -- A signal or a list of signals to connect a function to. Here's how yo ... size ) ... Both send() and send_robust() return a list of tuple pairs [(receiver, response), ... ] , repr ...
https://man.plustar.jp/django/topics/signals.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 5091
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gned ) >>> original '2.5' If you wish to protect a list, tuple, or dictionary you can do so using the sign ... t timestamp, and sign complex data structure (e.g. list, tuple, or dictionary). unsign_object ( signed_obj ... complex data structures ¶ If you wish to protect a list, tuple or dictionary you can do so using the Signe ... re of JSON (there is no native distinction between lists and tuples) if you pass in a tuple, you will get ...
https://man.plustar.jp/django/topics/signing.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 5049
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... iting the commit history of a pull request, the goal is to make Django's commit history as usable as possi ... commit adds some code and a second commit fixes stylistic issues introduced in the first commit, those com ... ferent commits by logical grouping: if you do a stylistic cleanup at the same time as you do other changes ... e bring things up on the django-developers mailing list before making the change. If you bring something u ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 5049
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... create something. The important thing in a tutorial is to help the reader achieve something useful, prefe ... ontain something like this: You can access a :ref:`listing of all available settings <available-settings> ... `. For a list of deprecated settings see :ref: `deprecated-setti ... ing :: ADMINS ADMINS ====== Default: ``[]`` (Empty list) A list of all the people who get code error notif ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
Organization of the Django Project — Django 4.0.6 ドキュメント 5049
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on in discussions on the django-developers mailing list or the Django forum . Reviewing and offering feedb ... appropriate venue -- the django-developers mailing list and the Django forum to announce the election and ... ter of candidates to the django-developers mailing list and the Django forum , and the election begin. The ... retary of the DSF to the django-developers mailing list and the Django Forum. The five candidates with the ...
https://man.plustar.jp/django/internals/organization.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 5049
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d" ) as "field_lower" See Database Functions for a list of built-in database functions. The Func API is as ... ribute that denotes the character used to join the list of expressions together. Defaults to ', ' . arity ... function. Returns a tuple (sql, params) , where sql is the SQL string, and params is the list or tuple of ... would escape them. The *expressions argument is a list of positional expressions that the function will b ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]