Christian Abbott
Christian Abbott
For a `Recipe` with a `seq`, if a test calls `prepare_recipe` then later calls `make_recipe`, then the `seq` will give the same value in both calls, rather than incrementing values....
It doesn't seem possible to create multiple model instances using separate calls to `prepare_recipe()` within a `SimpleTestCase` if the recipe uses `seq()`. This triggers a database call to `m.objects.count()` in...
March 25th of last year, issue #183 was created and a fix was merged for it. Then on Nov 7th of last year, #215 was merged. Unfortunately, that merge removed...
There is a metaclass on `FilterMixin` that was marked to be removed in version 2.1, but still exists: https://github.com/carltongibson/django-filter/blob/ab7978323ff092c0ccd2b95e9b190ba8522bde11/django_filters/views.py#L13 The metaclass looks like it only serves to give a warning...
Grapick uses the HTML entity `⨯` as the icon for removing a stop. This entity maps to `U+2A2F` which was introduced somewhat later to Unicode in v3.2.0 and therefore has...