[Feature Request] DetailView, DeleteView, UpdateView should not work with only slug and primary key field?

2019-01-02 Thread Osezele Orukpe
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

Re: [Feature Request] DetailView, DeleteView, UpdateView should not work with only slug and primary key field?

2019-01-02 Thread Osezele Orukpe
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