diff options
| author | Tim Graham <timograham@gmail.com> | 2014-12-29 15:14:40 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-31 08:29:17 -0500 |
| commit | 93d73dac91104fd82d44b0dd4521cfa4f31e02aa (patch) | |
| tree | 10dac1f7300e934118c425072463b07b23afda03 /docs | |
| parent | 32ca159c96339b4856837d7abec376a575ec44ab (diff) | |
Moved DatabaseCreation.data_types properties to DatabaseWrapper.
refs #22340.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.txt | 10 |
1 files changed, 10 insertions, 0 deletions
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 ~~~~~~~~~~~~~ |
