Fabrizio

Results 7 issues of Fabrizio

Monteciccardo, in the province of Pesaro / Urbino (Marche) is missing. ![mappa](https://user-images.githubusercontent.com/10341889/136577526-ce316e1c-40bc-4d76-880e-d87c76d3bdde.png)

I have a field in a django model made in this way created_by = models.ForeignKey(User, limit_choices_to={'is_staff': True}) django-advanced-filters show all user in the filter ingoring the limit_choices_to

``` class Article(models.Model): ... tags = models.ManyToManyField('Tag', blank=True, verbose_name=_(u"Tags ...")) ``` With a simple model like this, I can't filter Articles with tag "Cars" AND "Lamborghini"

enhancement

**Problem description** On some Dell Vostro 220 machines we found errors in the calculation in the following methods: .mul() .div() .add() .sub() When Dataframe are longer than 42 row we...

bug

I am writing to bring to your attention an issue regarding the size of the JavaScript library. Currently, the library's file size exceeds 6MB via the official CDN.

help wanted

I'm using [email protected] in the browser, loaded from the official CDN link taken from the documentation. Tested in Chrome and Firefox df = new dfd.DataFrame([ { "A" : "10"}, {...

bug