Re: Django Admin Shortcuts

2024-05-29 Thread Faisal Mahmood
Hi, First of all Sorry for the late replyπŸ˜‰ OkayπŸ‘Œ let's go... It is generally not recommended to authenticate auto-generated users directly from inspect_db without proper user model fields and permissions. Here's why: - Security Concerns: - AbstractBaseUser and PermissionsMixin provide

Re: Django Admin Shortcuts

2024-05-28 Thread utibe solomon
Hey bro is it possible to authenticate an auto generated user from inspect_db without necessarily having to migrate fields that come with using abstractbaseuser and permissions mixin On Tue, 28 May 2024 at 20:39, Mike Schem wrote: > Hey Faisal, > > Thanks for taking the time to read the PR and

Re: Django Admin Shortcuts

2024-05-28 Thread Faisal Mahmood
β–ˆβ–€ β–ˆβ–€β–ˆ β–ˆβ–€β–ˆ β–ˆβ–‘ β–ˆβ–„ β–ˆβ–„β–ˆ β–ˆβ–„β–ˆ β–ˆβ–„ That's great to hear keep it up. And have a great day ahead. I'm nothing but a student of Django. Hopefully my questions doesn't bother you too much. πŸ˜‰ 🎩 😍 πŸ‘•πŸ‘Great! πŸ‘– And once again thanks a lot🌹 for your hard work. I will be glad if you need any assistance from me in

Re: Django Admin Shortcuts

2024-05-28 Thread Mike Schem
Hey Faisal, Thanks for taking the time to read the PR and provide some feedback. I copied all of your concerns here and responded to them accordingly. Please let me know if you have any further questions! 1. Have you considered including a section in the Django admin documentation that outlines t

Re: Django Admin Shortcuts

2024-05-25 Thread Faisal Mahmood
Hi *Mike Schem, Thank you for reaching out and for your work on adding keyboard shortcuts to the Django admin. This is a valuable feature that can greatly enhance productivity for many users. We appreciate your contribution and the effort you've put into this PR. We have reviewed your pull reques

Django Admin Shortcuts

2024-05-24 Thread Mike Schem
Hey all, I’m seeking some support and feedback on my PR. I’ve added keyboard shortcuts to the Django admin for the save actions. We use it at my company, and it’s pretty helpful for power users. I’d love to hear what the community thinks. https://github.com/django/django/pull/17599 Mike Schem S