Django class based generic views like DetailView, DeleteView and UpdateView
should be flexible enough to work with any unique field not just slug and
primary key field,
In real projects primary key and slugs are not used fetch data, a more
abstract unique key is preferred.
Yes, this can be easi
Thanks for this information
On Wednesday, January 2, 2019 at 1:24:00 PM UTC+1, Osezele Orukpe wrote:
>
> Django class based generic views like DetailView, DeleteView and
> UpdateView should be flexible enough to work with any unique field not just
> slug and primary key fiel