Opened 13 years ago

Closed 13 years ago

#16434 closed Bug (fixed)

doc patch "widgets.extras" => "extras.widgets"

Reported by: Ryan Kelly Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

This is a simple patch to fix references to "django.forms.widgets.extras".
The correct module name is "django.forms.extras.widgets".

Attachments (1)

widget_docs_extras.patch (1.2 KB ) - added by Ryan Kelly 13 years ago.

Download all attachments as: .zip

Change History (3)

by Ryan Kelly, 13 years ago

Attachment: widget_docs_extras.patch added

comment:1 by Aymeric Augustin, 13 years ago

Easy pickings: set
Triage Stage: UnreviewedReady for checkin
Type: UncategorizedBug

comment:2 by Tim Graham, 13 years ago

Resolution: fixed
Status: newclosed

In [16528]:

Fixed #16434 - corrected "django.forms.widgets.extras" to "django.forms.extras.widgets"; thanks rfk.

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