mirror of
https://github.com/django/django.git
synced 2025-09-27 12:39:17 +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
1 changed files with 1 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue