Changed * Add `view_data` keyword argument to `Inertia.render()` method allowing to pass context to django template and not to Inertia view by muarachmann in https://github.com/girardinsamuel/django-inertia/pull/5 * A new parameter `INERTIA_PAGE_CONTEXT` has been added which default to `__page` to define the context template variable used to pass data from backend to frontend.
New Contributors * muarachmann made their first contribution in https://github.com/girardinsamuel/django-inertia/pull/5
Fixed - Fix default sharing of `errors` and `success` messages. They are now removed after being added to the response, so that they are really non persistent flash messages.