Re: Cannot add/save flatpages via admin???

2012-04-28 Thread Karen Tracey
This was a bug in the flatpage form validation, where it would throw an exception rather than give you an error message if you did not specify any values for the required sites field. Fixed now on git master. You can also avoid it by being sure to select at least one site for the page. Karen --

Cannot add/save flatpages via admin???

2012-04-28 Thread DjangoKid
I dont know much about Python and Django. Whenever i try to save a flat page i got error: ValueError at /admin/flatpages/flatpage/add/ Exception Value: Cannot use None as a query value http://dpaste.com/739338/ I am using Python 2.7.3 and Django 1.4 ad sqlite3 as database -- You received this