検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 143 for since (0.026 sec.)
Unit tests — Django 4.0.6 ドキュメント 6172
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er versions of Python and other database backends. Since Django's test suite doesn't bundle a settings file ... ncludes a set of JavaScript unit tests for functions in certain contrib apps. The JavaScript tests aren't r ... test point release of a supported Python version , since there are often bugs in earlier versions that may ... _labels , attr_name = None , kwarg_name = None ) ¶ Since this pattern involves a lot of boilerplate, Django ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 6172
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ifestStaticFilesStorage. max_post_process_passes ¶ Since static files might reference other static files th ... iles by using the collectstatic management command Since creating the MD5 hash can be a performance burden ... ( r'^static/' ) should be your STATIC_URL setting. Since this is a bit finicky, there's also a helper funct ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
Django 1.10.8 release notes — Django 4.0.6 ドキュメント 6172
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lnerability shouldn't affect most production sites since you shouldn't run with DEBUG = True (which makes t ...
https://man.plustar.jp/django/releases/1.10.8.html - [similar]
django.utils.encoding — Django 4.0.6 ドキュメント 6018
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... from section 3.1 of RFC 3987, slightly simplified since the input is assumed to be a string rather than an ... : # CVE-2019-14235: A recursion shouldn't be used since the exception # handling uses massive amounts of m ...
https://man.plustar.jp/django/_modules/django/utils/encoding.html - [similar]
django.utils.safestring — Django 4.0.6 ドキュメント 6018
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... afeText = SafeString # For backwards compatibility since Django 2.0. def _safety_decorator ( safety_marker ...
https://man.plustar.jp/django/_modules/django/utils/safestring.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 6018
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... list below), but we ensure it has a fixed length, since it only needs to hold 52 card values plus their su ... ption. Converting Python objects to query values ¶ Since using a database requires conversion in both ways, ... field's value prior to serialization. For example, since HandField uses strings for its data storage anyway ... ed above. Cache file attributes wherever possible. Since files may be stored in remote storage systems, ret ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6018
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... option in your local development environment, but since your local development settings module may not hav ... primary key in the serialized data of this object since it can be calculated during deserialization. --pks ... nores fields and models that may have been removed since the fixture was originally generated. --app APP_LA ... or post_save signals will be called with raw=True since the instance only contains attributes that are loc ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 6018
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... usually recommend allowing null=True for CharField since this allows the field to have two "empty values", ... Value(None) to expression1 is prohibited on Oracle since Oracle doesn't accept NULL as the first argument. ... d DateTimeField as __(lookup_name) , e.g. __year . Since DateField s don't have a time component, only Extr ... utput_field of either DateField or DateTimeField . Since DateField s don't have a time component, only Trun ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 6018
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ve been a few small backwards-incompatible changes since 0.95, but the upgrade process should be fairly sim ... rking with hashed passwords in the admin. Thanks ¶ Since 0.95, a number of people have stepped forward and ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6018
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the first shift in our Python compatibility policy since Django's initial public debut. Previous Django rel ... change also applies to other decorators introduced since 1.1, including csrf_protect , cache_control and an ... ementing a public method named get_all_members() . Since this could easily lead to name clashes, it has bee ... ackend ¶ The psycopg1 library has not been updated since October 2005. As a result, the postgresql database ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT