Tim Graham
|
7b69c3e775
Removed versionadded/changed annotations for 1.5
|
11 năm trước cách đây |
Tim Graham
|
8676318d2d
Fixed #20805 -- Removed an extra colon beside checkboxes in the admin.
|
11 năm trước cách đây |
Claude Paroz
|
7557207983
Fixed #20582 -- Allowed default Form.label_suffix to be translated
|
11 năm trước cách đây |
Claude Paroz
|
7442eb1a24
Fixed #20224 -- Update docs examples which mention __unicode__
|
11 năm trước cách đây |
Tim Graham
|
3632d289de
A couple more semicolon -> colon fixes; refs #18134.
|
11 năm trước cách đây |
Gabe Jackson
|
584bd14dcf
Fixed #18134 -- BoundField.label_tag now includes the form's label_suffix
|
12 năm trước cách đây |
Tim Graham
|
175a102ddc
Fixed #20567 - Documented BoundField.id_for_label.
|
11 năm trước cách đây |
leandrafinger
|
08b501e7d3
add missing imports to the examples in the 'Forms'
|
12 năm trước cách đây |
Claude Paroz
|
0f99246b6f
Documented BoundField.label_tag
|
12 năm trước cách đây |
Claude Paroz
|
f7394d2c32
Added HTML5 url input type
|
12 năm trước cách đây |
Claude Paroz
|
4f16376274
Added HTML5 email input type
|
12 năm trước cách đây |
Tim Graham
|
0de2645c00
Fixed #19610 - Added enctype note to forms topics doc.
|
12 năm trước cách đây |
Tim Graham
|
9b5f64cc6e
Fixed #19516 - Fixed remaining broken links.
|
12 năm trước cách đây |
Tim Graham
|
b3a8c9dab8
Fixed broken links, round 3. refs #19516
|
12 năm trước cách đây |
Adrien Lemaire
|
2c8267bf3d
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
|
12 năm trước cách đây |
Tim Graham
|
837425b425
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
|
12 năm trước cách đây |
Claude Paroz
|
121fd109de
Fixed #5524 -- Do not remove cleaned_data when a form fails validation
|
12 năm trước cách đây |
Aymeric Augustin
|
c28e700c7e
Removed references to changes made in 1.2.
|
12 năm trước cách đây |
Claude Paroz
|
596cb9c7e2
Replaced print statement by print function (forward compatibility syntax).
|
13 năm trước cách đây |
Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 năm trước cách đây |
Adrian Holovaty
|
9a279edc1c
Fixed some ReST errors from e-mail -> email change in docs, and changed some docs that shouldn't have been changed (because translation strings haven't been converted yet)
|
14 năm trước cách đây |
Adrian Holovaty
|
94af19c43f
Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt
|
14 năm trước cách đây |
Simon Meers
|
8e7030d263
Fixed typo in forms API documentation.
|
14 năm trước cách đây |
Chris Beaven
|
32adde7fc9
Fix the documentation of BoundField.value() to reference the correct method name
|
14 năm trước cách đây |
Timo Graham
|
2ea93f9327
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
|
14 năm trước cách đây |
Chris Beaven
|
d3f5f219f5
Fixes #10427 -- Abstract the value generation of a BoundField
|
14 năm trước cách đây |
Jacob Kaplan-Moss
|
728effcfbd
Fixed #14141: docs now use the :doc: construct for links between documents.
|
14 năm trước cách đây |
Russell Keith-Magee
|
e081160706
Fixed #13037 -- Added documentation for the css_classes() helper class. Thanks to marcusf for the report.
|
15 năm trước cách đây |
Gary Wilson Jr
|
b4f5e80cd1
Added a few Sphinx directives to the form API and template API docs.
|
15 năm trước cách đây |
Jacob Kaplan-Moss
|
92803205cb
Fixed #3512: it's now possible to add CSS hooks to required/erroneous form rows. Thanks, SmileyChris.
|
15 năm trước cách đây |