Re: Proposal: Django URL Admin (django-urls)

2012-12-16 Thread Sam Solomon
Yeah, I agree, as it is, I can't see any reason why I would use it, but I could see it being useful with some modifications such as: 1) Being able to create redirects (which seems to already be on the todo-list) 2) Being able to specify extra kwargs to pass to a view so that it would be possibl

Re: Perception of attitude in tickets

2013-05-14 Thread Sam Solomon
As an outsider with very little data (so you can ignore this if you strongly disagree), I sort of agree with the notion that "WONTFIX" could be sending a different signal that it is being used for. WONTFIX to me would mean, "We acknowledge that this is an annoyance for some people, but we're no

Re: Feature: Template Components

2015-06-01 Thread Sam Solomon
So a former co-worker with some help/guidance from me developed a component system on top of Django that sounds sorta like what you are all talking about. It's very complicated and I'm still not sure whether it was ultimately a good idea to use or not, but it does make some things very simple (

Re: Feature: Template Components

2015-06-02 Thread Sam Solomon
lows a specific formula so it can be automatically updated on ajax requests: `cmp__id` {% endcomment %} {% comment %} Similarly, you can grab the rendered html from the component by asking for `component_name` from the dictionary of rendered html

Re: Feature: Template Components

2015-06-09 Thread Sam Solomon
Speaking only for myself and the component framework we built here, I don't think I would expect it to ever be rolled into Django itself. However, the framework we made does work without any modifications to Django and works just fine alongside existing function and classed based views. This me