Re: django admin not working

2018-10-20 Thread Adam Johnson
This mailing list is for the development of Django itself, not for support. Use the django-users mailing list for that, or IRC #django on freenode, or a site like Stack Overflow. On Sat, 20 Oct 2018 at 05:31, Muhammad Tahir wrote: > Hello everyone, > i am following django tutorial (localhost) at

Re: Adding a database-agnostic JSONField into Django

2018-10-20 Thread Tom Forbes
Awesome work! Would you mind elaborating on the differences between mysql and mariadb? On Sat, 20 Oct 2018, 05:14 Raphael Michel, wrote: > Hi everyone, > > I used the sprints at DjangoCon US to work on this issue in form of a > third-party package. Mainly, I created a subclass of > django.contri

Re: Adding a database-agnostic JSONField into Django

2018-10-20 Thread Adam Johnson
The main thing is that MySQL added a binary JSON type, whilst MariaDB just made the JSON type an alias for TEXT (plus the corollaries that implies): https://mariadb.com/kb/en/library/json-data-type/ On Sat, 20 Oct 2018 at 21:36, Tom Forbes wrote: > Awesome work! Would you mind elaborating on the

Re: Fellow Reports - October 2018

2018-10-20 Thread Tim Graham
Week ending October 20, 2018 Triaged --- https://code.djangoproject.com/ticket/29852 - Infinite migrations when using SimpleLazyObject in field arguments (wontfix) https://code.djangoproject.com/ticket/29858 - Clarify docs regarding CSRF token header name (fixed) https://code.djangopro