Erik Telepovský

Results 71 comments of Erik Telepovský
trafficstars

Instad of: ``` subscribers = GM2MField('User', related_name='+', through=SubscribedUser, through_fields=('subscription', 'content_object', 'content_type', 'subscriber_id')) ``` try: ``` subscribers = GM2MField(settings.AUTH_USER_MODEL, related_name='+', through=SubscribedUser, through_fields=('subscription', 'content_object', 'content_type', 'subscriber_id')) ```

Closing due to no reply.

Django 4.0 compatibility already resolved by PR #62 Thank you for your effort!

@willson556 can you please contribute? :)

Hi. Yes, you are right. The initial purpose of this parent-child relationship was due to missing menu/navigation functionality but it is not important now. I plan to refactor it very...

similar in ddt-1.6 and django 1.10.2

Font Awesome 5 Pro support: ``` .br-theme-fontawesome-stars .br-widget { height: 28px; white-space: nowrap; } .br-theme-fontawesome-stars .br-widget a { font: normal normal normal 20px/1 'Font Awesome 5 Pro'; font-weight: 500; text-rendering:...

Hi, same here. Is removing $instance->wpdb a good solution? Can I replace it by global $wpdb?