Am 10.06.2008 um 03:16 schrieb Karen Tracey:
> I'd trade your controversial part for an alternative: merge mewforms-
> admin back to trunk now. It's been as 'usable' as old admin for
> months. Sure, it's got a couple of dozen 'blocking' bugs in the
> tracker but none of them are all that se
Am 28.04.2008 um 10:21 schrieb Malcolm Tredinnick:
> On Mon, 2008-04-28 at 00:28 -0700, ludvig.ericson wrote:
>>
>> suppose:
>>
>>class MyModel(models.Model):
>>def save(self):
>>if not self.id:
>>self.some_date = datetime.now()
>>super(MyModel,