CodingWithMitchBlog-REST-API
CodingWithMitchBlog-REST-API copied to clipboard
Handled attribute associated error.
BlogPostSerializer was returning "no attribute associated" error page when image path was set to null. Now after this patch it will return JSON with null value if the path is null.