The existing Redirect Model has no field for creation and updation timestamp. Many Django applications use slug based urls, and a redirect is created whenever slug changes. The redirects table will keep expanding and there will be no way to identify or delete the old redirects later, may be after 1 or 2 year. Adding date_created and date_modified fields will help to filter the old redirects and remove them. I feel this should be added in Django core.
-- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/a2f01674-827a-4617-a1c2-17591ff4f1d1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
