検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 257 for which (0.086 sec.)
Unicode data — Django 4.0.6 ドキュメント 5377
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s this internally when processing form input data, which might not be UTF-8 encoded.) The strings_only para ... handling ¶ Web frameworks have to deal with URLs (which are a type of IRI). One requirement of URLs is tha ... : The django.utils.encoding.iri_to_uri() function, which implements the conversion from IRI to URI as requi ... Django provides django.utils.encoding.uri_to_iri() which implements the conversion from URI to IRI as per R ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 1.6.5 release notes — Django 4.0.6 ドキュメント 5377
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ts did not correctly validate some malformed URLs, which are accepted by some browsers. This allows a user ... ormed URLs, such as http:\\\\\\djangoproject.com , which are accepted by some browsers with more liberal UR ... data fetched by select_related() in certain cases which could cause minor performance regressions ( #22508 ...
https://man.plustar.jp/django/releases/1.6.5.html - [similar]
Signals — Django 4.0.6 ドキュメント 5377
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... » Signals ¶ Django includes a "signal dispatcher" which helps decoupled applications get notified when act ... ス] ¶ パラメータ: receiver -- The callback function which will be connected to this signal. See Receiver fun ... inished , it's documented as sending no arguments, which means we might be tempted to write our signal hand ... custom signals Signals are implicit function calls which make debugging harder. If the sender and receiver ...
https://man.plustar.jp/django/topics/signals.html - [similar]
Triaging tickets — Django 4.0.6 ドキュメント 5318
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ts should be classified into components indicating which area of the Django codebase they belong to. This m ... bute is used to identify blockers, that is, issues which should get fixed before releasing the next version ... ssible to use the version attribute to indicate in which version the reported bug was identified. UI/UX ¶ T ... tickets, we keep all the discussion in one place, which helps everyone. worksforme Used when the ticket do ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 5318
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ages, that you want to store in a database but for which you don't want to develop a custom Django applicat ... hat template a single context variable, flatpage , which is the flatpage object. It uses RequestContext in ... t apply any view middleware methods. Only requests which are successfully routed to a view via normal URL r ... pages are represented by a standard Django model , which lives in django/contrib/flatpages/models.py . You ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 5318
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... an application in INSTALLED_APPS , it must declare which app it belongs to: app_label = 'myapp' If you want ... uld contain '%(app_label)s' and '%(model_name)s' , which are replaced respectively by the name of the appli ... get_next_in_order() and get_previous_in_order() , which can be used to access those objects in their prope ... tring is a field name with an optional "-" prefix, which indicates descending order. Fields without a leadi ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
Django 1.10.3 release notes — Django 4.0.6 ドキュメント 5318
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n, this is at least a cross-site scripting vector, which could be quite serious if developers load a copy o ... lopment or connect to some production services for which there's no development instance, for example. If a ... r , then the attacker could execute arbitrary SQL, which could be especially bad if the developers connect ...
https://man.plustar.jp/django/releases/1.10.3.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 5318
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ge may be run as a script, i.e. python -m django , which will behave the same as django-admin . Management ... now marked with an initial = True class attribute which allows migrate --fake-initial to more easily detec ... ow supports specifying the starting migration from which migrations will be squashed. モデル ¶ QuerySet.bul ... tabase functions. Added the Now database function, which returns the current date and time. Transform is no ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 5318
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng. It's used to optimize Django's own test suite, which contains hundreds of models but no relations betwe ... steners to post_migrate . Considering the order in which tests are executed , this isn't an issue, provided ... r ¶ This is the class of the low-level test runner which is used to execute the individual tests and format ... is not the same type of class as DiscoverRunner , which covers a broader set of responsibilities. You can ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 5258
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng your Field subclass, first give some thought to which existing Field class your new field is most simila ... If not, you should subclass the Field class, from which everything is descended. 新しいフィールドの初期化は ... t is. In addition to providing a docstring for it, which is useful for developers, you can also allow users ... ld description is interpolated with field.__dict__ which allows the description to incorporate arguments of ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT