Re: DoesNotExist at /admin/blog/blog/add/: blog matching query does not exist

2022-09-13 Thread mailinglists
obj.publish_date = obj.datetime_changed > super(blogadmin,self).save_model(request, obj, form, change) > > I can add text, photographs etc., but no blogs. > > Notifications: > DoesNotExist at /admin/blog/blog/add/ > > blog matching query does not exi

Re: DoesNotExist at /admin/blog/blog/add/: blog matching query does not exist

2022-09-12 Thread Enerel Amgalan via Python-list
hanged >super(blogadmin,self).save_model(request, obj, form, change) > > I can add text, photographs etc., but no blogs. > > Notifications: > DoesNotExist at /admin/blog/blog/add/ > > blog matching query does not exist. > > Request Method:POST

DoesNotExist at /admin/blog/blog/add/: blog matching query does not exist

2022-09-12 Thread mailinglists
'] if obj.publish == True: if not obj.publish_date: obj.publish_date = obj.datetime_changed super(blogadmin,self).save_model(request, obj, form, change) I can add text, photographs etc., but no blogs. Notifications: DoesNotExist at /admin/blog/blog/add/ blog matching