Opened 18 years ago
Closed 18 years ago
#5168 closed (fixed)
svn:ignore is unset in django/contrib/databrowse/plugins
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | contrib.databrowse | Version: | dev |
| Severity: | Keywords: | databrowse, svn:ignore | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
svn:ignore is not set for django/contrib/databrowse/plugins, with the result that .pyc files are not ignored.
Change History (2)
comment:1 by , 18 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:2 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [5928]) Added svn:ignore *.pyc to a bunch of files under contrib. Fixed #5168.