Peter Bittner
Peter Bittner
Just checking. Thanks for reporting, anyway.
Also, the documentation mentions a "[filthy magic stack backtracking](https://github.com/joke2k/django-environ/blob/develop/environ/environ.py#L595)" in order to "find manage.py and then find the dotenv". It should be specified more in detail what this means. When...
I'd suggest to use `os.path.join(base, ".env")` instead of a slash in a string. The former is OS independent.
You may want to consider relying on Postgres capabilities. @pauloxnet had a few talks about this in the past (see [related blog post](https://www.paulox.net/2017/12/22/full-text-search-in-django-with-postgresql/#full-text-search-in-django-with-postgresql)).
Related issues: #5, #25 -- Aka, we've talked about this before. :smirk:
Why don't we approach this more pragmatically? I see a simple and a more elaborate approach: 1. The `ALLOWED_VERSIONS` could simply be a list of old (obsolete), current (valid) and...
> I think your proposal is interesting, but maybe not standard enough to be implemented in Django core. I think the contrary. My proposal is about improving the general usability...
Sounds good to me. Is your suggestion just about the setting and the implementation of turning the text into a link, or do you think about a default implementation of...
Alright, so a PO file compendium, which is a concept of GNU gettext, corresponds to what other translation tools maintain as a TM? > you are asking for a pofile...
True. If we had that, though, we could address one side of the criticism already: _"It doesn't have a TM"_ would cease to be true. And [converting a PO file...