From 93d73dac91104fd82d44b0dd4521cfa4f31e02aa Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 29 Dec 2014 15:14:40 -0500 Subject: Moved DatabaseCreation.data_types properties to DatabaseWrapper. refs #22340. --- docs/releases/1.8.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index a34f3bf5b8..f1e8eceee6 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -849,6 +849,16 @@ Also private APIs ``django.template.base.compile_string()``, ``django.template.loader.find_template()``, and ``django.template.loader.get_template_from_string()`` were removed. +Database backend API +~~~~~~~~~~~~~~~~~~~~ + +The following changes to the database backend API are documented to assist +those writing third-party backends in updating their code: + +* The ``data_types``, ``data_types_suffix``, and + ``data_type_check_constraints`` attributes have moved from the + ``DatabaseCreation`` class to ``DatabaseWrapper``. + Miscellaneous ~~~~~~~~~~~~~ -- cgit v1.3