bernardopires / django-tenant-schemas

Tenant support for Django using PostgreSQL schemas.
https://django-tenant-schemas.readthedocs.org/en/latest/
MIT License
1.46k stars 423 forks source link

Document utils.py module #355

Closed filipeximenes closed 8 years ago

filipeximenes commented 8 years ago

I may be missing on something here but it seems that the utils.py module is not documented. There are some interesting functions there that look like could be useful to developers.

e.g.: #322

bernardopires commented 8 years ago

Hi Filipe, do you want to send a patch adding the documentation? Thanks!

bartmika commented 8 years ago

+1

rodolfomartinez commented 8 years ago

+1

filipeximenes commented 8 years ago

This is done here: https://django-tenant-schemas.readthedocs.io/en/latest/use.html#utils Closing this issue.