mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #34887 -- Added support for unlimited models.CharField on SQLite.
Signed-off-by: saJaeHyukc <wogur981208@gmail.com>
This commit is contained in:
@@ -223,6 +223,10 @@ Models
|
||||
expression contains a set-returning function, enforcing subquery evaluation.
|
||||
This is necessary for many Postgres set-returning functions.
|
||||
|
||||
* :attr:`CharField.max_length <django.db.models.CharField.max_length>` is no
|
||||
longer required to be set on SQLite, which supports unlimited ``VARCHAR``
|
||||
columns.
|
||||
|
||||
Requests and Responses
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user