Database migration operations¶
All of these operations are available from
the django.contrib.postgres.operations module.
CreateExtension¶
HStoreExtension¶
-
class
HStoreExtension[source]¶ A subclass of
CreateExtensionwhich will install thehstoreextension and also immediately set up the connection to interpret hstore data.
UnaccentExtension¶
-
class
UnaccentExtension[source]¶ A subclass of
CreateExtensionwhich will install theunaccentextension.