Serg Tereshchenko
4f690ab772
chore: Apply black
2022-11-22 16:40:51 +02:00
Serg Tereshchenko
8eeb8c641c
chore: Update deps
2022-11-22 16:39:59 +02:00
Serg Tereshchenko
2728771ac6
chore: Update dev deps
2022-11-22 16:37:39 +02:00
Serg Tereshchenko
66624db544
chore: Add pyright config
2022-11-22 16:37:24 +02:00
Philipp
fcfbd5ce05
fix: Fix admin widget for fk fields ( #662 )
...
Refs #660
2022-11-22 16:21:00 +02:00
dependabot[bot]
5ab3a45af6
build(deps): bump django from 3.2.15 to 3.2.16 ( #659 )
...
Bumps [django](https://github.com/django/django ) from 3.2.15 to 3.2.16.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/3.2.15...3.2.16 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-09 09:46:33 +00:00
Serg Tereshchenko
50702bb36f
chore(release): 0.18.7
2022-11-08 16:24:08 +02:00
Serhii Tereshchenko
e0ffab0d46
chore: Add typing-extensions dependency ( #658 )
2022-11-08 14:23:41 +00:00
Maksudul Haque
4927b6cb63
Make Context Managers (fallbacks and auto_populate) Thread Safe ( #657 )
2022-11-08 14:13:17 +00:00
Serg Tereshchenko
57b1c33af6
chore(release): 0.18.6
2022-11-07 11:24:53 +02:00
Michal Dabski
09ce0e076b
fix: Fix unexpected ordering after values()/values_list() followed by order_by().
...
Refs #655
Refs #656
2022-11-07 09:24:04 +00:00
Serg Tereshchenko
285c855de8
chore(release): 0.18.5
2022-10-12 15:21:25 +03:00
Lukáš Letovanec
d414cd3e07
feat: Support UserAdmin add_fieldsets
...
Refs #654
2022-10-12 12:20:57 +00:00
dependabot[bot]
6aa2ff0816
build(deps): bump django from 3.2.14 to 3.2.15 ( #650 )
...
Bumps [django](https://github.com/django/django ) from 3.2.14 to 3.2.15.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/3.2.14...3.2.15 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-03 21:56:33 +03:00
Tim Gates
ab79ec8512
docs: Fix a few typos ( #651 )
...
There are small typos in:
- docs/modeltranslation/admin.rst
- docs/modeltranslation/installation.rst
- docs/modeltranslation/related_projects.rst
- modeltranslation/admin.py
- modeltranslation/management/commands/sync_translation_fields.py
- modeltranslation/tests/models.py
Fixes:
- Should read `similar` rather than `similiar`.
- Should read `whose` rather than `whos`.
- Should read `original` rather than `orginal`.
- Should read `missing` rather than `missings`.
- Should read `consistent` rather than `consistant`.
- Should read `compatibility` rather than `compatibiliy`.
Signed-off-by: Tim Gates <tim.gates@iress.com>
2022-09-03 21:56:06 +03:00
Kazantcev Andrey
8ef8afd2d7
fix: Fix working in strict mode. ( #649 )
2022-08-05 16:06:31 +03:00
Serg Tereshchenko
654d5b65c1
chore(release): 0.18.4
2022-07-22 11:36:25 +03:00
Serhii Tereshchenko
1271e88f17
Merge pull request #647 from deschler/django-compatibility
...
fix: Update django compatibility
2022-07-22 11:35:55 +03:00
Serg Tereshchenko
582b612ab5
fix: Update django compatibility
2022-07-22 11:31:17 +03:00
Serg Tereshchenko
0616118824
chore(release): 0.18.3
2022-07-19 12:33:46 +03:00
Serg Tereshchenko
9e1acc4ee4
chore: Remove tox.ini; move flake8 config to setup.cfg
2022-07-13 23:20:33 +03:00
Serhii Tereshchenko
d1d3c5cdc3
Merge pull request #646 from deschler/remove-six
...
fix: Remove six (old compat layer for python2)
2022-07-13 23:18:07 +03:00
Serg Tereshchenko
86b67c271e
fix: Remove six (old compat layer for python2)
2022-07-13 23:14:28 +03:00
Serg Tereshchenko
10d2f123c8
chore(release): 0.18.3-beta.1
2022-07-13 20:05:12 +03:00
Serg Tereshchenko
a8e5d24b11
cleanup: Remove obsolete code for old django in loaddata command
2022-07-13 20:04:39 +03:00
Serhii Tereshchenko
fba75cca07
Merge pull request #645 from deschler/pytest
...
feat(dev): Migrate to pytest
2022-07-13 19:55:37 +03:00
Serg Tereshchenko
89abad769c
cleanup: Remove six from tests; Remove get_query_set; Remove unused has_custom_queryset
2022-07-13 19:49:54 +03:00
Serg Tereshchenko
426a8f5ff6
cleanup: Remove obsolete skipUnless
2022-07-13 19:39:16 +03:00
Serg Tereshchenko
480cdcfaf9
refactor: Use pytest assertions
...
This was mostly converted automatically with
pipx run unittest2pytest modeltranslation/tests -w
And some manual fixes.
2022-07-13 19:37:44 +03:00
Serg Tereshchenko
d3e2396be6
feat(dev): Migrate to pytest
2022-07-13 19:02:47 +03:00
Serg Tereshchenko
8535a4ee23
chore(release): 0.18.3-beta.0
2022-07-11 00:02:03 +03:00
Serhii Tereshchenko
39bbe821b3
feat: Support named argument for values_list ( #644 )
...
Co-authored-by: serdtsekol <serdtsekol@gmail.com>
2022-07-11 00:00:24 +03:00
Serg Tereshchenko
1b56110067
chore: Update typing
2022-07-10 23:51:19 +03:00
dependabot[bot]
f7084f3150
build(deps): bump django from 3.2.13 to 3.2.14 ( #642 )
...
Bumps [django](https://github.com/django/django ) from 3.2.13 to 3.2.14.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/3.2.13...3.2.14 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-06 11:04:01 +03:00
Serg Tereshchenko
4b1adbe900
chore: Automatically create github release after tagging
2022-05-27 19:29:28 +03:00
Serg Tereshchenko
f550f7d3e4
chore: Build bdist_wheel
2022-05-27 18:12:46 +03:00
Serg Tereshchenko
0a78765fa1
chore: Update banner
2022-05-27 10:32:30 +03:00
Serg Tereshchenko
a9948e1c9e
chore(release): 0.18.2
2022-05-15 18:05:54 +03:00
Serg Tereshchenko
58691691b7
cleanup: Remove old south mentions
2022-05-15 11:16:58 +03:00
Serg Tereshchenko
15641b60e0
chore: Move links from README to setup.cfg
2022-05-15 10:51:35 +03:00
Serhii Tereshchenko
29deb95bf3
feat: Update test matrix; Drop python 3.6, add Python 3.10 ( #638 )
2022-05-15 10:38:07 +03:00
Serg Tereshchenko
36e31678fc
chore: Update workflow
2022-05-15 09:42:01 +03:00
Serg Tereshchenko
bd4e7fdf0b
chore: Move badges to the top
2022-05-15 09:21:24 +03:00
Serg Tereshchenko
04e4ae36a7
chore: Use importlib-metadata
2022-05-15 09:16:49 +03:00
Serg Tereshchenko
289055fa57
chore(release): 0.18.1
2022-05-15 08:40:28 +03:00
Serg Tereshchenko
ad2ca8bb5f
chore: Test actual source dist
2022-05-15 08:38:55 +03:00
Serg Tereshchenko
ab66e8d2f7
fix: Fix install (included missing VERSION)
...
Refs #637
2022-05-15 08:36:47 +03:00
Serg Tereshchenko
84c535516f
chore(release): 0.18.0
2022-05-14 11:30:09 +03:00
Serg Tereshchenko
876f2e7158
fix: Fix django version detect during install
2022-05-14 11:27:19 +03:00
Serg Tereshchenko
79d2e089ef
fix: Add django version check for default_app_config
2022-05-14 11:23:27 +03:00