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 mak
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 ev
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 m
3 matches
Mail list logo