django-modeltranslation/modeltranslation/tests
Stefan Hammer d65ff60007 fix: Fix handling of expressions in values()/values_list()
This basically duplicates some code from django's implementation.

Refs #670
2023-02-08 16:53:35 +01:00
..
fixtures Apply population using a pre_save signal. 2013-02-19 10:47:25 +01:00
migrations feat: Add support for ManyToManyFields 🧑‍🤝‍🧑 (#668) 2023-01-27 15:05:18 +02:00
test_app style: Apply black 2021-09-18 10:55:39 +03:00
__init__.py Removed unused code. 2017-06-23 06:49:38 +02:00
models.py feat: Add support for ManyToManyFields 🧑‍🤝‍🧑 (#668) 2023-01-27 15:05:18 +02:00
project_translation.py fix flake8 warnings 2020-02-14 17:27:12 +02:00
settings.py feat(dev): Migrate to pytest 2022-07-13 19:02:47 +03:00
tests.py fix: Fix handling of expressions in values()/values_list() 2023-02-08 16:53:35 +01:00
translation.py feat: Add support for ManyToManyFields 🧑‍🤝‍🧑 (#668) 2023-01-27 15:05:18 +02:00
urls.py feat(dev): Migrate to pytest 2022-07-13 19:02:47 +03:00