supprimer les warnings dus au passage à django 3.2 (#75312) #36

Merged
lguerin merged 4 commits from wip/75312-remove-warnings into main 2023-03-10 17:11:02 +01:00
Owner
No description provided.
lguerin added 4 commits 2023-03-10 10:47:09 +01:00
00aeac4aa0
misc: use gettext_lazy instead of ugettext_lazy (#75312)
RemovedInDjango40Warning: django.utils.translation.ugettext_lazy()
is deprecated in favor of django.utils.translation.gettext_lazy()
ab0822efe3
misc: use ngettext instead of ungettext (#75312)
RemovedInDjango40Warning: django.utils.translation.ungettext()
is deprecated in favor of django.utils.translation.ngettext()
e365371049
misc: use force_str instead of force_text (#75312)
RemovedInDjango40Warning: force_text() is deprecated in favor of force_str()
gitea/lingo/pipeline/head This commit looks good Details
9b598e582e
manager: order invoices (#75312)
UnorderedObjectListWarning: Pagination may yield inconsistent results with
an unordered object_list: <class 'lingo.invoicing.models.DraftInvoice'> QuerySet.
lguerin changed target branch from wip/75308-test-dj32 to main 2023-03-10 11:43:42 +01:00
tnoel approved these changes 2023-03-10 11:50:39 +01:00
lguerin merged commit 9b598e582e into main 2023-03-10 17:11:02 +01:00
lguerin deleted branch wip/75312-remove-warnings 2023-03-10 17:11:02 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: entrouvert/lingo#36
No description provided.