Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#19711 closed Bug (fixed)

Wrong __all__ declaration in django/test/simple.py

Reported by: Rafal Stozek Owned by: Rafal Stozek
Component: Uncategorized Version: 1.4
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Change History (4)

comment:1 by Rafal Stozek, 11 years ago

Owner: changed from nobody to Rafal Stozek
Status: newassigned

comment:3 by Rafal Stozek <say4ne@…>, 11 years ago

Resolution: fixed
Status: assignedclosed

In d877778bf39184d5b203eaf0add7c4265f820e02:

Fixed #19711 -- Typo in all declaration in django/test/simple.py

comment:4 by Aymeric Augustin <aymeric.augustin@…>, 11 years ago

In 31308b3195b84bf6dfa14416db27ba5c1e91e3ad:

Merge pull request #690 from rafales/ticket_19711

Fixed #19711 -- Typo in django.test.simple.all

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