iommirocks / iommi

Your first pick for a django power cord
http://iommi.rocks
BSD 3-Clause "New" or "Revised" License
766 stars 51 forks source link

Table paginator can't be refined in a reasonable way #267

Open boxed opened 2 years ago

boxed commented 2 years ago

There's a property paginator that shadows the refinable, causing havok. So right now to refine the paginator you need to address it as parts__page instead of paginator which is ugly and super hard to discover.

jlubcke commented 2 years ago

This is due to the historical bagage of wanting the url parameter to look like ?page=12

jlubcke commented 2 years ago

We could maybe add an error message hinting at what you want to do?

Also, documentation...