Re: Keeping apps without migrations?

2015-08-28 Thread Markus Holtermann
Hey Anssi, thanks for the ideas. A few comments inline On Friday, August 28, 2015 at 3:25:34 PM UTC+10, Anssi Kääriäinen wrote: > > Could we allow applications to have fake migration files? I'm thinking > of something like operations.AllModelsUpdated(). After this operation > is ran, Django wil

How I can write webservice use aldjemy with django?

2015-08-28 Thread Văn Nhất Trần
Hi everyone! I have learned python language and django framework for 2 months. Now, I have to join into a project , and I want to learn more about aldjemy, django. bpmapper, rest_framework. I want to learn how to write a webservice using aldjemy, django, rest_framework and bpmapper, so I learne

Re: How I can write webservice use aldjemy with django?

2015-08-28 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 usage questions to django-users. On Friday, August 28, 2015 at 6:02:52 AM UTC-4, Văn Nhất Trần wrote: > > Hi everyone! > > I have learned python language and django f

Re: CHECK Constraints and migrations

2015-08-28 Thread Tim Graham
Not sure that it has any useful info at this point, but there is an old ticket about adding support for CHECK constraints here: https://code.djangoproject.com/ticket/11964 On Friday, August 28, 2015 at 2:29:13 AM UTC-4, Gavin Wahl wrote: > > > making lookups and transforms work on Python > side,

Re: Adding more __repr__() methods

2015-08-28 Thread Tim Graham
The repr for MessageMiddleware includes settings.MESSAGE_STORAGE. On Thursday, August 27, 2015 at 8:59:37 PM UTC-4, Josh Smeaton wrote: > > Generally, I'm a fan of adding repr methods. I don't think we should run > around finding all the places they might be useful and adding them, but if > some

Re: Django Admin New Look

2015-08-28 Thread Nick Sarbicki
This takes the conversation back a ways... But I like the idea of being able to customise the admin scheme. Enforce a default of course, but maybe have some options (in admin.py? or as a separate script?) which can change the core colors of the scheme, either a set of predefined colours, or som

Re: CHECK Constraints and migrations

2015-08-28 Thread Carl Meyer
Hi Gavin, On 08/27/2015 07:27 PM, Gavin Wahl wrote: > I'm interested in writing a third-party app that allows users to > declaratively write check constraints and have them automatically be > added and removed by migrations. I'm envisioning being able to attach a > list of Q objects to your model,

Re: CHECK Constraints and migrations

2015-08-28 Thread Andrew Godwin
> > > Not to take away from the value of working on making > migration-extensions more accessible to third-party code (I think that > would be great), but have you considered just doing this work in core? I > would guess there'd be strong support from the core team for having a > check-constraints

Re: Improving MSSQL and Azure SQL support on Django

2015-08-28 Thread Meet Bhagdev
Thanks Russ! On Tuesday, August 25, 2015 at 6:34:54 PM UTC-7, Russell Keith-Magee wrote: > > > On Sat, Aug 22, 2015 at 8:28 PM, Tim Graham > wrote: > >> I agree it would be great to get some help running the Django tests on >> Windows. I run them in a local virtual machine every so often, but I

Re: Adding more __repr__() methods

2015-08-28 Thread Josh Smeaton
Right, I agree with you in the case then. But I think the general idea of more/improved repr methods is a good one. On Friday, 28 August 2015 23:02:25 UTC+10, Tim Graham wrote: > > The repr for MessageMiddleware includes settings.MESSAGE_STORAGE. > > On Thursday, August 27, 2015 at 8:59:37 PM UTC

Re: Improving MSSQL and Azure SQL support on Django

2015-08-28 Thread Russell Keith-Magee
Hi Meet, The Fellowship committee has just approved this, so go ahead and plan whatever you need to plan. Yours, Russ Magee %-) On Sat, Aug 29, 2015 at 6:21 AM, Meet Bhagdev wrote: > Thanks Russ! > > On Tuesday, August 25, 2015 at 6:34:54 PM UTC-7, Russell Keith-Magee wrote: >> >> >> On Sat, A