Re: Weekly check-in #1

2011-07-27 Thread akaariai
Just a quick note: It could be a good idea to have concrete_fields in addition to virtual_fields in the Meta class. Concrete fields would be the fields having a database column directly attached to it, the rest would be in virtual fields. The fields attribute would be these two joined together. Thi

Re: Weekly check-in #1

2011-07-27 Thread akaariai
On Jul 20, 4:18 pm, Michal Petrucha wrote: > The last week I've been looking into related fields and all that > stuff. As it turns out, the issue is much more complex than I > originally anticipated and at the moment I have some doubts whether > this can be achieved as part of this GSoC. > > Basic

Re: Add an edited package to the local django installation

2011-07-27 Thread Maik Wöhl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It's all okay! The directory is /usr/local/python2.6! Am 27.07.2011 08:46, schrieb Maik Wöhl: > > Hello guys! > > I have a problem. I would like to add the modfied files in > /home/maik/github/django/django/contrib/webdesign to the same in the > dja

Add an edited package to the local django installation

2011-07-27 Thread Maik Wöhl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello guys! I have a problem. I would like to add the modfied files in /home/maik/github/django/django/contrib/webdesign to the same in the django installation. But there is now django directory in /usr/lib/python2.6. I installed Django 1.3. I insta