mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Moved DatabaseCreation.data_types properties to DatabaseWrapper.
refs #22340.
This commit is contained in:
@@ -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
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user