Re: delegating our static file serving

2014-11-28 Thread Jannis Leidel
> On 28 Nov 2014, at 15:15, Tim Graham wrote: > > Berker has worked on integrating gunicorn with runserver so that we might be > able to deprecate our own homegrown webserver. Windows support for gunicorn > is supposedly coming soon which may actually make the idea feasible. This way > we pro

Re: Adding hard dependencies to Django's test suite

2014-11-28 Thread Jannis Leidel
> On 28 Nov 2014, at 02:42, Tim Graham wrote: > > There have been some proposals to add new dependencies in Django's test suite: > > 1. #23289 - unittest.mock (included in Python 3.3+; a backport version would > need be installed when testing on Python 2.7 and 3.2) > 2. #23792 - freezegun (to

Re: Adding hard dependencies to Django's test suite

2014-11-28 Thread Carl Meyer
On 11/27/2014 06:42 PM, Tim Graham wrote: > There have been some proposals to add new dependencies in Django's test > suite: > > 1. #23289 - unittest.mock > (included in Python 3.3+; a backport version would need be installed > when testing on Python 2

Re: delegating our static file serving

2014-11-28 Thread Carl Meyer
On 11/28/2014 07:15 AM, Tim Graham wrote: > Berker has worked on integrating gunicorn with runserver > so that we might be able to > deprecate our own homegrown webserver. Windows support for gunicorn is > supposedly coming soon >

delegating our static file serving

2014-11-28 Thread Tim Graham
Berker has worked on integrating gunicorn with runserver so that we might be able to deprecate our own homegrown webserver. Windows support for gunicorn is supposedly coming soon which may actually make

Re: Internationalise GET parameters?

2014-11-28 Thread Florian Apolloner
On Friday, November 28, 2014 11:17:15 AM UTC+1, Jorge C. Leitão wrote: > > IMO, this lies on the assumption that the Form's field names are never > shown to the user. When the form is POST, this assumption is valid. > However, in a GET, the field names are presented in the URL, and the > assum

Internationalise GET parameters?

2014-11-28 Thread Jorge C . Leitão
Hi, I'm came across to the situation where, for URL cleanness, See Cool URIs don’t change , by World > Wide Web creator Tim Berners-Lee, for excellent arguments on why URLs > should be clean and usable. I wanted to internationalise its parameters. E.g. th

Re: Adding hard dependencies to Django's test suite

2014-11-28 Thread Marc Tamlyn
I agree. Anyone wanting to contribute to Django should be able to run a pip install -r test_requirements.txt. Marc On 28 November 2014 at 04:03, Fabio Caritas Barrionuevo da Luz < bna...@gmail.com> wrote: > python 2.7.9 rc1 include a backported version of python3 ensurepip > > see: > > https://h