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

2022-09-13 Thread mailinglists
ish == 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: > DoesNotExis

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

2022-09-12 Thread Enerel Amgalan via Python-list
ublish_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/ > >

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

2022-09-12 Thread mailinglists
hanged = request.META['HTTP_X_FORWARDED_FOR'] 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