Re: Ability to migrate other applications

2015-09-04 Thread Marten Kenbeek
Hi Emmanuelle, I think the main problem is the dependencies between migrations. The order in which migrations are run is not fixed. It depends on which migrations have already run, and we can't guarantee the same order for each deployment. If each chain of migrations that could act on a singl

Re: Password validation in Django revisited

2015-09-04 Thread Markus Holtermann
Hey, while I like the idea of having the validation in all places to not forget one that might be user facing, I was surprised by the fact that the validation also happens in dev environments when you create the superuser (this whole mail applies to the changepassword command, too): $ python m

Re: status of 1.9 release blockers

2015-09-04 Thread Tim Graham
Status with 2 weeks and a weekend to go until alpha (Monday, September 21). Planned major features for 1.9: PostgreSQL Full Text Search (Marc Tamlyn) I haven't seen any recent activity on the pull request, nor have I heard anything from Marc about it. https://github.com/django/django/pull/4726

Re: Django with Pycharm

2015-09-04 Thread Tim Graham
Hi, This is off-topic for the django-developers mailing-list, which is dedicated to the development of Django itself. Please send questions like this to django-users. Thanks! On Friday, September 4, 2015 at 11:07:11 AM UTC-4, Nick Sarbicki wrote: > > Hi Prabhu, > > Are you using the community or

Re: Django with Pycharm

2015-09-04 Thread Nick Sarbicki
Hi Prabhu, Are you using the community or professional version? The community version doesn't support specific Django projects (although it is still good to use). https://www.jetbrains.com/pycharm/features/editions_comparison_matrix.html Nick. On Fri, Sep 4, 2015 at 3:47 PM Prabhu wrote: > H

Django with Pycharm

2015-09-04 Thread Prabhu
Hi Team, I'm Prabhu new to django, i'm trying configure to debug django appication using pycharm. I could not locate/select project type as "Django" Please hep me out to resolve this issue to move forward to debug my project. Using Ubuntu 15.04, Django,Pycharm & Python installed Thanks and

Re: Django Admin New Look

2015-09-04 Thread elky
Thanks for clarification, Collin. On Friday, 4 September 2015 17:38:05 UTC+5, Collin Anderson wrote: > > That looks right to me. More specifically (from the attic/magic-removal > branch): > Added css and some of those html classes: > > https://github.com/django/django/commit/84b7590ba6e566186bba9

Re: Django Admin New Look

2015-09-04 Thread Collin Anderson
That looks right to me. More specifically (from the attic/magic-removal branch): Added css and some of those html classes: https://github.com/django/django/commit/84b7590ba6e566186bba975e57b0686dd53927ca Removed html classes, but not css: https://github.com/django/django/commit/738d9af1e8e38b0289b7

Re: Django Admin New Look

2015-09-04 Thread elky
Does anybody know where this CSS code (https://github.com/elky/django/commit/36c1decd2f18c3af947546ea3b8eaeaecd2762ba) uses? I didn't find any mention of these CSS classes in the project. The first mention of these styles came from this 9 years old commit - https://github.com/django/django/co