Did Ubuntu 14.04 or Linux Mint 17 break your Django project files?

2014-07-16 Thread Pepsodent Cola
that nothing was wrong with my code to begin with, that perhaps the change of operating system has caused this error. Did Ubuntu 14.04 or Linux Mint 17 break your Django project files also? admin.TabularInline Also I think Linux Mint 17 broke admin.py's TabularInline function because now

Re: Did Ubuntu 14.04 or Linux Mint 17 break your Django project files?

2014-07-16 Thread Bill Freeman
eese = models.*NullBooleanField()* > favourite_hamster_name = models.CharField(max_length=50) > > But then all kinds of different stuff in the project breaks. Which makes > me suspect that nothing was wrong with my code to begin with, that perhaps > the change of operating sy

Re: Did Ubuntu 14.04 or Linux Mint 17 break your Django project files?

2014-07-16 Thread Adam Stein
project breaks. Which > makes me suspect that nothing was wrong with my code to begin with, > that perhaps the change of operating system has caused this error. > > Did Ubuntu 14.04 or Linux Mint 17 break your Django project files > also? > > > > admin.TabularInline >

Re: Did Ubuntu 14.04 or Linux Mint 17 break your Django project files?

2014-07-16 Thread Alasdair Nicol
Hi, On 16/07/14 21:53, Pepsodent Cola wrote: Hi, I have been learning and developing my first Django project in Linux Mint 14 for about 2 years. This month I moved my Django project files to Linux Mint 17. When I run my unit tests then I get this error, which I don't remember having when I was

Re: Did Ubuntu 14.04 or Linux Mint 17 break your Django project files?

2014-07-16 Thread Pepsodent Cola
my code to begin with, that perhaps > the change of operating system has caused this error. > > Did Ubuntu 14.04 or Linux Mint 17 break your Django project files also? > > > > admin.TabularInline > Also I think Linux Mint 17 broke admin.py's TabularInline function because &g