Opened 13 years ago

Closed 13 years ago

#15322 closed (fixed)

Trivial change to AdminAuthenticationForm.clean

Reported by: Stephen Burrows Owned by: nobody
Component: contrib.admin Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In django.contrib.admin.forms.AdminAuthenticationForm, there is a redundant half of an if statement. This is a trivial aesthetic change which doesn't alter any functionality.

Attachments (1)

unnecessary.diff (686 bytes ) - added by Stephen Burrows 13 years ago.

Download all attachments as: .zip

Change History (3)

by Stephen Burrows, 13 years ago

Attachment: unnecessary.diff added

comment:1 by Russell Keith-Magee, 13 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Russell Keith-Magee, 13 years ago

Resolution: fixed
Status: newclosed

In [15569]:

Fixed #15322 -- Removed a redundant check in admin logins. Thanks to melinath for the report.

Note: See TracTickets for help on using tickets.
Back to Top