#8599 closed (fixed)
Remove unused 'urls' directory in comments
| Reported by: | Julien Phalip | Owned by: | nobody |
|---|---|---|---|
| Component: | Uncategorized | Version: | dev |
| Severity: | 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
Most likely an oversight after the merge of newcomments. There is an empty urls directory that's still hanging about:
http://code.djangoproject.com/browser/django/trunk/django/contrib/comments/urls
Note:
See TracTickets
for help on using tickets.
(In [8621]) Fixed #8599 -- Removed unused urls directory hanging about. Thanks julien for the ticket.