2008-6-9
| 07:36 | RaceCondition | I wish the filter_horizontal admin option would instead be a widget |
| 07:36 | RaceCondition | HorizontalFilterSelectMultiple or smth |
| 10:46 | RaceCondition | is it possible in theory that one day URLconf is HTTP method aware? I'd like to override an URL in the admin application but only if request is a POST |
| 10:46 | RaceCondition | right now it's not possible purely using URLconf customisation |
| 10:49 | RaceCondition | I know it's possible to simply call the original view from my own view that is mapped to the URL under consideration, but it's not nearly as elegant and simple |
| 14:06 | empty | RaceCondition: have you seen this thread: http://groups.google.com/group/django-developer... |
| 14:07 | RaceCondition | will take a look |
| 16:16 | jezdez | jacobkm: I updated #5522 and #5463 as discussed yesterday |
| 16:16 | DjangoBot | |
| 16:16 | DjangoBot | |
| 16:20 | jacobkm | jezdez: thanks |
| 16:42 | jezdez | jacobkm: I think spoke at pycon about authentication from apache with mod_wsgi, is there any interest in that? |
| 16:42 | jezdez | oops, once again |
| 16:42 | jezdez | jacobkm: I think we spoke at pycon about authentication from apache with mod_wsgi, is there any interest in that? |
| 16:43 | jacobkm | jezdez: putting something in django.contrib.auth, you mean? |
| 16:43 | jezdez | yes |
| 16:43 | jacobkm | Yeah, I'd be totally down to add that. |
| 16:43 | jezdez | cool, will work on that the next days |
| 16:43 | jacobkm | Like the messages thing not a big deal so I might not get around to checking it in for some time, but it's a good idea. |
| 16:44 | jezdez | hoarding tickets is my hobby :) |
| 21:34 | cramm | doh, I'm running the trunk test suite on a virgin python 2.4 system and it fails if setuptoools isn't installed |