Re: declarative settings

2020-02-25 Thread Adrian Turjak
Declarative settings, and a lack of a good settings file parsing system, led me into some rather interesting directions not that long ago. I maintain an OpenStack project called Adjutant, and I built it on Django, but ended up using yaml as my config file and having settings.py read it and pull in

Re: help For GSoC Proposal (Improve Admin Filters)

2020-02-25 Thread Debaditya Mohanty
ya still searching for the theme to work upon On Tue, Feb 25, 2020 at 4:34 PM Carlton Gibson wrote: > Hi all. > > Yes, as Adam says, there's a good amount of info on the Wiki page to get > you started. > > See the Contributing docs and the Advice for new contributors to begin. > https://docs.dj

Re: Fellow Reports - February 2020

2020-02-25 Thread Mariusz Felisiak
Week ending February 23, 2020. *Triaged:* https://code.djangoproject.com/ticket/31274 - Use signing infrastructure for session data encoding/decoding. (accepted) https://code.djangoproject.com/ticket/31279 - PasswordResetView always defaulting to the admin page and not to template. (invalid) htt

Re: Add a "humanized" widget for DurationField in admin interface

2020-02-25 Thread Adam Johnson
Hi Artem I've used such a widget on a project. There's a third party package that implements such a custom widget: https://github.com/devangpadhiyar/django-durationwidget . However on the project we found it's a bit immature and forked it internally (with some customizations). I think I'd like to

Re: help For GSoC Proposal (Improve Admin Filters)

2020-02-25 Thread Carlton Gibson
Hi all. Yes, as Adam says, there's a good amount of info on the Wiki page to get you started. See the Contributing docs and the Advice for new contributors to begin. https://docs.djangoproject.com/en/dev/internals/contributing/ https://docs.djangoproject.com/en/dev/internals/contributing/new-