mirror of
https://github.com/django/django.git
synced 2025-05-29 10:16:30 +00:00
Fixed typo in DurationField's docstring.
This commit is contained in:
parent
75f0070a54
commit
c743af82cf
@ -1571,8 +1571,8 @@ class DecimalField(Field):
|
|||||||
class DurationField(Field):
|
class DurationField(Field):
|
||||||
"""Stores timedelta objects.
|
"""Stores timedelta objects.
|
||||||
|
|
||||||
Uses interval on postgres, INVERAL DAY TO SECOND on Oracle, and bigint of
|
Uses interval on PostgreSQL, INTERVAL DAY TO SECOND on Oracle, and bigint
|
||||||
microseconds on other databases.
|
of microseconds on other databases.
|
||||||
"""
|
"""
|
||||||
empty_strings_allowed = False
|
empty_strings_allowed = False
|
||||||
default_error_messages = {
|
default_error_messages = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user