Django MongoDB Backend 6.0.3 has been released!

We are pleased to announce that Django MongoDB Backend 6.0.3 is now available!

New features

Bug fixes

  • Made model saving raise an exception to prevent a misconfiguration from resulting in the creation of models with encrypted fields in non-encrypted databases.

  • Made makemigrations serialize embedded model references as strings so that references in migrations don’t need to be adjusted if models are later removed.

  • Added a helpful NotSupportedError for QuerySet.extra(where=...) and StringAgg(..., distinct=True) rather than crashing with more obscure exceptions.

Deprecated features

Enjoy the release and if you experience any issues please report them!

1 Like