Closed Bug 1473749 Opened 6 years ago Closed 5 years ago

Add date_created and date_obsoleted fields to Resource, Project, ProjectLocale

Categories

(Webtools Graveyard :: Pontoon, enhancement, P2)

enhancement

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mathjazz, Assigned: vishalcr7)

References

Details

In bug 1468840, we should add date_created and date_obsoleted fields to each Resource, to follow the lead of the Entity model:

> date_created = models.DateTimeField(auto_now_add=True)
> date_obsoleted = models.DateTimeField(null=True, blank=True)

We should add the same fields to the Project and ProjectLocale models as well (with the 2nd field being called date_disabled).

The date_disabled field should be updated when the Project gets disabled.
Assignee: nobody → vishaliitr7
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Product: Webtools → Webtools Graveyard
You need to log in before you can comment on or make changes to this bug.