Christian Grossmüller
Christian Grossmüller
And how does this affect the response after authentication? The signal can be used to do additional stuff async to the authentication flow but not tell the Frontend-Part wether a...
I would expect a 201 response status for the signup case and a 200 response for the login case or a different marker.
> Btw one additional question, if we are considering django/django-rest application, where it would be best to place add_manual_fields overriding. Maybe sb already did it ? I would appreciate some...
Looking further into this, isn't your proposal just an extension to the FieldInspector class's `add_manual_field()` method ?
I experience the same Problem. @korbinianfritsch this might seam out of scope but none the less it should be fixed somehow, because projects need the depiction of cross table relations...
Which tags do you mean ?
Ah alright so my example file was just poorly chosen i guess.
How about a keyword argument in the `TaggableManager` for instance `delete_orphans=False`, which is handed over to the `through`-model that actually handles the deletion? This way we can define a standard...
Hi since i came across this error while configuring eslint for a new project Error: Failed to load plugin 'vuetify' declared in '.eslintrc.js': Cannot find module ' /node_modules/vuetify/es5/components/VGrid/VContainer' Referenced from:...
> @chgad you have an old version of eslint-plugin-vuetify installed I could have sworn i quadruple checked that one, please excuse the inconvenience.