It would be very useful to have the possibility to filter models, for example if you don't want that backend users set the url of an unpublished object.
It would be nice doing it by passing the manager, like in get_object_or_404:
AnyUrlField.register_model(Products.objects_published, widget=SimpleRawIdWidget(Products))
Thank you for this great field.
It would be very useful to have the possibility to filter models, for example if you don't want that backend users set the url of an unpublished object.
It would be nice doing it by passing the manager, like in
get_object_or_404:Thank you for this great field.