Re: Weird problem after schema change

2010-11-30 Thread chris
Nope, haven't defined anything interesting for admin. The field name matches, as far as I know. Frankly, though, given the length of time it takes for the server to reply (owing to the huge number of entries for the m2m field), I guess this really isn't worth fixing if it's more involved than a si

Re: Weird problem after schema change

2010-11-25 Thread Venkatraman S
On Fri, Nov 26, 2010 at 6:30 AM, Chris Tandiono wrote: > How can I get the date field to show up in the admin interface? > Couple of checks: - have you defined any custom forms for admin? - Do the field names match properly? A good practice generally is : do a 'sqlall' before you make the change

Weird problem after schema change

2010-11-25 Thread Chris Tandiono
Hi, I'm using sqlite3 and django-evolution (and sometimes manual ALTER TABLE commands) for this website I'm making. Recently I added a new date field to one of my models, but it's not showing up in the admin interface. (I'm also having a problem in which the admin interface is taking taking a l