On 11/02/13 14:54, Bill Freeman wrote:
On Sun, Feb 10, 2013 at 10:50 AM, Some Developer
mailto:someukdevelo...@gmail.com>> wrote:
On 10/02/13 15:07, Bill Freeman wrote:
Did you previously have a field named 'title' in this model that was
marked unique, that you have since
On Sun, Feb 10, 2013 at 10:50 AM, Some Developer
wrote:
> On 10/02/13 15:07, Bill Freeman wrote:
>
>> Did you previously have a field named 'title' in this model that was
>> marked unique, that you have since removed? If so, the column may still
>> be in the database with a unique constraint. Si
On 10/02/13 15:07, Bill Freeman wrote:
Did you previously have a field named 'title' in this model that was
marked unique, that you have since removed? If so, the column may still
be in the database with a unique constraint. Since it's no longer in
the model, some default may be being used when
Did you previously have a field named 'title' in this model that was marked
unique, that you have since removed? If so, the column may still be in the
database with a unique constraint. Since it's no longer in the model, some
default may be being used when you save, and that's obviously not uniqu
On 08/02/13 14:08, Andre Terra wrote:
Please post traceback, settings.py, etc.
On Fri, Feb 8, 2013 at 5:18 AM, Some Developer
mailto:someukdevelo...@gmail.com>> wrote:
I have a model for a Tag object with simply has two fields. A title
(which has the unique constraint) and a description
On 08/02/13 14:08, Andre Terra wrote:
Please post traceback, settings.py, etc.
On Fri, Feb 8, 2013 at 5:18 AM, Some Developer
mailto:someukdevelo...@gmail.com>> wrote:
I have a model for a Tag object with simply has two fields. A title
(which has the unique constraint) and a description
Please post traceback, settings.py, etc.
On Fri, Feb 8, 2013 at 5:18 AM, Some Developer wrote:
> I have a model for a Tag object with simply has two fields. A title (which
> has the unique constraint) and a description. I also have a FormView based
> view class which handles the creation of Tag o
I have a model for a Tag object with simply has two fields. A title
(which has the unique constraint) and a description. I also have a
FormView based view class which handles the creation of Tag objects.
When I try and save the object in the form_valid() method I always get
an IntegrityError s
8 matches
Mail list logo