templates translation

2006-05-11 Thread gattomatto
Internationalization docs say that you're supposed to run make-messages.py from django's dir, or from the project or app's top directories. I expected it to find and parse my templates, too (perhaps finding them via the TEMPLATE_DIRS variable?). It doesn't seem to do so, though. I cannot make

Re: One-To-One problem in 0.91?

2006-01-18 Thread gattomatto
The above is -- at least partially -- true. I checked again today with a fresh install: The API example (OneToOne Relation) runs without a glitch, no problem at all. But, the Admin interface run on the example code is somewhat screwed: I'm getting a listing (Select restaurant to change..) with

One-To-One problem in 0.91?

2006-01-17 Thread gattomatto
I'm in a hurry, and I'll have to double check tomorrow, but.. It seems to me that release 0.91 broke somewhat OneToOne relations. The example (Places and Restaurants), in the model examples documentation, doesn't run anymore (place object does not have a get_restaurant method). Admin interfaces