Miguel
Miguel
Hi @ayushin - Good news is that [django-simple-history can track the history for 3rd party modules](https://django-simple-history.readthedocs.io/en/latest/quick_start.html#track-history-for-a-third-party-model) already, so hooking it up to the Attribute model is pretty simple. To your...
Hi @Bastilla123 - There seems to be multiple asks in your note. Could you perhaps clarify what you're trying to accomplish? The asks I see are: 1. Populate a form...
Hi @pikhovkin - Can you provide any more details and/or code that you're using? Looking at the tests, are you doing anything different, or can you create a test that...
Paging @mattseymour - this can close out nearly 4 years of open issues and PRs.
Oops, my wording was awful. I meant to say that the video referenced in the **See Also** documentation for WPS421 ... The link to the video is https://www.youtube.com/watch?v=YjHsOrOOSuI
I don't mind submitting a PR, but before going through the motions, any thoughts around a yay or nay on this?
These are good points. However, `getattr` outputs `wow` just like `hasattr` does. By that logic, `getattr` should be added to the [FUNCTIONS_BLACKLIST](https://wemake-python-stylegui.de/en/latest/pages/api/constants.html#wemake_python_styleguide.constants.FUNCTIONS_BLACKLIST) as well then, yes? To be clear, I...
@simon-the-shark - I spent some time looking at this, and the removal of [`forms.LocationField.to_python()`](https://github.com/simon-the-shark/django-mapbox-location-field/commit/eafbd042a55999c5d632b199015f6ac8e69cf409#diff-a9c5c5be7cb6bc1a9f629c081d3a5b9682570a604ed0fecd8842b0c86d0c756eL52-L54) is what changed the storage of the values in the database from being `lng,lat` to `lat,lng`....
Duplicate of #534
I know this is late, but looks like the logic behind it is to return an error when there's a password error, as `django-allauth`'s `save_user()` by default will just set...