Django

Code

Ticket #7929 (closed: fixed)

Opened 4 months ago

Last modified 2 months ago

Admin code cleanup

Reported by: julien Assigned to: nobody
Milestone: post-1.0 Component: django.contrib.admin
Version: SVN Keywords:
Cc: Triage Stage: Accepted
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

As I was browsing the contrib.admin code I found some unused/unnecessary imports, some dead code and a bad indentation. The attached patch fixes those out.

Attachments

7929.admin.cleanup.diff (3.4 kB) - added by julien on 07/23/08 21:52:10.

Change History

07/23/08 21:52:10 changed by julien

  • attachment 7929.admin.cleanup.diff added.

07/27/08 17:38:57 changed by mtredinnick

  • needs_better_patch changed.
  • needs_docs changed.
  • needs_tests changed.
  • milestone deleted.

08/08/08 14:43:24 changed by ericholscher

  • stage changed from Unreviewed to Accepted.
  • milestone set to 1.0 maybe.

08/22/08 19:48:33 changed by jacob

  • milestone changed from 1.0 maybe to 1.0.

08/22/08 21:44:26 changed by ubernostrum

  • milestone changed from 1.0 to post-1.0.

Since this is another cosmetic change, I'm bumping the milestone back.

09/08/08 00:45:56 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

(In [8985]) Fixed #7929 -- Removed some snippets of admin code that weren't doing anything, and tightened up a few more lines. Plus, an indentation fix. Thanks, julien


Add/Change #7929 (Admin code cleanup)




Change Properties
Action