github wemake-services/django-modern-rest 0.9.0
Version 0.9.0

7 hours ago

Features

  • Added throttling_allow_unsafe_cache setting to control whether unsafe
    cache backends (LocMemCache, DummyCache) are allowed for throttling.
    Emits UnsafeCacheBackendWarning by default,
    raises ImproperlyConfigured when explicitly set to False, #978
  • Added --no-ensure-ascii flag to dmr_export_schema management command

Bugfixes

  • Fixed how msgspec generates null in anyOf,
    it is now always the last item, #990
  • Fixed minimum allowed django version, #1008
  • Fixed ImportError while using with django==5.2.0, #1006

New Contributors

Full Changelog: 0.8.0...0.9.0

Don't miss a new django-modern-rest release

NewReleases is sending notifications on new releases.