InlineAdmin unable to delete object with read only primary key

2022-11-21 Thread Gagan Deep
behaviour. I will be more than happy to open an issue for this on Trac and work on a potential fix if this is a bug. Regards, Gagan Deep -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To uns

Re: InlineAdmin unable to delete object with read only primary key

2022-11-23 Thread Gagan Deep
Hi David! Thanks for double checking my work. Yes, I also see those errors in the admin. I was guessing that those were related to the primary key issue. - Gagan Deep On Tuesday, November 22, 2022 at 12:03:28 PM UTC+5:30 shang.xia...@gmail.com wrote: > Hi Gagan, > > Interest

Admin login view does not respect REDIRECT_LOGIN_URL

2023-10-16 Thread Gagan Deep
ooking (because admin is a special case?). In my limited time, I couldn't find a related discussion for this on Django's trac or GitHub repository (PRs). Hence, I wanted to confirm before opening a issue on trac. Regards, Gagan Deep -- You received this message because you are s

Configurable landing page in admin site

2020-12-23 Thread Gagan Deep
min/#django.contrib.admin.AdminSite.index_template>, but doing so will not let me use the index page generated by Django admin . I want to keep the index view intact while also providing a custom landing page logged in users on Django's admin site. I think such feature will be helpful for all users of Django. Best,

Re: Configurable landing page in admin site

2020-12-24 Thread Gagan Deep
Thanks for sharing Adam. This should take care of my use case. Do you think there can be a potential use for introducing a setting/attribute dedicated for adding a landing page? Best, Gagan Deep On Wednesday, December 23, 2020 at 8:37:22 PM UTC+5:30 Adam Johnson wrote: > You can do t

Inheriting nav-global block in admin/base_site.html

2021-01-15 Thread Gagan Deep
plementation, but couldn't find anything even by *git blame.* Best, Gagan Deep -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from i

Implementation of view permission in Django admin

2022-01-04 Thread Gagan Deep
custom forms (or widgets for fields) could be supported for view-only permission. Will adding support for customizing the rendering of ModelAdmin for users with view-only permissions be useful for Django? Best, Gagan Deep -- You received this message because you are subscribed to