is there any security risk if I use lower version of django?

Hello I have an question. Is there any security risk if If I use lower version of django like 2.0 or 2.2 ? is it good to stick with one specific version of django? what happen if never upgrade django version? am I fall any security risk like hacking for using lower version of django?

There’s a security risk if you’re running a version that is out of support. If you look at the Download page, you’ll see the diagram showing how long each release is considered supported. You really want to stay within the supported versions - which right now means nothing earlier than v2.2.

1 Like

For a little more concrete info, check out the recent release posts and notes on the blog:

https://www.djangoproject.com/weblog/

You’ll see what security problems were fixed in recent versions, which haven’t been backported to unsupported versions like 2.0.

2 Likes