Hannes

Results 6 issues of Hannes

Hey, thanks so much for this project! Looks great so far and I'm looking forward to everything that's coming. 🚀 While using Milanote.com I was thinking if there's a way...

# Prerequisites * [ ] Is it a bug? * [ ] Is it a new feature? * [X] Is it a a question? * [ ] Can you reproduce...

Hey, in my User model I've got this field: ```python def user_directory_path(instance, filename): filename, ext = os.path.splitext(filename) return os.path.join( f'profile_pictures/{instance.uuid}/', f'{uuid.uuid4()}{ext}' ) ... profile_picture = models.ImageField( verbose_name=_('profile picture'), upload_to=user_directory_path, blank=True,...

It'd be great if permissions can be set for each ModelType. Inspirational reference package: [Graphene-Permissions](https://github.com/redzej/graphene-permissions)

Hey, is there any possibility to add some support for the Django form validation by also returning the field parameters via GraphQL? What I was thinking of is something like...

## Description of problem After renaming an app with activated HTTP Auth I was prompted to enter the credentials when accessing the new app URL. But instead of a successfull...

bug