inertia-django icon indicating copy to clipboard operation
inertia-django copied to clipboard

Results 22 inertia-django issues
Sort by recently updated
recently updated
newest added

First, thanks for the great framework. Since the form submission and redirect with django provided me a little bit of headache, I wanted to share the following experience which could...

I created a minimal working example for Inertia + Django + Vite + Vue, which you can find here: https://github.com/mujahidfa/inertia-django-vite-vue-minimal @BrandonShar and maintainers, this is not really an issue, but...

Thanks for the great build - really appreciate it! When is the official guide for setting up Django with Inertia coming? I've managed to get it going with React and...

Hi, so I had issues when trying to limit the data returned in the `share` method called inside a middleware. I was doing something like the following: ```python def middleware(request):...

Hi - I know this is the Django project, but is there any plans to support FastAPI? With the AI boom, a lot of companies are using FastAPI.

So, I would like to use the very handy setup method in order to make some test cases without repeating myself. ``` class RegisterViewTest(InertiaTestCase): def setUp(self): # Setup run before...

I've spent the day thinking about how to best integrate Django's flash messages into Inertia's framework. I'm opening this issue to invite discussion before I submit a PR. I'm kind...

It makes it so much harder to override anything, I want to extend the base functionality to add things like server driven modals, preserving browser url on demand and other...

Following up on https://github.com/inertiajs/inertia-django/issues/30, here's a basic implementation of [Inertia Validation](https://inertiajs.com/validation). Quoting the docs: > If there are server-side validation errors, you don't return those errors as a 422 JSON...