Carl Karsten wrote:
> I want to make a mod that may or may not ever be accepted into trunk - for
> now
> lets assume this will never leave my box.
>
> The goal is to have inspectdb create classes that use django's key
> management,
> so instead of creating this:
>
> class Assetlist(models.Mo
I want to make a mod that may or may not ever be accepted into trunk - for now
lets assume this will never leave my box.
The goal is to have inspectdb create classes that use django's key management,
so instead of creating this:
class Assetlist(models.Model):
kAssetList_pk = models.CharFi