Re: Changes in Model._meta

2013-08-17 Thread Michal Petrucha
On Sat, Aug 17, 2013 at 08:34:27AM +0700, Russell Keith-Magee wrote: > > 1) There are now more fields in _meta.fields, obviously. For each > >ForeignKey there is now an extra field with `_id` appended to its > >name. This extra field is not editable nor serializable, which > >means thin

Re: Changes in Model._meta

2013-08-16 Thread Russell Keith-Magee
On Thu, Aug 15, 2013 at 6:56 PM, Michal Petrucha wrote: > Hello, > > As part of my GSoC work [1] I did a refactor of ForeignKey whereby I > turned it into a virtual field which creates an auxiliary concrete > field to hold the raw value. > > As part of this, there are several changes that I did in

Changes in Model._meta

2013-08-15 Thread Michal Petrucha
Hello, As part of my GSoC work [1] I did a refactor of ForeignKey whereby I turned it into a virtual field which creates an auxiliary concrete field to hold the raw value. As part of this, there are several changes that I did in Model._meta: 1) There are now more fields in _meta.fields, obviousl