Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-05-13 Thread Adrian Holovaty
On May 10, 6:28 pm, "Joseph Kocherhans" <[EMAIL PROTECTED]> wrote: > Oops. Actually let me clarify that a bit. The edit_inline definition > will definitely *not* be an argument to ForeignKey, but rather an > argument to either AdminSite.register or ModelAdmin (most likely the > latter). Passing co

Re: database connection user - newbie question

2007-05-13 Thread foobarmus
The single piece of Django that I'm most hungry for right now is the bit that pushes translated strings up into your javascript. If it's feasible to use just that bit, and keep my own connection paradigm, it could be a short-term solution. Thanks again all for your time and energy on this thread

Re: Tips on building a unit test for a ticket

2007-05-13 Thread [EMAIL PROTECTED]
Good suggestion. I've played around with it a little and have some questions. - Right now, it looks like I'll end up creating a thumbnails directory in /django/tests/regressiontests. Is this the right locattion? - Trying to handle the image upload seems tricky since it is my understanding that n