Re: How to create a password reset for Custom User Model

2021-10-25 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi! I think you've found the wrong mailing list for this post. This mailing list is for discussing the development of Django itself, not for support using Django. This means the discussions of bugs and features in Django itself, rather than in your code using it. People on this list are unlikely

Re: A new feature idea

2021-10-25 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi Ath In my experience the analytics that website operators are interested in varies vastly between projects. There are also many competing popular solutions. I don't think we'd include any analytics package inside Django at this point. But I don't mean to discourage you, it could be a good

Re: Fellow Reports - October 2021

2021-10-25 Thread Mariusz Felisiak
Week ending October 24, 2021 *Triaged: * https://code.djangoproject.com/ticket/33206 - Allow redirect type choice in contrib.redirects app (wontfix) https://code.djangoproject.com/ticket/33203 - OrderedSet should inherit from collections.abc.MutableSet (needsinfo)

Re: Feature Request: Provide an option to disable static files caching during development

2021-10-25 Thread Jason Johns
https://docs.djangoproject.com/en/3.2/ref/contrib/staticfiles/#django.contrib.staticfiles.storage.ManifestStaticFilesStorage Are you using this? basically, it converts static asset filenames from `styles.css` to `styles.2932y382.css` and other random-seeming hashes in the filename. Useful

A new feature idea

2021-10-25 Thread Ath Tripathi
I was seeing some website and came across a blog site, which have a small section which show monthly visits and other things like that. An idea came in my mind that to make a admin like page which show total website visits,modal read and write,update,deletion , many filters to filter on basis

How to create a password reset for Custom User Model

2021-10-25 Thread Amit Karnam
Hello all, I have created a Custom user model that takes email as the unique key instead of the default Username. Now I wanted to learn how to create a password reset for that. I have set up the templates and the SendGrid account for that. Please guide me regarding the next step. -- You

Re: Change the way values FK fields on a custom User model are handled for the 'createsuperuser' command

2021-10-25 Thread Christophe Henry
Hi, This discussion does not seems to attract much attention but I still feel this is a nice improvement to have. /Cordialement/Regards, Christophe Henry/ — Christophe Henry https://christophe-henry.dev/ Dev. Python/JS/Android & devops Timon-Ethics / Coopaname

Django 4.0 beta 1 released

2021-10-25 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2021/oct/25/django-40-beta-1-released/ -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this

Re: Feature Request: Provide an option to disable static files caching during development

2021-10-25 Thread Bharat Chauhan
Hi, That won't work because this is related to static files and how browsers implement caching for static files. This is a good article on this: https://engineering.fb.com/2017/01/26/web/this-browser-tweak-saved-60-of-requests-to-facebook/ Basically, browsers won't revalidate the cache unless