Re: Django Admin New Look

2015-08-19 Thread Josh Smeaton
>My own opinion is that if you really need IE8 support, it's not difficult to write a custom template and conditionally include the old jQuery version. Good point. It's easy enough for users to support IE8 themselves if they need to. Consider me a +1 then. On Thursday, 20 August 2015 00:34:01

Re: Pre-DEP: community support of unmaintained versions of Django

2015-08-19 Thread Markus Holtermann
Hey Christian, On Wed, Aug 19, 2015 at 02:41:49PM -0700, Christian Hammond wrote: Regarding the version number, from what I've read, there's still a reported compatibility issue if we use the +localidentifer part of a version number with older versions of setuptools. I need to do some testing

Re: Pre-DEP: community support of unmaintained versions of Django

2015-08-19 Thread Christian Hammond
Hey everyone, Thanks for the quick feedback on this :) Regarding the version number, from what I've read, there's still a reported compatibility issue if we use the +localidentifer part of a version number with older versions of setuptools. I need to do some testing on this. If I don't hit any

Re: draft blog post for Oracle help

2015-08-19 Thread Shai Berger
Hi all, On Wednesday 19 August 2015 15:06:17 Marc Tamlyn wrote: > Hi Jani, > > Thanks so much for sticking your hand up to help maintain Oracle! It is an > important part of our ecosystem. > I would like to add my voice in thanking Jani, and also Josh, for standing up for Oracle. Marc is right,

Re: Pre-DEP: community support of unmaintained versions of Django

2015-08-19 Thread Carl Meyer
Hi Christian, On 08/18/2015 08:01 PM, Christian Hammond wrote: [snip] > Also as a status update, we've started a fork and applied for the > pre-notification list. I've backported all current security fixes to a > branch, ensured the test suite passes with flying colors, and have added > a README

Re: Pre-DEP: community support of unmaintained versions of Django

2015-08-19 Thread Carl Meyer
On 08/19/2015 09:38 AM, Donald Stufft wrote: > Do we have any evidence that users will notice a fourth digit and > will make the mental association that they are not official releases? > I wouldn’t if I hadn’t read this thread. I mean I don’t actually care > if they use 1.6.11.x or 1.6.12+, I just

Re: Pre-DEP: community support of unmaintained versions of Django

2015-08-19 Thread Donald Stufft
On August 19, 2015 at 11:31:46 AM, Carl Meyer (c...@oddbird.net) wrote: > On 08/19/2015 09:28 AM, Donald Stufft wrote: > > On August 19, 2015 at 11:25:55 AM, Carl Meyer (c...@oddbird.net) wrote: > >> In my ideal world, the version number would help convey unofficial-ness > >> a bit more

Re: Pre-DEP: community support of unmaintained versions of Django

2015-08-19 Thread Marc Tamlyn
Very happy with 1.6.11.x On 19 August 2015 at 16:31, Carl Meyer wrote: > On 08/19/2015 09:28 AM, Donald Stufft wrote: > > On August 19, 2015 at 11:25:55 AM, Carl Meyer (c...@oddbird.net) wrote: > >> In my ideal world, the version number would help convey unofficial-ness > >> a

Re: Django Admin New Look

2015-08-19 Thread Marc Tamlyn
FWIW, I can see the arguments here and I would definitely like to move to jquery 2 and drop old browsers (aggressively). Actually having a solid browser support policy, a redesign etc would be a great time to do this as well. I can see we are likely to get some backlash, but maybe less than I

Re: Pre-DEP: community support of unmaintained versions of Django

2015-08-19 Thread Carl Meyer
Hi Christian, On 08/18/2015 08:01 PM, Christian Hammond wrote: > I know it's been a while since we discussed this, but today's security > release is the first one that's really affecting our product and we've > finally got things in shape to be able to start distributing unofficial > Django

Re: Pre-DEP: community support of unmaintained versions of Django

2015-08-19 Thread Carl Meyer
On 08/19/2015 09:28 AM, Donald Stufft wrote: > On August 19, 2015 at 11:25:55 AM, Carl Meyer (c...@oddbird.net) wrote: >> In my ideal world, the version number would help convey unofficial-ness >> a bit more strongly, but after re-reading PEP 440 I don't think it >> leaves us with any good

Re: Pre-DEP: community support of unmaintained versions of Django

2015-08-19 Thread Donald Stufft
On August 19, 2015 at 11:25:55 AM, Carl Meyer (c...@oddbird.net) wrote: > Hi Christian, > > On 08/18/2015 08:01 PM, Christian Hammond wrote: > > I know it's been a while since we discussed this, but today's security > > release is the first one that's really affecting our product and we've > >

