Django Meta: Documentation Guidelines Unsupported versions don't need special mention

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

Example

It is unlikely that someone uses an unsupported version of Django, and at his own risks. If ever someone does, it must be his concern to know if a feature exists in the given version.

Considering the above, it is useless to mention specificities of an unsupported version.

1.6

This kind of block is useless because no sane person uses Django < 1.6.

1.8

This kind of block is useless because no sane person uses Django < 1.8.

This also goes for topics. At the time of writing this example, Class based views states supported versions are 1.3-1.9. We can safely assume this is actually equivalent to All versions. This also avoids upgrading all topics supported versions every time a new version is released.

Current supported versions are: 1.81 1.92 1.101

  1. Security fixes, data loss bugs, crashing bugs, major functionality bugs in newly-introduced features, and regressions from older versions of Django.
  2. Security fixes and data loss bugs.


Got any Django Question?