Opened 18 years ago

Closed 18 years ago

#1276 closed defect (fixed)

[magic-removal] Typo in django.contrib.auth.models

Reported by: Esaj Owned by: Adrian Holovaty
Component: Core (Other) Version: magic-removal
Severity: normal 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

backend.quote_name('auth_users_groups'), backend.quote_name('id'), should be backend.quote_name('auth_user_groups'), backend.quote_name('id'),

Attachments (1)

models.py.diff (827 bytes ) - added by Esaj 18 years ago.

Download all attachments as: .zip

Change History (2)

by Esaj, 18 years ago

Attachment: models.py.diff added

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2130]) magic-removal: Fixed #1276 -- Fixed typo in auth.models. Thanks, Esaj

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