Django startproject template enhancement proposal

2016-03-12 Thread James Pic
Hi all, There's a pattern I like to use in my projects which I'd like to suggest for django startproject. It looks like: project_name/ setup.py src/ myapp1/ myapp2/ project_name/ settings.py urls.py manage.py wsgi.py My settings.py here uses environment v

Re: Proposal on Custom Indexes - Google Summer of Code

2016-03-12 Thread 'Moritz Sichert' via Django developers (Contributions to Django itself)
What about calling the attribute something like "constraints" similar to how it's done in SQLAlchemy [1]? For now the attribute can just contain a list of Index() instances but that would also lay grounds for supporting check constraints and other related table level options. Moritz [1] http:/

Re: Django startproject template enhancement proposal

2016-03-12 Thread Florian Apolloner
On Saturday, March 12, 2016 at 5:29:55 PM UTC+1, is_null wrote: > > I know it's too opinionated to add that to django, but I'd like to > open a discussion here and perhaps there's something we might find > worth changing in django's default project template. > Imo it should stay as minimal as i

Fellow Report - March 12, 2016

2016-03-12 Thread Tim Graham
Triaged --- https://code.djangoproject.com/ticket/26326 - Admin related object pop-ups not working (worksforme) https://code.djangoproject.com/ticket/26327 - Add JSON_AGG to contrib.postgres (accepted) https://code.djangoproject.com/ticket/26313 - Show labels next to ManyToMany with ra

Re: Revisiting multiline tags

2016-03-12 Thread Martijn van Oosterhout
On 12 March 2016 at 05:31, Curtis Maloney wrote: I think this conversation needs to come to a conclusion, and that >> conclusion should be simple. Several people have asked a very simple >> question of the purists: what is the "correct" way of writing tags which >> by nature need to be very long,