John Lehmann
John Lehmann
Would be great to have support for OSM as backend as opposed to Google Maps. Looks like I will be migrating away from Google in other access (outside DA) because...
Sometimes you don't want to allow a user to choose from any kind of location, but you want to scope it to a certain type (e.g., cities only). The JQuery...
After using `django-address` (dev branch) in production for about a year at least, I have several thousand addresses in the respective table and about 12% of them have no formatted...
- Demonstrates problem in issue #12
When a dropdown item is highlighted, "tab" should populate the select with that option. This seems like a very natural feature that appears missing. It doesn't appear hard to customize...
If you try to be immutable, it doesn't like you. Works fine. ``` In [4]: Message(author="[email protected]", to=["[email protected]"]) Out[4]: ``` Dies horribly. Seems to go down a different code path and...
It's one thing that the PGN loader is intolerant of errors, but it would be immensely more helpful if it reported something about the error such as the line number...
# Actual behavior Upon upgrading several versions of Django and Zinnia, I started seeing exceptions in production for pagination beyond page 1. ``` IndexError at /blog/ list index out of...
This is not a bug but a limitation of the current system. That is heroku depoloyments cannot benefit from the approach being used with the management on|off command. Any execution...
I know this is a feature being worked on, but I didn't see an issue for it. E.g., I'd like to build a stacked CNN that removes noise from photos....