検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 155 for Added (0.048 sec.)
Django 1.6 release notes — Django 4.0.6 ドキュメント 7864
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Python 3.4 is not supported, but support will be added in Django 1.7. What's new in Django 1.6 ¶ Simplifi ... e any other JS framework. check management command added for verifying compatibility ¶ A check management c ... ommand was added, enabling you to verify if your current configurat ... is more than one ordered value to compare against. Added earliest() for symmetry with latest() . In additio ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 7691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 6.5 (previously 3.20.1). django.contrib.sessions ¶ Added the SESSION_COOKIE_SAMESITE setting to set the Sam ... のタイムアウトが更新されるようになりました。 CSRF ¶ Added the CSRF_COOKIE_SAMESITE setting to set the SameSi ... accept="image/*" . 国際化 (internationalization) ¶ Added the get_supported_language_variant() function. Unt ... o subclassed command's options. マイグレーション ¶ Added support for serialization of functools.partialmeth ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7193
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ies' ) . all () New system check framework ¶ We've added a new System check framework for detecting common ... ow for chaining. After the year transform has been added to DateField it is possible to filter on the trans ... metadata were discarded as soon as the errors were added to Form.errors . Form.errors and django.forms.util ... bstractBaseUser.get_session_auth_hash() method was added and if your AUTH_USER_MODEL inherits from Abstract ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 7193
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eased from 36,000 to 100,000. django.contrib.gis ¶ Added MySQL support for the AsGeoJSON function, GeoHash ... d function, isvalid lookup, and distance lookups . Added the Azimuth and LineLocatePoint functions, support ... ometry imported from GeoJSON now has its SRID set. Added the OSMWidget.default_zoom attribute to customize ... be in INSTALLED_APPS ). django.contrib.sitemaps ¶ Added the protocol keyword argument to the GenericSitema ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
Django 1.8.4 リリースノート — Django 4.0.6 ドキュメント 7111
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n SESSION_SAVE_EVERY_REQUEST is active. Bugfixes ¶ Added the ability to serialize values from the newly add ... ed UUIDField ( #25019 ). Added a system check warning if the old TEMPLATE_* setti ...
https://man.plustar.jp/django/releases/1.8.4.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7019
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nism to handle the deprecation of model fields was added. The RunPython.noop() and RunSQL.noop class method ... /attribute were added to ease in making RunPython and RunSQL operations ... e that specifies the current Django version is now added to the pickled state of models and querysets, and ... t version than the one in which they were pickled. Added Model.from_db() which Django uses whenever objects ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Signals — Django 4.0.6 ドキュメント 6938
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ます。 "pre_add" Sent before one or more objects are added to the relation. "post_add" Sent after one or more ... objects are added to the relation. "pre_remove" Sent before one or m ... modified). model The class of the objects that are added to, removed from or cleared from the relation. pk_ ... of primary key values that will be, or have been, added to the relation. This may be a subset of the value ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Django 1.11.2 リリースノート — Django 4.0.6 ドキュメント 6938
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ind to port zero change in Django 1.11. Bugfixes ¶ Added detection for GDAL 2.1 and 2.0, and removed detect ... on.CallableBool ( #28230 ). Relaxed the validation added in Django 1.11 of the fields in the defaults argum ... ). Moved the ImageField file extension validation added in Django 1.11 from the model field to the form fi ...
https://man.plustar.jp/django/releases/1.11.2.html - [similar]
Django 1.11.5 リリースノート — Django 4.0.6 ドキュメント 6857
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... it hash at the end (new in GEOS 3.6.2) ( #28441 ). Added compatibility for cx_Oracle 6 ( #28498 ). Fixed se ... d trigger names to use the pre-1.11 naming scheme. Added POST request support to LogoutView , for equivalen ... n , update , debug , technical , scheme , naming , Added , sequence クイック検索 Last update: 2022年6月01日 ...
https://man.plustar.jp/django/releases/1.11.5.html - [similar]
Django のリリースプロセス — Django 4.0.6 ドキュメント 6776
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ります。 X.0 X.1 X.2 LTS Y.0: Drop deprecation shims added in X.0 and X.1. Y.1: Drop deprecation shims added ... LTS to LTS upgrades). Z.0: Drop deprecation shims added in Y.0 and Y.1. See also the Deprecating a feature ... 1 and 5.2. At this point in time: Features will be added to the development main branch, to be released as ... gn. Major features for an upcoming release will be added to the wiki roadmap page, e.g. https://code.django ...
https://man.plustar.jp/django/internals/release-process.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT