Re: On adding comments to database schema

2018-03-11 Thread vanadium23
> > > > On 8 Mar 2018, at 11:00, Jani Tiainen <red...@gmail.com > > wrote: > > Oracle supports comments as well. > > 7.3.2018 2.52 ip. "vanadium23" <cherno...@gmail.com > > kirjoitti: > >> Hello, fellows. >> >> T

On adding comments to database schema

2018-03-07 Thread vanadium23
Hello, fellows. There was once a proposal about ability to add comments to table/columns in postgres: https://code.djangoproject.com/ticket/18468 I re-read discussion in ticket, and it has ended with another proposal, that now migrations is within Django, so we can add this feature. I want to

Re: On adding comments to database schema

2018-03-18 Thread vanadium23
implement it as a third-party lib 2. Add this SQL after database creation in schema.py Which way is better? воскресенье, 11 марта 2018 г., 11:34:46 UTC+3 пользователь vanadium23 написал: > > That's good. I'll prepare the patch for review. > > суббота, 10 марта 2018 г., 10:27:30 UTC+3

Re: On adding comments to database schema

2019-06-04 Thread vanadium23
I've made it as a separate django libm but only for PostgresSQL: https://github.com/vanadium23/django-db-comments среда, 5 июня 2019 г., 0:29:21 UTC+3 пользователь Mauricio Cordero написал: > > Hello all, just wondering if this feature was ever implemented. > -- You received thi

Re: For discussion: JSON-aware views for error responses

2022-04-22 Thread vanadium23
I've done some work long ago. May be will help for someone. https://github.com/django/django/pull/8947 On Friday, 22 April 2022 at 08:53:56 UTC+3 Tobias Bengfort wrote: > +1 from me. > > On 14/04/2022 11.03, Ville Säävuori wrote: > > And to be clear, I understand we already have middleware APIs