Re: Rewriting admin internals

2016-05-26 Thread Tim Graham
I'm not sure what you mean. Are solutions like the third-party package you pointed to insufficient? On Thursday, May 26, 2016 at 2:01:50 PM UTC-4, is_null wrote: > > On Thu, May 26, 2016 at 4:37 PM, Tim Graham > wrote: > > I'm skeptical of moving anything JavaScript

Re: Rewriting admin internals

2016-05-26 Thread James Pic
On Thu, May 26, 2016 at 4:37 PM, Tim Graham wrote: > I'm skeptical of moving anything JavaScript related from admin into core as > this makes a stronger endorsement of and coupling to jQuery. Makes sense, would there be any intermediary solution at least ? -- You received

Requesting comments about bug "set_language with i18n_patterns"

2016-05-26 Thread Hugo Chargois
Hi, I posted a bug almost a month ago, about set_language and i18n_patterns failing in some cases when used together. It didn't gather a single comment and is still in Unreviewed state, which seems most unusual for this well kept bugtracker :) https://code.djangoproject.com/ticket/26556 Do

Re: Rewriting admin internals

2016-05-26 Thread Tim Graham
I'm skeptical of moving anything JavaScript related from admin into core as this makes a stronger endorsement of and coupling to jQuery. On Thursday, May 26, 2016 at 10:22:31 AM UTC-4, is_null wrote: > > There are a lot of interresting things to do, perhaps we could extract > code from the

Re: Rewriting admin internals

2016-05-26 Thread James Pic
There are a lot of interresting things to do, perhaps we could extract code from the admin into the core ? An example of this is the django-addanother app, which replicates the pattern used by the admin add another widget in an app for usage outside the admin. Would moving that kind of things

Re: Rewriting admin internals

2016-05-26 Thread Tom Christie
> I also think that working on existing outstanding ticket first and trying to solve issues incrementally would be a good approach? Absolutely, yes. There's plenty of good work that can be done there. -- You received this message because you are subscribed to the Google Groups "Django

Re: Rewriting admin internals

2016-05-26 Thread Asif Saifuddin
Hi Tom, > I'd suggest that a side-project of redesigning the Django Admin from scratch isn't a realistic goal. I also think that working on existing outstanding ticket first and trying to solve issues incrementally would be a good approach? Thanks On Thursday, May 26, 2016 at 3:28:09 PM

Re: Rewriting admin internals

2016-05-26 Thread Tom Christie
> But for the money I don't have any initial source to manage It. Jacob is using the figure more to give an idea of the amount of effort he believes it would involve, rather than suggesting that we should make a serious attempt to raise that amount of money. > can you guide/ show me any