Closed Dleau closed 3 years ago
That's a bug, I'll get that fixed for you.
That's in the 4.0.1 release I just did, let me know how it works out
Fixed! Thank you so much!
I was thinking about this some more and I've moved the rendering of those links to the frontend (also for image and file fields) this has two notable impacts.
1: they will show as strings in JSON and CSV 2: they will have all the same filtering options as strings
This is in the 4.0.2 release I just did.
Hi, again. I'm using URLField in models.py.
In /admin, the field product_url shows as a clickable link.
But in /data-browser, it does not. How could I make this field a clickable link?
Thank you for the help!! Again, this DDB project is amazing.