Opened 4 weeks ago

Closed 4 weeks ago

#37087 closed Bug (needsinfo)

Django 6.0.5 - makemessages changes POT-Creation-Date in django.po even if nothing changes

Reported by: אורי Owned by:
Component: Uncategorized Version: 6.0
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by אורי)

I have a project with several directories. For some odd reason some of the django.po files don't change after I run makemessages, but the files in 2 directories change and the only change is the line of POT-Creation-Date - even if nothing else changes. This is a regression from Django 5.2.*.

I checked and this happens also with Django==6.0.

Change History (4)

comment:1 by אורי, 4 weeks ago

Description: modified (diff)

comment:4 by Jacob Walls, 4 weeks ago

Resolution: needsinfo
Status: newclosed

Can you provide some instructions to reproduce?

Note: See TracTickets for help on using tickets.
Back to Top