Move fixedfields back to before the .save(), to unbreak doc comments
authorMagnus Hagander <magnus@hagander.net>
Wed, 7 Dec 2011 11:30:10 +0000 (12:30 +0100)
committerMagnus Hagander <magnus@hagander.net>
Wed, 7 Dec 2011 11:30:10 +0000 (12:30 +0100)
commit38bad00e6376cfd6c38909d2b0c02d8d00fb9409
tree20025d64af0d4d53a0276c9daedf265973689fcf
parent17f2314d8f93688567aaafe38a54ca968bb9e232
Move fixedfields back to before the .save(), to unbreak doc comments

It was moved down to support ManyToMany value fields for Organisation,
but that is no longer used. If we want to use it for ManyToMany fields
in the future it needs to be split up in two sections, but for now, I'm
moving it back up so it works for regular fields again.
pgweb/util/helpers.py