Re: Hladame Django programatorov (Looking for Django developers - Slovakia)

2010-03-18 Thread James Richards
Hello Ivan, I have experience with Django and Java and would like to learn more about your offering. Regards, James We are looking for experienced Django developers for work in our office located in Eastern Slovakia (Presov). For more information please look here: http://gista.sk/ind

Re: Functional Requirements

2010-03-18 Thread Russell Keith-Magee
On Fri, Mar 19, 2010 at 10:53 AM, geowa4 wrote: > Hi, I am a student in college, and I am studying Django in my Software > Architectures class. I have been using it for a while, and am excited > to learn more about it. One task I have is to identify key functional > requirements and key quality at

Re: Ticket 13023: Admin inlines, max_num, and extra

2010-03-18 Thread Gabriel Hurley
Thanks for a great reply Russ. I agree 100% about interpretation 3 being the most useful and beneficial. The first concern about the original use case is something I'd considered, but I don't think it can be helped without creating an ugly hack (like my original patch on the ticket). The change sh

Functional Requirements

2010-03-18 Thread geowa4
Hi, I am a student in college, and I am studying Django in my Software Architectures class. I have been using it for a while, and am excited to learn more about it. One task I have is to identify key functional requirements and key quality attributes. I have found the Design Philosophies helpful, b

Re: Ticket 13023: Admin inlines, max_num, and extra

2010-03-18 Thread Russell Keith-Magee
Hi Gabriel Sorry for taking so long to get back to you on this. I certainly appreciate the effort you've put into the analysis. On Fri, Mar 19, 2010 at 6:03 AM, Gabriel Hurley wrote: > There are two possible solutions, as I see it: > > 1. Change the default value of max_num from 0 to -1. That's

Re: media in ModelAdmin

2010-03-18 Thread Russell Keith-Magee
On Thu, Mar 18, 2010 at 9:57 PM, Luca Sbardella wrote: > Currently, the media object is converted to safe string in both > "add_view" and "change_view" when added to the context dictionary > while in "changelist_view" is not (the correct approach). > Converting media to string means you cannot spl

Re: Ticket 13023: Admin inlines, max_num, and extra

2010-03-18 Thread Gabriel Hurley
There are two possible solutions, as I see it: 1. Change the default value of max_num from 0 to -1. That's a pretty standard solution to indicating an "off" value for something with a range of [0, ∞]. That way when max_num and extra are *both* explicitly set to 0, the "Add Another" link could be r

media in ModelAdmin

2010-03-18 Thread Luca Sbardella
Currently, the media object is converted to safe string in both "add_view" and "change_view" when added to the context dictionary while in "changelist_view" is not (the correct approach). Converting media to string means you cannot split css from js in templates. What I'd like to do is ... {% for