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
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
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
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
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
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
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,