Re: Saving deleted code from Django source code

2013-12-26 Thread Russell Keith-Magee
HI Vajrasky, Django itself is licensed under the BSD license. This license allows you to produce derivative works, provided you comply with the terms of the BSD license. That means you can apply whatever *additional* terms you want, but the original copyright notice and attribution must also be pr

Re: App-loading reloaded

2013-12-26 Thread Aymeric Augustin
Hello, All the “Must do” and "Further work” items are either done or filed as Trac tickets. I still have to work on the “Cleanup” items. Details follow, mostly for future reference. > ** Must do ** > > * Fix the test suite. There are still a few failures, apparently caused by > leaking app

Re: App-loading reloaded

2013-12-26 Thread Luc Saffre
On 26/12/13 11:47, Aymeric Augustin wrote: > On 26 déc. 2013, at 00:22, Luc Saffre wrote: > >> But your implementation is more beautiful than mine, and I'm looking >> forward to retire my djangosite project as soon as possible. > > I wouldn’t say “beautiful” as much as “minimal”. Django’s core m

Re: App-loading reloaded

2013-12-26 Thread Aymeric Augustin
Hi Luc, On 26 déc. 2013, at 00:22, Luc Saffre wrote: > On 24/12/13 12:23, Aymeric Augustin wrote: > >> Of course I’m happy to provide feedback and supervision to >> contributors who’d like to tackle some of these items. Just get in >> touch before you start coding to avoid duplicate work. > >