django-model-utils/tests
Tim Gates 2dab8afded docs: Fix a few typos
There are small typos in:
- docs/managers.rst
- model_utils/managers.py
- tests/test_models/test_timestamped_model.py

Fixes:
- Should read `subclasses` rather than `subclasess`.
- Should read `queryset` rather than `querset`.
- Should read `permissible` rather than `permissable`.
- Should read `modified` rather than `modifed`.
- Should read `heterogeneous` rather than `heterogenous`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
2022-08-17 22:37:49 +02:00
..
test_fields Fix performance regression: avoid pickling the whole instance when deepcopying fields on Django 3.1+ (#500) 2021-10-09 21:30:12 +06:00
test_managers Used isort to sort imports (#460) 2020-11-29 20:58:00 +00:00
test_models docs: Fix a few typos 2022-08-17 22:37:49 +02:00
__init__.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00
fields.py Add django 3.0 to the test matrix and drop six (#395) 2019-12-09 19:37:16 +06:00
managers.py Used isort to sort imports (#460) 2020-11-29 20:58:00 +00:00
models.py Fix TypeError in save when model inherits from both TimeStampModel and StatusModel. (Fixes GH-465) 2020-12-02 00:07:22 +01:00
settings.py Add USE_TZ setting. 2021-12-08 12:33:23 +01:00
signals.py Fixed spacing. 2019-08-19 22:38:05 +01:00
test_choices.py Modernize Python syntax, add Python 3.8 (#398) 2019-11-14 22:50:04 +06:00
test_inheritance_iterable.py Used isort to sort imports (#460) 2020-11-29 20:58:00 +00:00
test_miscellaneous.py Modernize Python syntax, add Python 3.8 (#398) 2019-11-14 22:50:04 +06:00