Commit History

Author SHA1 Message Date
  Baptiste Mispelon 79e1d6ebd7 Don't show `self` in the list of arguments of a method. 11 years ago
  Loic Bistuer da800be6dd Fixed #20986 -- Enabled SelectDateWidget to use custom months 11 years ago
  Tim Graham 7b69c3e775 Removed versionadded/changed annotations for 1.5 11 years ago
  Matt Johnson 907ef9d0d1 Fixed #20555 -- Make subwidget id attribute available 11 years ago
  minusf 70c080fcdb Misc doc cleanups. 11 years ago
  James Bennett c0f03175ce Fixed #19695 -- Retitle "Form Media" to "Form Assets". 11 years ago
  Tim Graham 175a102ddc Fixed #20567 - Documented BoundField.id_for_label. 11 years ago
  leandrafinger 08b501e7d3 add missing imports to the examples in the 'Forms' 12 years ago
  Juan Catalano 78c842a323 Adapted uses of versionchanged/versionadded to the new form. 12 years ago
  Baptiste Mispelon 9ac4dbd7b5 Fixed #4592: Made CheckboxSelectMultiple more like RadioSelect 12 years ago
  Baptiste Mispelon c4186c2fec Fixed #4117: Apply id attribute to the outer <ul> of RadioSelect 12 years ago
  Baptiste Mispelon 844fbc85c1 Fixed #19874: Apply id attribute to the outer <ul> of CheckboxSelectMultiple 12 years ago
  Claude Paroz 7ec2a21be1 Fixed #19686 -- Added HTML5 number input type 12 years ago
  Tim Graham 7a80904b00 Fixed #19812 - Removed a duplicate phrase in the widget docs. 12 years ago
  Claude Paroz f7394d2c32 Added HTML5 url input type 12 years ago
  Claude Paroz 4f16376274 Added HTML5 email input type 12 years ago
  Tim Graham 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 years ago
  Aymeric Augustin 7ee7599ab3 Removed versionadded/changed annotations dating back to 1.4. 12 years ago
  Tim Graham b3a8c9dab8 Fixed broken links, round 3. refs #19516 12 years ago
  Tim Graham 04775b4598 Fixed #13997 - Added an example of constructing a MultiWidget and documented the value_from_datadict method. 12 years ago
  Tim Graham 837425b425 Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 12 years ago
  Tim Graham a73838fde3 Fixed #11185 - Expanded docs on customizing widgets; thanks fadeev for the draft patch. 12 years ago
  Claude Paroz f1bdfbd24b Document and test 'type' usage in Widget attrs 12 years ago
  Alex Gaynor 6a5a12ea3e Fixed #17888 -- no longer silence exceptions inside of check_test. Thanks to brutasse for the patch. 12 years ago
  Tim Saylor f8ef93a657 Fixed a documentation typo on the widget page. 12 years ago
  Jacob Kaplan-Moss 7edf231d46 Replaced documentation snippets using "gender" with less sensitive examples. 13 years ago
  Adrian Holovaty 08bec4fbc1 Changed BoundField.subwidgets() to return SubWidget objects instead of rendered strings. This means we can access individual radio buttons' properties in the template (see new docs) 13 years ago
  Adrian Holovaty fc90c09efd Made BoundFields iterable, so that you can iterate over individual radio buttons of a RadioSelect in a template 13 years ago
  Luke Plant d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 13 years ago
  Timo Graham 24a45a5fda Fixed #16602 - Added forms.widgets TOC links to docs; thanks kencochrane. 13 years ago