Re: django.utils.version.get_version() discrepancy for Python 2 vs. Python 3

2015-11-17 Thread Tim Graham
Thanks Donald, updating setuptools was the factor I missed, not Python 2 vs. 3. On Tuesday, November 17, 2015 at 5:06:59 PM UTC-5, Donald Stufft wrote: > > > On Nov 17, 2015, at 12:00 PM, Tim Graham > > wrote: > > There was a small hiccup with the 1.9 release candidate yesterday. Unless > there

Re: django.utils.version.get_version() discrepancy for Python 2 vs. Python 3

2015-11-17 Thread Donald Stufft
> On Nov 17, 2015, at 12:00 PM, Tim Graham wrote: > > There was a small hiccup with the 1.9 release candidate yesterday. Unless > there is some other conflating factor that I missed, generating release > packages using Python 2 will yield a name like "Django-1.9c1.tar.gz" while > Python 3 yie

Re: django.utils.version.get_version() discrepancy for Python 2 vs. Python 3

2015-11-17 Thread Donald Stufft
> On Nov 17, 2015, at 3:03 PM, Aymeric Augustin > wrote: > > On 17 nov. 2015, at 18:00, Tim Graham > wrote: > >> Do you think it's correct to make the change in Django itself? >> https://github.com/django/django/pull/5676 >>

Re: django.utils.version.get_version() discrepancy for Python 2 vs. Python 3

2015-11-17 Thread Aymeric Augustin
On 17 nov. 2015, at 18:00, Tim Graham wrote: > Do you think it's correct to make the change in Django itself? > https://github.com/django/django/pull/5676 > -- I didn't track down the > reason why this changed in Python. Per PEP 386, the standard

Re: removing redirect URLs for some really old Django releases

2015-11-17 Thread Aymeric Augustin
I hope anyone who still cares about these versions has their own copy… -- Aymeric. > On 17 nov. 2015, at 17:46, Tim Graham wrote: > > I wonder if anyone objects to removing some non-trivial logic to support old > download redirect URLs: > > https://github.com/django/djangoproject.com/pull/

django.utils.version.get_version() discrepancy for Python 2 vs. Python 3

2015-11-17 Thread Tim Graham
There was a small hiccup with the 1.9 release candidate yesterday. Unless there is some other conflating factor that I missed, generating release packages using Python 2 will yield a name like "Django-1.9c1.tar.gz" while Python 3 yields "Django-1.9rc1.tar.gz" ('rc' instead of 'c'). Yesterday's

removing redirect URLs for some really old Django releases

2015-11-17 Thread Tim Graham
I wonder if anyone objects to removing some non-trivial logic to support old download redirect URLs: https://github.com/django/djangoproject.com/pull/548 This only affects the redirect URLs like /download/%(version)s/tarball/. The files are still accessible at their actual URLs like https://ww

Re: Django Admin New Look

2015-11-17 Thread Fabio Caccamo
Hi guys, I just released https://github.com/fabiocaccamo/django-admin-interface It is based on the great Elky's theme, but by default it uses the same colors of https://www.djangoproject.com/ and as a plus it allows some interface customizations (title, logo and colors) directly through the ad

Migrations processing time of reload_model

2015-11-17 Thread Mounir Messelmeni
Hi, On one of my projects, I'm having processing time trouble to generate or run migrations even for a single app, this can take up to 3 minutes, after debugging I found that the function reload_model inside django.db.migrations.state.py take a lot of time, and this one is called when evaluati