Re: [Discussion] Legacy documentation / Boken docs Django v1.2

2016-02-16 Thread Felipe Prenholato
I was catch by that change today and found the docs in http://django.readthedocs.org/en/1.5.x/. I wan't to suggest that for documentations that Django will remove from docs.djangoproject.com and from django.readthedocs.org we keep instead links to download PDFs / epubs / HTML zips in some place th

Re: [Discussion] Legacy documentation / Boken docs Django v1.2

2016-02-16 Thread Tim Graham
I removed the 1.4, 1.5, and 1.6 docs from docs.djangoproject.com today. They are still available on readthedocs. I've spent more than a couple hours recently debugging some problems related to documentation builds there. Some are described in https://github.com/django/djangoproject.com/issues/6

Composite Primary Keys

2016-02-16 Thread Cristiano Coelho
Hello there, What's the status for this? This (https://code.djangoproject.com/wiki/MultipleColumnPrimaryKeys) is 3 years old (last edit) and the links on it are even older. Googling around only gave me some very old projects so it wasn't good neither. -- You received this message because you

Re: Migration Errors (fields.E300)

2016-02-16 Thread Markus Holtermann
Hi, Can you please paste the migrations you created that refer to the Channel model. Make sure that those migrations depend on the redis_pubsub.0001_initial migration. /Markus On February 16, 2016 3:41:27 PM GMT+11:00, ayo...@thewulf.org wrote: >I'm having an issue with migrating my Django app

Migration Errors (fields.E300)

2016-02-16 Thread ayoung
I'm having an issue with migrating my Django application. I encounter the following errors when trying to migrate: ERRORS: accounts.Availability.channel: (fields.E300) Field defines a relation with model 'Channel', which is either not installed, or is abstract. accounts.Correspondence.channel: (