Skip to content

Commit

Permalink
add TimeColumn to built-in
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Hanemann committed Nov 22, 2023
1 parent 35f9616 commit 21081fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/pages/builtin-columns.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 ``<a href="mailto:...">`` tags
Expand All @@ -17,4 +17,5 @@ For common use-cases the following columns are included:
- `.ManyToManyColumn` -- renders a list objects from a `ManyToManyField`
- `.RelatedLinkColumn` -- renders ``<a href="...">`` tags linking related objects
- `.TemplateColumn` -- renders template code
- `.TimeColumn` -- time formatting
- `.URLColumn` -- renders ``<a href="...">`` tags (absolute URL)

0 comments on commit 21081fa

Please sign in to comment.