News




Django Software Foundation

Updates to Django

Today 'Updates to Django' is presented by Velda Kiara from Djangonaut Space!

Last week we had 20 pull requests merged into Django by 12 different contributors ๐ŸŽŠ!

Highlights of the changes made:

  • The contrib.postgres aggregates ordering argument has been deprecated in favor of order_by.
  • URLField values are now rendered as links in the Django admin.
  • A new JSONArray function has been added to django.db.models.functions, allowing users to construct JSON arrays. This function operates similarly to the existing JSONObject function.
  • The Django shell has been updated to auto-import models from your app. This enhancement allows users to subclass the shell for customized behavior and import additional elements. This contribution was from Salvo Polizzi a contributor from Google Summer of Code, thank you for your contribution to Django ๐ŸŽ‰!

Want to see what Djangonauts have been up to? Check out this PR review session

Django Newsletter  

Articles







Projects