I get a 404 error with “id-” in slug, I don't know if it's a bug or I'm doing something wrong.

2020-05-05 Thread Oleg Barbos
A 404 error with “id-” in slug on multilingual website with Indonesian language in Django 3.0 More details on https://stackoverflow.com/questions/61618166/a-404-error-with-

Re: Don't assume that missing fields from POST data are equal to an empty string value.

2018-02-09 Thread Oleg
> > For whatever reason, if a field is not provided in the request data, then > Django is assuming it is an empty string and overwriting existing data. > I recently discovered that if the model field has the *default* attribute, then the non-existent fields in the POST data will not be populate