Andreas Hasenkopf
Andreas Hasenkopf
* Replaced `auto_now_add=True` with `default=timezone.now` * Added two testcases * Added migration This is very handy in order to import historic data from another source. This relates to #199
Hi there, this is more like a question. I'm looking into the possibilities of importing old data (that will be needed when going productive with the app) into the auditlog's...
Quick problem description: I have imported a new PGP private and public key of myself. The keys contains multiple identities. After importing I wanted to send myself an encrypted test...
For one of my projects I wanted to use the search results from elasticsearch in an analogous way like query results. Therefore I have written a view class that can...
Hi there, because our team would like to validate the correctness of Sphinx-syntax in our docstrings, we intend to use the `-W` parameter of `sphinx-build`. Unfortunately, this also converts this...
I'm sorry, I did not know where you prefer to track issues, so I assume I created [this ticket](https://sourceforge.net/p/davmail/bugs/745/) in the wrong tracker. --- When I force Thuderbird to sync...
# Bug Output of `python -c "import pydantic.utils; print(pydantic.utils.version_info())"`: ``` pydantic version: 1.9.1 pydantic compiled: True install path: /home/andi/virtualenvs/aimaas/lib/python3.9/site-packages/pydantic python version: 3.9.12 (main, Apr 18 2022, 22:40:46) [GCC 9.4.0] platform:...
## Minimal reproduction code and steps 1. Install snap: `snap install httpie` 2. Setup a `.netrc` file 3. Try it ### .netrc ``` machine api.opensuse.org login myusername password mypassword ```...
In the depths of the code I found a feature from 2011 to allow old browsers, which were not capable of the required cryptographic methods, the use of Helios: 1....
# Problem If the option "Anyone can vote" is chosen for an election, nobody can cast a vote. # Steps to reproduce 1. Install the Django project in a VirtualEnv...