mirror of
https://github.com/django/django.git
synced 2025-04-01 20:16:43 +00:00
[1.11.x] Fixed typo in DurationField's docstring.
Backport of c743af82cf56a915bf5d5d53a063892394cb75cf from master
This commit is contained in:
parent
87775b64cd
commit
447c6802f0
@ -1616,8 +1616,8 @@ class DecimalField(Field):
|
||||
class DurationField(Field):
|
||||
"""Stores timedelta objects.
|
||||
|
||||
Uses interval on postgres, INVERAL DAY TO SECOND on Oracle, and bigint of
|
||||
microseconds on other databases.
|
||||
Uses interval on PostgreSQL, INTERVAL DAY TO SECOND on Oracle, and bigint
|
||||
of microseconds on other databases.
|
||||
"""
|
||||
empty_strings_allowed = False
|
||||
default_error_messages = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user