Re: Django Admin New Look

2015-08-19 Thread Tim Graham
To see what's required, I made a pull request for jQuery 2 here: https://github.com/django/django/pull/5155 The selenium and JavaScript tests pass without any modifications to the admin's JavaScript. My own opinion is that if you really need IE8 support, it's not difficult to write a custom

Re: How to contribute

2015-08-19 Thread Tim Graham
Hi Sarthak, You might like to read the archives of the django-core-mentorship mailing list as similar inquiries have been made there. https://groups.google.com/forum/?fromgroups#!forum/django-core-mentorship Feel free to ping me (timograham) in #django-dev on IRC if you want to chat. Tim On

How to contribute

2015-08-19 Thread Sarthak Mehrish
Hey all, I am currently pursuing my B.Tech in Information Technology and as a part of course in my final year I need to do major project. I have been developing applications/website using django from past 2 years and was looking for an opportunity to contribute to it. But i don't have much

Re: OperationalError at / in django

2015-08-19 Thread Tim Graham
Hi, if you're looking for help on how to use Django, you should post to the django-users mailing list. This list is for discussing the development of Django itself. Thanks! On Wednesday, August 19, 2015 at 7:23:56 AM UTC-4, Remaze Vs wrote: > > I am new in django..error like no such column:

Re: draft blog post for Oracle help

2015-08-19 Thread Marc Tamlyn
Hi Jani, Thanks so much for sticking your hand up to help maintain Oracle! It is an important part of our ecosystem. Marc On 19 August 2015 at 07:45, Josh Smeaton wrote: > I'll also stick my hand up to be involved with the Oracle backend, but not > the Oracle GIS

OperationalError at / in django

2015-08-19 Thread Remaze Vs
I am new in django..error like no such column: products_product.User_id_id model.py from django.conf import settings from django.core.urlresolvers import reverse from django.db import models from django.db.models.signals import post_save from django.contrib.auth.models import User class

Re: Django Admin New Look

2015-08-19 Thread Sam Cooke
I meant jQuery 2 and 1.11 are API compatible - you're right though, the latest versions of jQuery might have deprecated things that are currently used in Django. On Wed, 19 Aug 2015 at 10:39 elky wrote: > > On Wednesday, 19 August 2015 14:27:53 UTC+5, sdcooke wrote: >> >>

Re: Django Admin New Look

2015-08-19 Thread elky
On Wednesday, 19 August 2015 14:27:53 UTC+5, sdcooke wrote: > > and get the performance boost of jQuery 2 in modern browsers. As far as > I'm aware they are still API compatible. > We should carefully check jQuery change log. I remember they removed toggle method in one of the latest versions,

Re: Django Admin New Look

2015-08-19 Thread Sam Cooke
For jQuery support in older browsers it's pretty simple to include jQuery 1.11 in old IE using conditional comments - that way we retain support with just an extra line of code, don't leave IE8 behind, and get the performance boost of jQuery 2 in modern browsers. As far as I'm aware they are still

Re: Django ORM query syntax enhancement

2015-08-19 Thread Josh Smeaton
If I finish the patch in time (I think I have about a month left), then it'll be included in 1.9. Review and comments on the PR will go a long way to helping me tidy it up sooner rather than later, so please feel free to review. Regards, On Wednesday, 19 August 2015 04:55:21 UTC+10, Alexey

Re: Django Admin New Look

2015-08-19 Thread Josh Smeaton
I agree with Shai. There are certain companies that have bought extended support for WinXP/IE8 for extravagant amounts of money. That means Microsoft is taking on the burden of support (security) for those systems. They are EOL as far as we're concerned. We shouldn't intentionally cripple

Re: draft blog post for Oracle help

2015-08-19 Thread Josh Smeaton
I'll also stick my hand up to be involved with the Oracle backend, but not the Oracle GIS backend. I don't have a lot of time available at the moment, but I'll be able to support Jani and anyone else that's interested in maintaining the backend. Cheers On Wednesday, 19 August 2015 16:36:23

Re: draft blog post for Oracle help

2015-08-19 Thread Jani Tiainen
Hi all, I'm volunteering myself to maintain both Oracle and Oracle GIS backends. I've been developing applications based on Oracle for almost 20 years now and I've been maintaining Oracle installations and databases. I've been developing with Django and it's GIS parts with almost 10 years now.