News



Django Software Foundation

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

Last week we had 14 pull requests merged into Django by 11 different contributors - including 3 first-time contributors! Congratulations to Juan Pablo Mallarino, Ben Cardy, and amansharma612 for having their first commits merged into Django - welcome on board!🎉

Here are some highlights from the recent updates coming to Django 5.2:

  • The migrate and runserver commands now respect the requires_system_checks override, running only the checks tagged with the specified tags. A new hook, get_check_kwargs(), allows for further customization.
  • django.urls.reverse has been enhanced to support query strings and URL fragments, offering more flexibility when generating URLs with additional parameters.
  • The DecimalField.get_db_prep_value() method has been updated to call DatabaseOperations.adapt_decimalfield_value(), ensuring proper handling of decimal values during database operations.
Django Newsletter  

Articles







Projects