diff --git a/docs/pages/builtin-columns.rst b/docs/pages/builtin-columns.rst index 71535cc2..fabde589 100644 --- a/docs/pages/builtin-columns.rst +++ b/docs/pages/builtin-columns.rst @@ -6,8 +6,8 @@ Built-in columns For common use-cases the following columns are included: - `.BooleanColumn` -- renders boolean values -- `.Column` -- generic column - `.CheckBoxColumn` -- renders ``checkbox`` form inputs +- `.Column` -- generic column - `.DateColumn` -- date formatting - `.DateTimeColumn` -- ``datetime`` formatting in the local timezone - `.EmailColumn` -- renders ```` tags @@ -17,4 +17,5 @@ For common use-cases the following columns are included: - `.ManyToManyColumn` -- renders a list objects from a `ManyToManyField` - `.RelatedLinkColumn` -- renders ```` tags linking related objects - `.TemplateColumn` -- renders template code +- `.TimeColumn` -- time formatting - `.URLColumn` -- renders ```` tags (absolute URL)