Re: [gsoc/app-loading] final status report

2010-08-22 Thread burc...@gmail.com
Hi Arthur, thanks for your work! Is any syntax of setting keywords for app instances in INSTALLED_APPS or somewhere in settings supported now? On Mon, Aug 23, 2010 at 2:06 AM, Arthur Koziel wrote: > Hey there, > > the GSOC is over and I wanted to give you all a final status report. > > The AppC

Re: Query Refactor Final Status Update

2010-08-22 Thread Russell Keith-Magee
On Mon, Aug 23, 2010 at 5:21 AM, Waldemar Kornewald wrote: > Hey Flavio, > > On Sun, Aug 22, 2010 at 12:40 PM, FlaPer87 wrote: >> Hi Alex, >> >> I agree about leaving the backend outside django too (IMHO, all >> backends should live outside django). Is there any link that points to >> the apps yo

Re: A word of thanks.

2010-08-22 Thread Russell Keith-Magee
On Mon, Aug 23, 2010 at 1:56 AM, Timothy Makobu wrote: > Hi all, > > Django is truly outstanding software. Thank you all for your great > work. On behalf of the core team, and the huge community of developers that have contributed to Django -- you're welcome! If you want to show your appreciatio

A word of thanks.

2010-08-22 Thread Timothy Makobu
Hi all, Django is truly outstanding software. Thank you all for your great work. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from this group, send

Re: Query Refactor Final Status Update

2010-08-22 Thread Waldemar Kornewald
Hey Flavio, On Sun, Aug 22, 2010 at 12:40 PM, FlaPer87 wrote: > Hi Alex, > > I agree about leaving the backend outside django too (IMHO, all > backends should live outside django). Is there any link that points to > the apps you used for tests and to the mongodb backend? > > As you might know, We

[gsoc/app-loading] final status report

2010-08-22 Thread Arthur Koziel
Hey there, the GSOC is over and I wanted to give you all a final status report. The AppCache was refactored and now creates app instances instead of just loading models. An app is either an instance of django.core.apps.App or a custom class. This depends on the entry in the INSTALLED_APPS setti

Re: Query Refactor Final Status Update

2010-08-22 Thread FlaPer87
Hi Alex, I agree about leaving the backend outside django too (IMHO, all backends should live outside django). Is there any link that points to the apps you used for tests and to the mongodb backend? As you might know, We've been working on a django_mongodb_engine that uses django-nonrel and djan

Re: Query Refactor Final Status Update

2010-08-22 Thread Waldemar Kornewald
Hi Alex, On Aug 21, 9:01 am, Alex Gaynor wrote: > However the largest open question is what of this work > should be merged into trunk, and what should live external.  My > recommendation would be for any changes in Django itself to be merged, > including the new form fields, but for the MongoDB