Changes between Initial Version and Version 3 of Ticket #9486
- Timestamp:
- Nov 20, 2008, 4:23:58 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9486
- Property Resolution → duplicate
- Property Status new → closed
-
Ticket #9486 – Description
initial v3 1 1 Here is the svn diff 2 2 {{{ 3 3 Index: django/forms/forms.py 4 4 =================================================================== … … 20 20 label = '' 21 21 if field.help_text: 22 }}}