On Thu, 2007-11-01 at 17:19 +, Robert Myers wrote:
> So we were trying to figure out why list_filter was not working in the
> admin display for a couple of our models. It turns out that we have
> another model which has a OneToOneField to the first model. This sets
> the meta attr one_to_one_f
Hello.
I recently tried to create a custom SQL view on my Django-powered site
and use it via usual Django ORM approach; I created a view and then
manually built the Django model resembling this view, but quickly
noticed that any attempt to request Django to regenerate the Django-
generated tables
Hi everyone,
I'm posting this here as every ticket I try to submit fails with a
"500 Internal Server Error (Submission rejected as potential spam"
message.
After or around r6625 a bug has been introduced whereby when a
newforms error dict is serialized with any serializer (I've tried
simplejson a
So we were trying to figure out why list_filter was not working in the
admin display for a couple of our models. It turns out that we have
another model which has a OneToOneField to the first model. This sets
the meta attr one_to_one_field on the first model to the field in the
second model.
Then