Re: ExceptionMiddleware still necessary in documentation?

2018-04-25 Thread Tim Graham
There may be portions of that documentation that could be relocated as some of the information is still relevant to new-style middleware. By the way, it's better to ask this type of question on the ticket as it doesn't require the attention of everyone reading this mailing list. On Wednesday, A

Re: ModelAdmin.prepopulated_fields removes stop words

2018-04-25 Thread Kelly
Thank you for your help Collin! On Wednesday, April 25, 2018 at 4:57:17 PM UTC-4, Collin Anderson wrote: > > Hi Kelly, > > I believe it's in urlify.js > https://github.com/django/django/blob/master/django/contrib/admin/static/admin/js/urlify.js#L172-L175 > > Collin > > > On Wed, Apr 25, 2018 at 4

Re: ModelAdmin.prepopulated_fields removes stop words

2018-04-25 Thread Collin Anderson
Hi Kelly, I believe it's in urlify.js https://github.com/django/django/blob/master/django/contrib/admin/static/admin/js/urlify.js#L172-L175 Collin On Wed, Apr 25, 2018 at 4:51 PM, Kelly wrote: > Hello, > > I am working on ticket 29351 > and I am d

ModelAdmin.prepopulated_fields removes stop words

2018-04-25 Thread Kelly
Hello, I am working on ticket 29351 and I am documenting that ModelAdmin.prepopulated_fields removes stop words. I have looked in the codebase, but I am having trouble finding exactly where this logic is so that I can made the documentation as spec

Re: ExceptionMiddleware still necessary in documentation?

2018-04-25 Thread Florian Apolloner
It got removed in https://github.com/django/django/commit/7d1b69dbe7f72ac04d2513f0468fe2146231b286 -- as such it can also be removed from the documentation. On Wednesday, April 25, 2018 at 9:34:07 PM UTC+2, Shiyang Wang wrote: > > Hello! > > Following up from this issue: https://code.djangoproj

ExceptionMiddleware still necessary in documentation?

2018-04-25 Thread Shiyang Wang
Hello! Following up from this issue: https://code.djangoproject.com/ticket/29359 I am currently working on this issue with Jessica and I was wondering if ExceptionMiddleware is still necessary in the documentation, or can it simply be removed? It is not referenced anywhere else in the Django co

#django-dev IRC channel

2018-04-25 Thread Kenneth Yang
Hello, I was just curious about the #django-dev IRC Channel. Currently, the only mention for this channel is on the Code of Conduct FAQ page. Should it also be mentioned on the Contributing to Django

Re: Fabric examples in documentation

2018-04-25 Thread Collin Anderson
A little bit more information: Fabric2 has been actively developed over the last year, but is still Alpha (may get api changes): https://github.com/fabric/fabric/tree/v2 http://bitprophet.org/blog/2017/04/17/fabric-2-alpha-beta/ I agree removing references to fabric might be the way to go. There a

Re: Fabric examples in documentation

2018-04-25 Thread Florian Apolloner
I'd just drop the paragraph On Wednesday, April 25, 2018 at 7:42:45 PM UTC+2, Tim Graham wrote: > > From https://code.djangoproject.com/ticket/29360: > > "The ​Serving the site and your static files from the same server >

Fabric examples in documentation

2018-04-25 Thread Tim Graham
>From https://code.djangoproject.com/ticket/29360: "The ​Serving the site and your static files from the same server and the ​Serving static files from a dedicate