Re: Questions about MySQL notes in Django docs

2019-01-26 Thread Carsten Fuchs
Hi Jason, Am 24.01.19 um 14:47 schrieb Jason: > It doesn't look like the fixes were backported to 1.11, after looking in the > django 1.11 release notes. > As Tim said,  >> Based on the commits there, it looks like Django 2.0.7 and above >> received the fixes Yes, that's part of my problem.

Re: Questions about MySQL notes in Django docs

2019-01-24 Thread Kasper Laudrup
Hi RETAIL CYBER On 24/01/2019 18.59, RETAIL CYBER wrote: Now I'm stuck on it saying phpmyadmin not working Have you tried turning it off and on again? (Sorry, couldn't help it) /Kasper -- You received this message because you are subscribed to the Google Groups "Django users" group. To u

Re: Questions about MySQL notes in Django docs

2019-01-24 Thread Jason
please stick to one topic per issue, and not keep spamming random topics. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups

Re: Questions about MySQL notes in Django docs

2019-01-24 Thread RETAIL CYBER
Now I'm stuck on it saying phpmyadmin not working On Wed, Jan 23, 2019, 4:26 PM Carsten Fuchs Hi Tim, > > thanks for your reply! > > I'm sorry if I left the impression that I had not spent any time with > research before posting my question! > > Unfortunately and mistakenly, I was referring to th

Re: Questions about MySQL notes in Django docs

2019-01-24 Thread Jason
It doesn't look like the fixes were backported to 1.11, after looking in the django 1.11 release notes. As Tim said, Based on the commits there, it looks like Django 2.0.7 and above received > the fixes > What I would suggest you do with this is start a django 2.0 project project with the la

Re: Questions about MySQL notes in Django docs

2019-01-24 Thread Carsten Fuchs
Hi Michael, Am 23.01.19 um 13:56 schrieb Michal Petrucha: >> d) Why is isolation level "read committed" preferred over "repeatable read"? >> The text says "Data loss is possible with repeatable read.", but how can >> "repeatable read" have data loss that "read committed" has not? > > I can't answ

Re: Questions about MySQL notes in Django docs

2019-01-23 Thread Carsten Fuchs
Hi Tim, thanks for your reply! I'm sorry if I left the impression that I had not spent any time with research before posting my question! Unfortunately and mistakenly, I was referring to the 2.1 docs when I am in fact still using Django 1.11: My problem is that I still (have to) use an Oracle

Re: Questions about MySQL notes in Django docs

2019-01-23 Thread Tim Graham
Yes, Django supports MySQL 8. If you google "django mysql 8" the second result is https://code.djangoproject.com/ticket/29451. Based on the commits there, it looks like Django 2.0.7 and above received the fixes. On Wednesday, January 23, 2019 at 5:10:18 AM UTC-5, Carsten Fuchs wrote: > > Dear Dj

Re: Questions about MySQL notes in Django docs

2019-01-23 Thread RETAIL CYBER
i cant even get it to load On Wed, Jan 23, 2019 at 4:09 AM Carsten Fuchs wrote: > Dear Django group, > > can you please help me with some questions about > https://docs.djangoproject.com/en/2.1/ref/databases/#mysql-notes ? > (I've been using Django with an Oracle database for years, but I'm new

Re: Questions about MySQL notes in Django docs

2019-01-23 Thread Michal Petrucha
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Wed, Jan 23, 2019 at 11:09:32AM +0100, Carsten Fuchs wrote: > Dear Django group, > > can you please help me with some questions about > https://docs.djangoproject.com/en/2.1/ref/databases/#mysql-notes ? > (I've been using Django with an Oracle da