diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2015-05-02 22:26:27 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2015-05-17 10:23:13 +0200 |
| commit | da2c6959c8da20ff9e4ebc5e68e2be44930116cd (patch) | |
| tree | 100a18ef9d1b664a78c8fa1466b0131be1bba6f7 /django/db/backends/postgresql_psycopg2 | |
| parent | e2a652fac1ce9af51e2dfdfb4e26a1c94cf3189c (diff) | |
Dropped the needs_datetime_string_cast feature.
It has been superseded by the converter infrastructure.
Diffstat (limited to 'django/db/backends/postgresql_psycopg2')
| -rw-r--r-- | django/db/backends/postgresql_psycopg2/features.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/db/backends/postgresql_psycopg2/features.py b/django/db/backends/postgresql_psycopg2/features.py index 789e0e0ccf..3c5aebfef8 100644 --- a/django/db/backends/postgresql_psycopg2/features.py +++ b/django/db/backends/postgresql_psycopg2/features.py @@ -4,7 +4,6 @@ from django.db.utils import InterfaceError class DatabaseFeatures(BaseDatabaseFeatures): allows_group_by_selected_pks = True - needs_datetime_string_cast = False can_return_id_from_insert = True has_real_datatype = True has_native_uuid_field = True |
