Sie sind auf Seite 1von 1

What is the latest release of Django framework? What are the new features in the new release?

Ans. Django’s latest official stable version is Django 2.2, it’s the LTS version and will get
support by the official community until the year 2022.

There are features related to admin, auth and other built-in applications and models, views and
more.

Some new features are:

 NullIf and Reverse database functions


 Many math database functions
 New HttpRequest.headers object which provides access to all HTTP-prefixed headers
 Now supports operator classes for Postgre SQL database
 Supports partial indexes
 New attribute ResolverMatch.route will store the route of matching URL pattern

There were some of the major features of Django 2.2 version.

Das könnte Ihnen auch gefallen