Re: Reserved Words

2013-01-03 Thread Bill Freeman
l, I have seen documentation that "pk" is special in a field name context. Good luck, Bill On Thu, Jan 3, 2013 at 1:08 PM, Sam Raker wrote: > Is there a list of 'reserved words' for Django like there is for Python? I > posted a question in here a few days ago about a mys

Reserved Words

2013-01-03 Thread Sam Raker
Is there a list of 'reserved words' for Django like there is for Python? I posted a question in here a few days ago about a mysterious recursion error I kept getting when I tried to load my data in with loaddata. Turns out, it was because I had defined a field called 'pk' w