; any idea why this happens?
>
> On Tuesday, July 8, 2008 at 11:05:27 PM UTC+5:30, Rodrigo Culagovski wrote:
>>
>> In a production site, all of a sudden while trying to edit the site
>> via the admin interface I get:
>>
>> ProgrammingError: (2014, "
any idea why this happens?
On Tuesday, July 8, 2008 at 11:05:27 PM UTC+5:30, Rodrigo Culagovski wrote:
>
> In a production site, all of a sudden while trying to edit the site
> via the admin interface I get:
>
> ProgrammingError: (2014, "Commands out of sync; you can'
In a production site, all of a sudden while trying to edit the site
via the admin interface I get:
ProgrammingError: (2014, "Commands out of sync; you can't run this
command now")
This is when trying to access the record list: "/admin/core/pagina/"
This is only whil
Concider this:
parent = models.ForeignKey('self', null=True, blank=True,
related_name='children')
So my user makes a database that has
root
level1
level2
level3
If the user moves level1 under level3 than the database breaks and I
get this error.
ProgrammingError: (2014,, &
4 matches
Mail list logo