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
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
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
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
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
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
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
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