Re: Ability to migrate other applications

2015-09-03 Thread Emmanuelle Delescolle
On Friday, 4 September 2015 00:29:28 UTC+2, Shai Berger wrote: > > What Markus (and myself) assumed is that when you add the "migrated_app" > attribute, you make the migration belong to the migrated app. What you did > is > different: The migration still belongs to the app it is defined in, it

Re: Ability to migrate other applications

2015-09-03 Thread Shai Berger
Hi, On Thursday 03 September 2015 12:44:08 Emmanuelle Delescolle wrote: [Markus Holtermann wrote:] > > But as Andrew already said, you *will have* problems when you have your > > own migrations and a third party app adds a new one. Suddenly there are > > two leafs which is an invalid state. You w

Re: Ticket #25328 - LiveServerTestCase with HTTPS - opinions?

2015-09-03 Thread Shai Berger
Hi, On Monday 31 August 2015 21:24:53 Tim Graham wrote: > however, there was previous discussion about adding SSL support to > runserver met with mixed reaction [1] and it seems a little funny to me > that we'd including a test SSL server and not a runserver solution. > > [1] > https://groups.goo

Re: Django Admin - ModelAdmin exclude

2015-09-03 Thread Tim Graham
A pull request has been offered: https://github.com/django/django/pull/5214 It seems simple enough to me. Marc or Luke, would you withdraw your objection after seeing the implementation? On Wednesday, September 2, 2015 at 7:09:18 AM UTC-4, Ramez Ashraf wrote: > > I agree that there are a lot of

Re: proposing max line length of 119 + enforcing it with flake8

2015-09-03 Thread Dražen Odobašić
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, I've created a PR [0] that applies max. line length of 119 chars to the master branch. Personally, on Firefox-Linux, not all 119 chars are visible on GH, as it's highly dependant of the environment, fonts, dpi, ... With the limit of 113 chars,

Re: proposing max line length of 119 + enforcing it with flake8

2015-09-03 Thread anjul.ten
I think we should consider the minimum character limit i.e. 113 characters for Chromium, Ubuntu based on the link shared by *Zach Borboa *into consideration as well. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself

Re: Ability to migrate other applications

2015-09-03 Thread Emmanuelle Delescolle
First of all, I have to appologize, I just noticed that the sample application repository was missing some files (the models which is a shame for a sample app demonstrating migrations) which made the app useless. This has been fixed. However, I strongly agree with Andrew that, if we allow this