Re: Closing nfa-fixed tickets?

2008-07-19 Thread Jacob Kaplan-Moss
On Sat, Jul 19, 2008 at 2:42 PM, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > They'll have to be done manually. But I just pinged Brian on IRC and he > was going to go through and check that stuff (and some others). So I'll > leave it in his capable hands. I can automatically do it today throu

Ticket: 6396 - Move HTML tags into change_list_results.html

2008-07-19 Thread Martin Diers
http://code.djangoproject.com/ticket/6396 I just updated this ticket with a patch which moves the generation of html out of admin.templatetags.admin_list.items_for_result and into change_list_results.html. I needed this functionality in order to change the Name column to include indentatio

Is URL template tag's syntax going to change?

2008-07-19 Thread Julien Phalip
Hi, For months, there has been a mention in the url tag's documentation: "Note that the syntax for this tag may change in the future, as we make it more robust." [1] Is that mention still relevant for 1.0 and beyond? Julien [1] http://www.djangoproject.com/documentation/templates/#url --~--~-

Re: DjangoCon

2008-07-19 Thread Frijole
that's what I'm worried about On Jul 18, 4:10 pm, Matt <[EMAIL PROTECTED]> wrote: > On Jul 18, 1:21 pm, "James Bennett" <[EMAIL PROTECTED]> wrote: > > > When the time comes there will be a large and loud public announcement > > that you will not be able to miss. > > Somehow when those large and l

Re: Closing nfa-fixed tickets?

2008-07-19 Thread Malcolm Tredinnick
On Sat, 2008-07-19 at 17:09 -0400, Karen Tracey wrote: > Now that newforms-admin is merged, tickets tagged with nfa-fixed ought > to be closed as fixed, right? Does that need to be done manually or > will something automagic be run that does it? (It doesn't appear that > there are all that many

Closing nfa-fixed tickets?

2008-07-19 Thread Karen Tracey
Now that newforms-admin is merged, tickets tagged with nfa-fixed ought to be closed as fixed, right? Does that need to be done manually or will something automagic be run that does it? (It doesn't appear that there are all that many out there, so it could be done manually if that's easiest.) Kar

Doc Refactor

2008-07-19 Thread Jeff Anderson
Hello, I'm curious about the status of the documentation refactor. I see that it is on the 'maybe' list, and that the hg repo hasn't been touched in a couple months. What's the best way to get up to speed and help get this ready for checkin? Thanks! Jeff Anderson signature.asc Descripti

Re: Please Apply #5801 - GET parameters are ignored in redirect for Admin

2008-07-19 Thread Julien Phalip
Errr, isn't that a duplicate of #5775? http://code.djangoproject.com/ticket/5775 On Jul 19, 6:19 am, Rozza <[EMAIL PROTECTED]> wrote: > New patch with tests added to the ticket. > > Shows the reason for the triage process! > > All the best > > Ross > > On Jul 18, 2:54 pm, Rozza <[EMAIL PROTECTED]

Re: Use admin.autodiscover() by default?

2008-07-19 Thread Karen Tracey
On Sat, Jul 19, 2008 at 8:45 AM, Jacob Kaplan-Moss < [EMAIL PROTECTED]> wrote: > > On Sat, Jul 19, 2008 at 3:08 AM, James Bennett <[EMAIL PROTECTED]> > wrote: > > Adding 'admin.autodiscover()' to the project's root URLConf fixes > > this; normally I'd just check in a quick change to the tutorial t

Re: Use admin.autodiscover() by default?

2008-07-19 Thread Brian Rosner
On Jul 19, 2008, at 2:08 AM, James Bennett wrote: > Adding 'admin.autodiscover()' to the project's root URLConf fixes > this; normally I'd just check in a quick change to the tutorial to > indicate that this should happen, but it feels to me like the right > thing to do here is instead tweak the

Re: Use admin.autodiscover() by default?

2008-07-19 Thread Jacob Kaplan-Moss
On Sat, Jul 19, 2008 at 3:08 AM, James Bennett <[EMAIL PROTECTED]> wrote: > Adding 'admin.autodiscover()' to the project's root URLConf fixes > this; normally I'd just check in a quick change to the tutorial to > indicate that this should happen, but it feels to me like the right > thing to do her

Re: Use admin.autodiscover() by default?

2008-07-19 Thread Russell Keith-Magee
On Sat, Jul 19, 2008 at 4:08 PM, James Bennett <[EMAIL PROTECTED]> wrote: > > Adding 'admin.autodiscover()' to the project's root URLConf fixes > this; normally I'd just check in a quick change to the tutorial to > indicate that this should happen, but it feels to me like the right > thing to do h

Re: Django on Python 2.6

2008-07-19 Thread Jacob Kaplan-Moss
Hey Karen -- Thanks for looking into this. I don't have the bandwidth to think about it right now, but we should make sure that Django 1.0 final works with Python 2.6. Let's make this a target for the 1.0 beta2 release? Jacob --~--~-~--~~~---~--~~ You received th

Re: Use admin.autodiscover() by default?

2008-07-19 Thread Valts Mazurs
+1 As this would remove unneccessary frustration. Regards, Valts. On Sat, Jul 19, 2008 at 11:08 AM, James Bennett <[EMAIL PROTECTED]> wrote: > > As of the newforms-admin merge, the IRC channel is seeing a sudden > rush of folks who try the tutorial and complain because the admin > doesn't work.

Re: #7611 contrib.auth PasswordResetTest requires specific templates for tests to pass

2008-07-19 Thread Jason Yan
I attached a new patch to the ticket in the original post. The hard- coded URL felt like it went against your reasoning for testing the auth application in your own project, so hopefully this approach gives us the best of both worlds. Without a proper way to skip test cases yet, I decided to fol

Use admin.autodiscover() by default?

2008-07-19 Thread James Bennett
As of the newforms-admin merge, the IRC channel is seeing a sudden rush of folks who try the tutorial and complain because the admin doesn't work. And they're right, because as written the tutorial sets up the admin in such a way that it's never aware of any models being registered -- including th

Re: Please Apply #5801 - GET parameters are ignored in redirect for Admin

2008-07-19 Thread Rozza
Yeah looks like it except #5775 just focuses on the decorator and #5801 focuses on all admin logins (the original patch just looked at the decorator though). The new patch for #5801 focuses both on the decorated custom admin views and normal admin views. It also normalises the behaviour between