Django 1.11.6 breaks OpenStack Horizon when upgrading from 1.10.6

2017-10-12 Thread Byron Yi
Django 1.11.6 is packaged with latest Debian sid (2017-10-12) and 1.10.6 is packaged with latest Debian stable. Detailed error log is here: Setting up python-django-openstack-auth (2.4.1-2) ... Setting up python-django-pyscss (2.0.2-6) ... Setting up python-django-horizon (3:10.0.1-1) ... Settin

Re: Django Install Error: " SyntaxError: future feature unicode_literals is not defined "

2014-01-09 Thread Byron Price
I have Python 3.3.2 running and I'm trying to download Django-1.6.1 On Thursday, January 9, 2014 12:39:11 AM UTC-5, Mark Moss wrote: > > What's the version of python you are using? Django 1.5 has dropped > support for Python 2.5 (*see here >

Django Install Error: " SyntaxError: future feature unicode_literals is not defined "

2014-01-08 Thread Byron Price
I am new to programming in general and I am struggling to install Django. I downloaded the gar file, unzipped it and then attempted to do the " sudo python setup.py install " command in the terminal (I'm working on a Mac OS X 10.5.8) but was given the following message : Traceback (most recen

Re: Anonymous session carries over to authenticated session

2011-11-15 Thread Byron Ruth
Posted on Django Developers: http://groups.google.com/group/django-developers/browse_thread/thread/93dd04dc07ddf612 On Nov 15, 1:30 pm, Byron Ruth wrote: > Thanks for info Tom. This behavior is confusing. I am going to post it > on the Django Developers group. > > On Nov 15, 11:40 a

Re: Anonymous session carries over to authenticated session

2011-11-15 Thread Byron Ruth
Thanks for info Tom. This behavior is confusing. I am going to post it on the Django Developers group. On Nov 15, 11:40 am, Tom Evans wrote: > On Tue, Nov 15, 2011 at 4:08 PM, Byron Ruth wrote: > > I have some data I persist in a user's session regardless if the user >

Anonymous session carries over to authenticated session

2011-11-15 Thread Byron Ruth
I have some data I persist in a user's session regardless if the user is anonymous or authenticated. I noticed after I logged in that my anonymous session data carried over in my authenticated session store. I thought this behavior was a bit unexpected although I could certainly see where this woul

a DRY ModelAdmin?

2009-06-08 Thread byron
So I am implementing a couple custom admin interfaces for a project i am working on. I wanted to limit the choices for a few of my models, so i overrode the ModelAdmin.queryset method and that worked well. But the one thing i noticed was that any other models (one being Study) that have relationsh