Results of 1 - 10 of about 167 for instead (0.027 sec.)
- Django 1.8 リリースノート — Django 4.0.6 ドキュメント 12086
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
running migrate now respects the SITE_ID setting (instead of always using pk=1 ). キャッシュ ¶ The incr() me ...
connection_persists_old_columns feature as True . Instead, Oracle will now include a cache busting clause wh ...
-name allows giving the migration(s) a custom name instead of a generated one. The loaddata command now preve ...
QueryDict can now be instantiated with QueryDict() instead of QueryDict(None) or QueryDict('') . The GET and ...
-
https://man.plustar.jp/django/releases/1.8.html
- [similar]
- Django Deprecation Timeline — Django 4.0.6 ドキュメント 11202
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
aggregates will return None when there are no rows instead of [] , [] , and '' respectively. The USE_L10N set ...
ent.NoArgsCommand will be removed. Use BaseCommand instead, which takes no arguments by default. django.core. ...
use of dict and backend-dependent template objects instead of Context and Template respectively. The current_ ...
tions.OrderedDict from the Python standard library instead. ModelAdmin.declared_fieldsets will be removed. In ...
-
https://man.plustar.jp/django/internals/deprecation.html
- [similar]
- Django 1.5 release notes — Django 4.0.6 ドキュメント 9433
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ango 1.5 not be used in production under Python 3. Instead, use this opportunity to begin porting application ...
onger passes a params dictionary into the context, instead passing the variables from the URLconf directly in ...
these cases, should use the request.body attribute instead. request_finished signal ¶ Django used to send the ...
t. If you do, you should consider using middleware instead. 注釈 Some WSGI servers and middleware do not alwa ...
-
https://man.plustar.jp/django/releases/1.5.html
- [similar]
- Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 9138
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ntax still works, but you'll need to use fieldsets instead. Old (0.96): class ModelOne ( models . Model ): .. ...
of your URLs here ... ) ビュー ¶ Use django.forms instead of newforms ¶ Replace django.newforms with django. ...
ound in the model API documentation. Use Paginator instead of ObjectPaginator ¶ The ObjectPaginator in 0.96 h ...
and send signals via methods on the Signal object instead of through module methods in django.dispatch.dispa ...
-
https://man.plustar.jp/django/releases/1.0-porting-guide.html
- [similar]
- Django 2.2 リリースノート — Django 4.0.6 ドキュメント 8946
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
In older versions, models are created child tables instead the parent. inspectdb now introspects DurationFiel ...
removed. Third party database backends may need to instead implement DatabaseIntrospection.identifier_convert ...
two different names ('base' and 'alias'). Use this instead: import operator class A : ... alias = property ( ...
dashes, e.g. 550e8400-e29b-41d4-a716-446655440000 instead of 550e8400e29b41d4a716446655440000 . On SQLite, P ...
-
https://man.plustar.jp/django/releases/2.2.html
- [similar]
- Django 3.2 release notes — Django 4.0.6 ドキュメント 8844
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
is it was necessary to use the property() function instead after assigning the required attributes to the met ...
stored in HttpResponse.headers . This can be used instead of the original dict-like interface of HttpRespons ...
¶ Pagination links in the admin are now 1-indexed instead of 0-indexed, i.e. the query string for the first ...
page is ?p=1 instead of ?p=0 . The new admin catch-all view will break ...
-
https://man.plustar.jp/django/releases/3.2.html
- [similar]
- Django 1.10 リリースノート — Django 4.0.6 ドキュメント 8549
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
y apps which can now always use {% load static %} (instead of {% load staticfiles %} or {% load static from s ...
option lets you run a command as Django and exit, instead of opening the interactive shell. Added a warning ...
S, the Area aggregate function now returns a float instead of decimal.Decimal . (It's still wrapped in a meas ...
mpliant release candidate versions (e.g. '1.10rc1' instead of '1.10c1'). CSRF token values are now required t ...
-
https://man.plustar.jp/django/releases/1.10.html
- [similar]
- Django 1.7 release notes — Django 4.0.6 ドキュメント 8447
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
connection . cursor () as c : c . execute ( ... ) instead of: c = connection . cursor () try : c . execute ( ...
orage that doesn't use the cache system at all but instead a JSON file called staticfiles.json for storing th ...
on feed's updated element now utilizes updateddate instead of pubdate , allowing the published element to be ...
allows customization of the accepted URI schemes (instead of the defaults http(s) and ftp(s) ). validate_ema ...
-
https://man.plustar.jp/django/releases/1.7.html
- [similar]
- Django 1.9 リリースノート — Django 4.0.6 ドキュメント 8254
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
where the header is only populated on login pages instead of every request in the session. The django.contri ...
ollsConfig' , in INSTALLED_APPS for it to be used (instead of just 'polls' ). When using the PostgreSQL backe ...
tabase using the password from your settings file (instead of requiring it to be manually entered). The djang ...
ase backends that set it must register a converter instead, as explained above. The DatabaseOperations.value_ ...
-
https://man.plustar.jp/django/releases/1.9.html
- [similar]
- Django 4.0 release notes — Django 4.0.6 ドキュメント 8254
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
widget used for GeometryField . This is encouraged instead of deprecated GeoModelAdmin and OSMGeoAdmin . djan ...
l() and _create_unique_sql() methods is now fields instead of columns . django.contrib.gis ¶ Support for Post ...
include the scheme (e.g. 'http://' or 'https://' ) instead of only the hostname. Also, values that started wi ...
ty-Policy without allowing 'unsafe-inline' scripts instead. If you want to support legacy browsers and set th ...
-
https://man.plustar.jp/django/releases/4.0.html
- [similar]