On Fri, Mar 12, 2010 at 9:50 AM, orokusaki wrote:
> @James Bennett I was suggesting a new feature. Is it still not
> appropriate?
It still is not appropriate, and it's not hard at all to see why:
*ANY* question which begins "How do I do this in Django" belongs on
the django-users list, even if yo
@James Bennett I was suggesting a new feature. Is it still not
appropriate?
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email
This message is inappropriate for this list. Before sending mail to
Django discussion lists in the future, please read up on the
difference between the django-developers list and the django-users
list.
--
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."
--
You re
First, here's the problem I'm having, and then I'll bring up my
request. I have a model that looks like this (using dev version):
class SecretModel(models.Model):
some_unique_field = models.CharField(max_length=25, unique=True)
# Notice this is unique.
class MyModel(models.Model):
secret_