Vitaly Bogomolov

Results 8 comments of Vitaly Bogomolov

Can you explain your "user search for location" case in more detail? Using the library outside the admin site in templates is described here: https://github.com/vb64/django.admin.geomap#main-page-with-a-list-of-objects-on-the-map

Hi. I don't know. django_admin_geomap.ModelAdmin inherits from Django's admin.ModelAdmin and extends its changelist_view, change_view and add_view methods. whether there will be conflicts with multiple inheritance from the classes you use...

You can try this one: https://github.com/vb64/django.admin.filters

You can try this one: https://github.com/vb64/django.admin.filters

Of course, it is possible. But we need to figure out the best way to do it in order to maintain backward compatibility with existing installations. Do you have any...

Не смогу вам помочь, т.к. не являюсь специалистом в js. Были [подобные проблемы](https://github.com/vb64/django.admin.geomap/issues/40) с другим js фреймворком, причина была в одновременном использовании разных версий JQuery. Возможно и вам стоит посмотреть...

This was not possible in version 1.2 and below. Update `django-admin-list-filters` to version 1.3 (latest). Create your filter class, derived from `DateRange` and define `parameter_start_mask` and `parameter_end_mask` for it as...

No, it will not be implemented. The first get parameter in the url specifies the filter type: a range or a shortcut name for a predefined filter. The absence of...