Results of 1 - 10 of about 250 for have (0.021 sec.)
- システムチェックフレームワーク — Django 4.0.6 ドキュメント 9617
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
MySQL/MariaDB does not allow unique CharField s to have a max_length > 255. This check was changed to mysq ...
MySQL/MariaDB may not allow unique CharField s to have a max_length > 255. ファイルの管理 ¶ New in Django ...
rue or False . fields.E007 : Primary keys must not have null=True . fields.E008 : All validators must be c ...
ecimal_places . fields.E140 : FilePathField s must have either allow_files or allow_folders set to True. f ...
-
https://man.plustar.jp/django/ref/checks.html
- [similar]
- Django 1.7 release notes — Django 4.0.6 ドキュメント 9556
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
tion process for some features , and some features have reached the end of their deprecation process and h ...
re_syncdb and django.db.models.signals.post_syncdb have been deprecated, to be replaced by pre_migrate and ...
post_migrate respectively. These new signals have slightly different arguments. Check the documentat ...
less specifically requested . It is not advised to have apps without migrations depend on (have a ForeignK ...
-
https://man.plustar.jp/django/releases/1.7.html
- [similar]
- Django 1.8 リリースノート — Django 4.0.6 ドキュメント 8865
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
endpoints that aren't part of the new official API have been deprecated and will eventually be removed. Mu ...
features of the django-secure third-party library have been integrated into Django. django.middleware.sec ...
ser may access the site. Foreign key dropdowns now have buttons for changing or deleting related objects u ...
kwards compatible change will not affect users who have subclassed django.contrib.auth.hashers.PBKDF2Passw ...
-
https://man.plustar.jp/django/releases/1.8.html
- [similar]
- Django 1.2 リリースノート — Django 4.0.6 ドキュメント 8544
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
eatures in depth. Wherever possible these features have been introduced in a backwards-compatible manner p ...
lity policy policy. However, a handful of features have changed in ways that, for some users, will be back ...
ubclasses should be aware that a number of methods have had a change in prototype, detailed under get_db_p ...
s on Field , below. The internals of template tags have changed somewhat; authors of custom template tags ...
-
https://man.plustar.jp/django/releases/1.2.html
- [similar]
- Django 1.3 release notes — Django 4.0.6 ドキュメント 8163
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
nalogs of all the old function-based generic views have been provided, along with a completely generic vie ...
ct. A number of logging handlers and logging calls have been added to Django's own code as well -- most no ...
module alias. If you are using Python 2.7, or you have installed unittest2 locally, Django will map the a ...
om django.utils import unittest wherever you would have historically used: import unittest If you want to ...
-
https://man.plustar.jp/django/releases/1.3.html
- [similar]
- Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 7721
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
differently by the admin interface now. You don't have to worry about inline editing until you get to the ...
se new inline syntax ¶ The new edit_inline options have all been moved to admin.py . Here's an example: Ol ...
d our recommended import statement syntax, all you have to do is change your import statements. Old: from ...
nown as django.forms and django.oldforms ), you'll have to rewrite your forms. A good place to start is th ...
-
https://man.plustar.jp/django/releases/1.0-porting-guide.html
- [similar]
- Django 1.5 release notes — Django 4.0.6 ドキュメント 7661
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
. At this point, very few third-party applications have been ported to Python 3, so it's unlikely that a r ...
eal-world application will have all its dependencies satisfied under Python 3. Thu ...
n onto your User object, you can now do so. If you have a third-party reusable application that references ...
an iterator. Since StreamingHttpResponse does not have a content attribute, middleware that needs access ...
-
https://man.plustar.jp/django/releases/1.5.html
- [similar]
- Django 0.96 リリースノート — Django 4.0.6 ドキュメント 7531
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
lization of the features introduced in 0.95. There have been a few small backwards-incompatible changes si ...
However, we're also releasing 0.96 now because we have a set of backwards-incompatible changes scheduled ...
names Django generates for foreign key references have changed slightly. These names are generally only u ...
s in manage.py ¶ A few of the options to manage.py have changed with the addition of fixture support: Ther ...
-
https://man.plustar.jp/django/releases/0.96.html
- [similar]
- Triaging tickets — Django 4.0.6 ドキュメント 7340
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ac is a community-tended garden of the bugs people have found and the features people would like to see ad ...
ide all the required details . A number of tickets have patches, but those patches don't meet all the requ ...
ch . One way to help out is to triage tickets that have been created by other users. Most of the workflow ...
t one triager thought the feature would be good to have, but this alone does not represent a consensus vie ...
-
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html
- [similar]
- マイグレーション — Django 4.0.6 ドキュメント 7280
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
nly way it can reconstruct a field correctly is to have all the changes in the history, and you might need ...
correct will be. Apps without migrations must not have relations ( ForeignKey , ManyToManyField , etc.) t ...
version of that app's tables. Usually an app will have one initial migration, but in some cases of comple ...
x model interdependencies it may have two or more. Initial migrations are marked with an ...
-
https://man.plustar.jp/django/topics/migrations.html
- [similar]