mirror of
https://github.com/django/django.git
synced 2025-12-04 00:55:36 +00:00
Fixed Sphinx warnings on duplicate object descriptions.
This commit is contained in:
parent
ad811335bd
commit
69e2cd6fed
6 changed files with 14 additions and 1 deletions
|
|
@ -677,14 +677,17 @@ Usage example::
|
|||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. class:: TruncHour(expression, output_field=None, tzinfo=None, is_dst=None, **extra)
|
||||
:noindex:
|
||||
|
||||
.. attribute:: kind = 'hour'
|
||||
|
||||
.. class:: TruncMinute(expression, output_field=None, tzinfo=None, is_dst=None, **extra)
|
||||
:noindex:
|
||||
|
||||
.. attribute:: kind = 'minute'
|
||||
|
||||
.. class:: TruncSecond(expression, output_field=None, tzinfo=None, is_dst=None, **extra)
|
||||
:noindex:
|
||||
|
||||
.. attribute:: kind = 'second'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue