Robert Moggach
Robert Moggach
I have a nested dictionary that i'd like updated to be empty when I update with a user config. Ideally the top level attribute would be set to `{}` and...
``` File "...../lib/python2.7/site-packages/alphafilter/admin.py", line 7, in from django.db.models import get_model [Sun Apr 03 14:03:16.406799 2016] [wsgi:error] ImportError: cannot import name get_model ``` Try this: ``` if django.VERSION < (1, 7,...
new warning to take a look at... ``` django-alphafilter/alphafilter/sql.py:1: RemovedInDjango110Warning: django.db.models.sql.aggregates is deprecated. Use django.db.models.aggregates instead. from django.db.models.sql import aggregates ```
`django.utils.importlib` no longer exists - added fallback to system `importlib`
be great to see the bootboxjs examples implemented for meteor... consider it a feature request...
similar to [#28](https://github.com/jamiewilson/predawn-ui/issues/28) but different... when selecting different code completion options using up/down arrow the selected suggestion is indented to the right and cropped. See the attached images and video......
Would be great if this was mouse AND touch friendly...
Would be great to see a snippets feature added like github gists or gitlab snippets... It's an invaluable tool when you don't want a full blown repo.
The currently unused model in the code `AModel` causes data export to fail at commandline. Excluding taggit_templatetags fixes the issue but it really should be there at all.
tld (top level domains) vary - .com .net .co .tv .io etc. etc. this flag should take the desired tld as an attribute http://en.wikipedia.org/wiki/Top-level_domain http://en.wikipedia.org/wiki/List_of_Internet_top-level_domains