On 06/10/10 16:02, Russell Keith-Magee wrote:
Yes - questions of usage and requests for design guidance should be
directed to Django-users.
Unless you have a specific suggestion for how to move ticket #1946
forward, this isn't a topic for django-developers.
Sorry, I should have been more clear
Hey guys,
I'm using Django to create an interface for a legacy PostgresQL
database. The primary keys for my tables use sequences that aren't
named the way django expects them to be (i.e. '__seq'),
this means I can't call them AutoFields.
Essentially, my problem is identical to that describe