Re: 0.91 vs SVN vs m-r

2006-04-03 Thread binaryfeed
I started a project this past weekend using the magic-removal branch. Overall, things seem quite stable. The biggest problem is that not all of the docs/ tree has been updated, so, for example, tutorials are out of date. It is possible to read the Wiki and the old tutorials to figure out how to

generic CRUD views and hidden user fields

2006-04-03 Thread binaryfeed
Note: I am using the magic-removal branch. I am looking for the most elegant way to use the generic CRUD views while at the same time being able to support a hidden django.contrib.auth.models.User field. Here's what I'm doing now: #--- my model class Item(models.Model): topic = mode