検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 331 for using (0.059 sec.)
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 6175
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eys, potentially filling up the session store or causing other users' session records to be evicted. The bu ... newlines entering your data only exists if you are using these validators outside of the form fields. The u ... integer() function is now stricter as it validates using a regular expression instead of simply casting the ... value using int() and checking if an exception was raised. Den ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 6129
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se fieldsets ¶ The old fields syntax was quite confusing, and has been simplified. The old syntax still wor ... ation . URL ¶ Update your root urls.py ¶ If you're using the admin site, you need to update your root urls. ... ldforms module was also removed. If you're already using the newforms library, and you used our recommended ... s as forms New: from django import forms If you're using the old forms system (formerly known as django.for ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
テストツール — Django 4.0.6 ドキュメント 6083
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _type as application/json , the data is serialized using json.dumps() if it's a dict, list, or tuple. Seria ... ntents of data are sent as-is in the POST request, using content_type in the HTTP Content-Type header. cont ... As we explained above, the test runner is executed using a test database, which contains no users by defaul ... sers as part of the test suite -- either manually (using the Django model API) or with a test fixture. Reme ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 6047
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r writing class-based views . Built-in support for using Python's logging facilities . Contrib support for ... the django.utils.unittest module alias. If you are using Python 2.7, or you have installed unittest2 locall ... unning the Django test suite with runtests.py when using spatial database backends . MEDIA_URL and STATIC_U ... sessions. If you have an existing project that is using the database session backend, you don't have to do ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 6001
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pgrade for any development or deployment currently using or targeting Django 1.2. For full details on the n ... AJAX toolkits add an X-Requested-With header when using XMLHttpRequest. Browsers have strict same-origin p ... re has never completely worked as advertised. When using database backends that don't support transactions, ... or when using a TransactionTestCase, data that has been inserted ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 5955
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 空の値を保持します。デフォルトは False です。 Avoid using null on string-based fields such as CharField and ... choices to be dynamic, you're probably better off using a proper database table with a ForeignKey . choice ... e. See below for an example of subclassing choices using a more complex data type. If a tuple is not provid ... y to be expected in choices for a field. Note that using YearInSchool.SENIOR , YearInSchool['SENIOR'] , or ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 5955
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or newer as their default version. If you're still using Python 2.4, however, you'll need to stick to Djang ... er's time zone in templates and forms. Reasons for using this feature include: Customizing date and time di ... apps within the project are imported or referenced using the project name prefix (e.g. myproject.settings , ... ers . The built-in development server now supports using an externally-defined WSGI callable, which makes i ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 5910
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ariable. The upshot of this is that if you are not using {% load url from future %} in your templates, you' ... url myview %} to {% url "myview" %} . If you were using {% load url from future %} you can simply remove t ... or newer as their default version. If you're still using Python 2.5, however, you'll need to stick to Djang ... ve() has a new keyword argument update_fields . By using this argument it is possible to save only a select ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
設定 — Django 4.0.6 ドキュメント 5864
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dditional caches may also be specified. If you are using a cache backend other than the local memory cache, ... xes to the cookie jar corrupted on disk, thereby causing CSRF protection checks to (sometimes intermittentl ... n error view (such as PermissionDenied ) if you're using CSRF_USE_SESSIONS . See Middleware の順序 . CSRF_F ... sible settings file is for a single-database setup using SQLite. This can be configured using the following ...
https://man.plustar.jp/django/ref/settings.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 5864
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... protect a list, tuple, or dictionary you can do so using the sign_object() and unsign_object() methods: >>> ... n_object() and unsign_object() methods were added. Using the salt argument ¶ If you do not wish for every o ... se the optional salt argument to the Signer class. Using a salt will seed the signing hash function with bo ... Yz3SOZYBjFKllEOyVZNuUtM-I' ) {'message': 'Hello!'} Using salt in this way puts the different signatures int ...
https://man.plustar.jp/django/topics/signing.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT