Johannes Maron
Johannes Maron
Just a precaution, should this ever be implemented: Please triple check for SQL injection attacks. Allowing SQL syntax from user input is shouting SQL injection. It's no. 3 on the...
Hi @iamjem I am curious? Which would those queries be?
I see. @sigmavirus24 completely off topic, but some colleges of mine put all PyCQA linters on AWS lambda and integrated them via GitHubs new Check API. I'd really like to...
Hi @Eliagandolfi thanks again for reaching out here on GitHub. I had a quick look at the code. I am not sure it will work, but could you set `Meta.managed...
@Eliagandolfi can you share the `ve` model too, I need the full picture to understand where the error is coming from.
@Eliagandolfi I have an Idea, can you please change the `veuser` metaclass: ```python class vendoruser(Vendor, metaclass=models.ModelBase): # .... ``` I would also encourage you to look into pep8 naming conventions...
> @codingjoe are you perhaps talking about pre_migrate? haha, yes :P
Since Django dropped the citext integration, I don't know how people would feel about adding JS code for hstore support. A good first step would be to create an issue....
Hi there 👋, I was thinking about this too. It would require an entire rewrite, but the app isn't too big yet. Sadly, not all features are easily ported to...
Hi @gary02, I actually invested some time to update this package to 2024 baseline features. Resulting in much less code, which in turns is also better testable. I have a...