Serg Tereshchenko
79d2e089ef
fix: Add django version check for default_app_config
2022-05-14 11:23:27 +03:00
Serhii Tereshchenko
6b4bb733d9
fix: Store version as plain text file to simplify bumping ( #636 )
...
BREAKING CHANGE: Replaced `VERSION` in tuple format by `__version__` as a string
2022-05-14 11:11:07 +03:00
Serg Tereshchenko
155445f1a7
chore: Update dev deps
2022-05-13 21:56:47 +03:00
Serg Tereshchenko
2292830fca
chore(release): 0.17.7
2022-05-04 09:27:30 +03:00
Serg Tereshchenko
89be420540
chore: Move selects_all
2022-05-04 09:26:50 +03:00
Suyeol Jeon
defc37c7a5
fix: Do not include annotation fields when selecting specific fields ( #634 )
2022-05-04 09:25:53 +03:00
Serg Tereshchenko
f5264aa5b9
chore(release): 0.17.6
2022-04-29 13:27:06 +03:00
Suyeol Jeon
6f2688f52c
fix: Preserve annotate() fields in queryset ( #633 )
2022-04-29 13:26:15 +03:00
dependabot[bot]
86c3a520aa
build(deps): bump django from 3.2.12 to 3.2.13 ( #632 )
...
Bumps [django](https://github.com/django/django ) from 3.2.12 to 3.2.13.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/3.2.12...3.2.13 )
---
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-04-25 13:29:28 +03:00
Serhii Tereshchenko
0617eadfb4
chore: Add "Support Ukraine" info ( #630 )
2022-03-07 18:16:50 +02:00
dependabot[bot]
2d55d2704d
build(deps): bump django from 3.2.11 to 3.2.12 ( #629 )
...
Bumps [django](https://github.com/django/django ) from 3.2.11 to 3.2.12.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/3.2.11...3.2.12 )
---
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-02-11 13:49:08 +02:00
dependabot[bot]
28e7d78d80
build(deps): bump django from 3.2 to 3.2.11 ( #627 )
...
Bumps [django](https://github.com/django/django ) from 3.2 to 3.2.11.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/3.2...3.2.11 )
---
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-01-30 11:51:56 +02:00
dependabot[bot]
5c01e8824d
build(deps): bump sqlparse from 0.4.1 to 0.4.2 ( #626 )
...
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse ) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/andialbrecht/sqlparse/releases )
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG )
- [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.1...0.4.2 )
---
updated-dependencies:
- dependency-name: sqlparse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-30 11:51:10 +02:00
Serhii Tereshchenko
75195b28f4
chore: Update test matrix (add django 4) ( #625 )
2022-01-30 11:47:57 +02:00
Serg Tereshchenko
b9a8d8ecc4
chore(release): 0.17.5
2022-01-30 11:28:50 +02:00
Serg Tereshchenko
41ef9cad92
Revert "chore: Avoid deprecation warning in Django 3.2+ ( #618 )"
...
This reverts commit 1e0b4fe8c6 .
# Conflicts:
# modeltranslation/__init__.py
2022-01-30 11:28:29 +02:00
Serg Tereshchenko
97534b9973
chore(release): 0.17.4
2022-01-28 16:26:58 +02:00
Serg Tereshchenko
391e2b33b8
chore: Enable actions for pull requests
2021-12-07 17:25:26 +02:00
James McKinney
1e0b4fe8c6
chore: Avoid deprecation warning in Django 3.2+ ( #618 )
2021-11-09 10:10:17 +02:00
partizan
26b9a7829e
Merge pull request #613 from deschler/black
...
Use Black
2021-09-18 11:08:57 +03:00
Serg Tereshchenko
03b81da556
chore: Add black, update flake8
2021-09-18 11:05:35 +03:00
Serg Tereshchenko
25b6011a1f
style: Apply black
2021-09-18 10:55:39 +03:00
Serg Tereshchenko
6cbf0ce725
ci: Enable black
2021-09-18 10:50:30 +03:00
partizan
e3c521392f
ci: Use github actions for CI
2021-09-18 10:09:50 +03:00
Nicolás Pascual González
67f99f7aba
Fix changelog import ( #610 )
...
Fix changelog path so that it shows on the documentation
2021-09-09 21:11:02 +03:00
Hovi
eb052018bf
feat: semi-configurable selection of elements to generate tabs in admin ( #607 )
...
Co-authored-by: karelhovorka <gpsclock@karel-hovorka.eu>
2021-07-22 12:47:15 +03:00
manelbdacosta
3652fa9cee
docs: Fix typo
...
Fixing a tiny typo I found while reading the documentation.
2021-07-07 22:54:59 +03:00
Serg Tereshchenko
804f750145
chore(release): 0.17.3
2021-06-28 15:46:01 +03:00
Hovi
41f0b7a1e1
chore: Added css class and id to main language switch
...
Refs #602
2021-06-28 15:45:00 +03:00
Serg Tereshchenko
7e8fa7d0b4
chore: Add git push --follow-tags to Makefile
2021-06-08 09:45:28 +03:00
Serg Tereshchenko
c4ba6cebe7
chore(release): 0.17.2
2021-05-31 11:09:32 +03:00
Serg Tereshchenko
0c697e08fd
Merge branch 'master' into 483-fix-clone
2021-05-31 11:02:21 +03:00
Serg Tereshchenko
c65adb058d
fix(MultilingualQuerySet): Make _clone signature match default django _clone
...
Refs #483
2021-05-29 14:29:40 +03:00
Julien Palard
10ec4ed869
fix(docs): Fixed legacy python 2 print statements
2021-04-29 15:40:00 +03:00
Serg Tereshchenko
1fe45d3b37
chore: Add python 3.9 to supported version list
2021-04-15 21:52:11 +03:00
Serg Tereshchenko
ce12610672
chore(release): 0.17.1
2021-04-15 21:45:57 +03:00
Serg Tereshchenko
b95c51d19a
chore(dev): Update dev deps to latest django
2021-04-15 21:41:01 +03:00
Serg Tereshchenko
f200bf1951
chore: Fix linter error
2021-04-15 21:40:26 +03:00
Antoine Fontaine
eaf613be17
fix: Fixed .latest() ORM method with django 3.2
...
Co-authored-by: Serg Tereshchenko <serg.partizan@gmail.com>
Refs #591
2021-04-15 21:38:56 +03:00
Serg Tereshchenko
8fd6278af1
chore: Add test to Makefile
2021-04-15 19:38:55 +03:00
Serg Tereshchenko
45a214d806
chore: Add makefile
2021-04-15 09:09:24 +03:00
Serg Tereshchenko
f45828ffe9
chore(release): 0.17.0
2021-04-15 09:04:26 +03:00
Serg Tereshchenko
2b75cd2afa
chore: Add 3.9 to travis.yml
2021-04-15 08:59:21 +03:00
Pieter Goetschalckx
fd137d8ae9
Fix Django 3.2 compatibility ( #590 )
...
feat: Add Django 3.2 compatibility
order_by in update_translation_fields.py:84 can be removed after next django 3.2.x is released (https://code.djangoproject.com/ticket/32645 ).
2021-04-15 08:51:08 +03:00
partizan
36c65f2c07
Merge pull request #588 from lyndsysimon/docs/command_options
...
docs: add optional flags for update_translation_fields command
2021-03-11 14:52:51 +02:00
Lyndsy Simon
1f06f49383
docs: add optional flags for update_translation_fields command
2021-03-10 13:50:40 -06:00
Serg Tereshchenko
bce5b6b015
chore: Fix CHANGELOG description
2021-03-10 13:09:14 +02:00
Serg Tereshchenko
fa5af79963
chore(release): 0.16.2
2021-02-18 09:41:56 +02:00
partizan
e84eb04ccd
Merge pull request #584 from 21adrian1996/fix/add-another
...
Fix/add another
2021-02-18 09:38:30 +02:00
Adrian Berger
c8ea22877b
fix: remove on windwos load from add another
2021-02-17 15:06:51 +01:00