- 17 May, 2022 2 commits
- 09 May, 2022 2 commits
- 24 Feb, 2022 3 commits
- 21 Feb, 2022 3 commits
- 18 Jan, 2022 2 commits
- 17 Jan, 2022 2 commits
- 12 Nov, 2021 2 commits
- 09 Nov, 2021 15 commits
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
Users might be confused where these variables come from.
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
Assertions are removed by the Python code optimizer which might lead to situations where users don’t see when they’re doing something wrong.
-
Konrad Mohrfeldt authored
Implicit casting might have unintended side-effects for users who inherit from ConfirmableModelMixin and override the get_confirmation_token_data method. We therefore require them to only return an iterable of strings.
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
Importing from the djeveric module for the sole purpose of determining the version creates an artificial dependency on the module during the install phase, which is something that might create problems later.
-
Konrad Mohrfeldt authored
Django does some upfront test preparation that is only triggered if we use the internal django discover mechanism.
-
Konrad Mohrfeldt authored
When we started our django tests we used tests.settings as our settings module, but django complains that tests is not a package. tox automatically adds the tests directory to our python path which results in the unfortunate situation that we have a tests package (in tests/) and a tests module (in tests/tests.py). Because the tests/ directory is the first path on the python path, Pythons import loader will find the module first and then (rightfully) complains, that it is not a package. We can fix this by simply renaming our tests module, as the unittest-discover mechanism accepts anything matching test*.py
-
Robert authored
-
Robert authored
-
Robert authored
-
- 27 Oct, 2021 1 commit
-
- 22 Oct, 2021 2 commits
- 20 Oct, 2021 1 commit
-
-
Robert authored
-
- 18 Oct, 2021 1 commit
-
-
Robert authored
-
- 15 Oct, 2021 1 commit
-
-
Robert authored
* Move version string to setup.py * Ignore egg-info dir
-
- 13 Oct, 2021 3 commits