Odd behavior change in 1.8 with {% if %}, RelatedObjectDoesNotExist, and TEMPLATE_STRING_IF_INVALID

2015-11-10 Thread Yo-Yo Ma
I may be way off base here, but I actually feel like string_if_invalid should eventually be removed. It seems like a really bad idea to have a setting that can muck up an application in unexpected ways. Meanwhile, settings like DEBUG=True can't muck up your application, even if they're not secur

Django dashboard packages?

2015-11-10 Thread Allison A.
Hi all, I'd like to get an idea of what dashboard packages Django developers prefer or are using instead of the out-of-the-box admin. Allison -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubsc

Re: Technical board report - 1.8 release cycle

2015-11-10 Thread Aymeric Augustin
Sorry, I missed one discussion: 6bis. December 29th, 2014: accepting DEP 182 (Multiple Template Engines). Decision: yes. -- Aymeric. > On 10 nov. 2015, at 20:41, Aymeric Augustin > wrote: > > Hello, > > It recently occurred to the team that, in the interest of transparency and > account

Re: Proposal: add new template tag "age"

2015-11-10 Thread Jamie Norrish
On Tue, 2015-11-10 at 18:50 +, Marc Tamlyn wrote: > Agreed, this does not belong on core. In particular the formatting of > a duration varies widely depending on the expected age range, > languages and site context. Naturaltime is one implementation, the > specific case you seem to be hinting

Technical board report - 1.8 release cycle

2015-11-10 Thread Aymeric Augustin
Hello, It recently occurred to the team that, in the interest of transparency and accountability, the technical board should publish a report on its activity at the end of each term. As a reminder, the technical board is a group of five people elected among the Django team who holds two prerog

Odd behavior change in 1.8 with {% if %}, RelatedObjectDoesNotExist, and TEMPLATE_STRING_IF_INVALID

2015-11-10 Thread Tim Graham
I'd appreciate some opinions on whether or not we should treat this issue as a regression: https://code.djangoproject.com/ticket/25600 -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from th

Re: Oracle GIS update

2015-11-10 Thread Tim Graham
The changes to get it running were merged in September. Absent a proper solution for those 6 failures, I agree it would be a good idea to mark them expectedFailure so we can get the build running on CI before 1.9 final. On Tuesday, November 10, 2015 at 1:54:42 PM UTC-5, Marc Tamlyn wrote: > > Th

Re: Oracle GIS update

2015-11-10 Thread Marc Tamlyn
Thanks for getting it running at all! It looks to me like those tests just need to be less accurate for Oracle, good plan. Did you have any specific changes to make to get it to run at all? If so we should include those soon, irrespective of whether the fixes for these other tests make it into 1.

Re: Proposal: add new template tag "age"

2015-11-10 Thread Marc Tamlyn
Agreed, this does not belong on core. In particular the formatting of a duration varies widely depending on the expected age range, languages and site context. Naturaltime is one implementation, the specific case you seem to be hinting at is a count of years, which is definitely too particular for