mirror of
https://github.com/django/django.git
synced 2025-06-07 04:29:12 +00:00
Removed obsolete docstring from Field.db_returning.
It's also supported on SQLite 3.35+ and MariaDB 10.5+.
This commit is contained in:
parent
92f0017133
commit
c494c6974d
@ -875,10 +875,7 @@ class Field(RegisterLookupMixin):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def db_returning(self):
|
def db_returning(self):
|
||||||
"""
|
"""Private API intended only to be used by Django itself."""
|
||||||
Private API intended only to be used by Django itself. Currently only
|
|
||||||
the PostgreSQL backend supports returning multiple fields on a model.
|
|
||||||
"""
|
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def set_attributes_from_name(self, name):
|
def set_attributes_from_name(self, name):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user