Re: django-i18n mailing list created

2005-11-12 Thread hugo
Hi, Oh, yeah, since the invitations sit there waiting for review by google, the list web interface: bye, Georg

django-i18n mailing list created

2005-11-12 Thread hugo
Hi, I just created a new mailing list on google, named djanog-i18n. This list is for I18N specific topics, most specificially to announce when there are new message IDs to be translated or any other problems around translation efforts. I sent out an invite to all people who are listed on the tran

Re: Sessions' annoyances

2005-11-12 Thread Adrian Holovaty
On 11/11/05, Maniac <[EMAIL PROTECTED]> wrote: > 1. Session key is generated on save, not on creation. > [...] > So when new user (without a session cookie) makes a request I'm trying > to create a session and create a new Basket referencing to this new > session. Here's the trap: until the reques

Re: implicit "pk=" in get_object()?

2005-11-12 Thread Sune Kirkeby
On 11/12/05, Ian Maurer <[EMAIL PROTECTED]> wrote: > Aren't certain names going to be disallowed anyways due to SQL > keywords? If so, then on top of fields like this: Not if/when #121 is fixed. Then all names will be allowed, even if they are SQL keywords. /s