1. 15 Haz, 2013 4 kayıt (commit)
  2. 14 Haz, 2013 16 kayıt (commit)
  3. 13 Haz, 2013 5 kayıt (commit)
  4. 12 Haz, 2013 5 kayıt (commit)
  5. 11 Haz, 2013 7 kayıt (commit)
  6. 10 Haz, 2013 3 kayıt (commit)
    • Tim Graham's avatar
      9ff5f100
    • Gabe Jackson's avatar
      Fixed #18134 -- BoundField.label_tag now includes the form's label_suffix · 584bd14d
      Gabe Jackson yazdı
      There was an inconsistency between how the label_tag for forms were
      generated depending on which method was used: as_p, as_ul and as_table
      contained code to append the label_suffix where as label_tag called on a
      form field directly did NOT append the label_suffix. The code for
      appending the label_suffix has been moved in to the label_tag code of
      the field and the HTML generation code for as_p, as_ul and as_table now
      calls this code as well.
      
      This is a backwards incompatible change because users who have added the
      label_suffix manually in their templates may now get double label_suffix
      characters in their forms.
      584bd14d
    • Tim Graham's avatar
      Merge pull request #1255 from camilonova/patch-2 · a643e4d2
      Tim Graham yazdı
      Made URL patterns consistent in docs/ref/contrib/flatpages.txt
      a643e4d2