lambdalisue/django-inspectional-registration

Following Registration Supplement Tutorial and I'm getting a error

Eccleshall opened this issue · 6 comments

Im following the tutorial and I've got a error.

registration.defaultregistrationsupplement: Accessor for field 'registration_profile' clashes with related field 'RegistrationProfile._supplement'. Add a related_name argument to the definition for 'registration_profile'.
registration.defaultregistrationsupplement: Reverse query name for field 'registration_profile' clashes with related field 'RegistrationProfile._supplement'. Add a related_name argument to the definition for 'registration_profile'.
supplementtut.myregistrationsupplement: Accessor for field 'registration_profile' clashes with related field 'RegistrationProfile._supplement'. Add a related_name argument to the definition for 'registration_profile'.
supplementtut.myregistrationsupplement: Reverse query name for field 'registration_profile' clashes with related field 'RegistrationProfile._supplement'. Add a related_name argument to the definition for 'registration_profile'.

Which version of Python and Django are you using?

1.5.5 as I’m using Django-CMS within my project too

Kind regards

Jack Eccleshall
eccleshall@me.com

Skype - jack.eccleshall
Mobile - 07584 068926

On 2 Apr 2014, at 02:16, Λlisue notifications@github.com wrote:

Which version of Python and Django are you using?


Reply to this email directly or view it on GitHub.

Python 2.7

Regards

Jack Eccleshall

Mobile - 07584 068926

Sent from my iPhone

On 2 Apr 2014, at 02:16, Λlisue notifications@github.com wrote:

Which version of Python and Django are you using?


Reply to this email directly or view it on GitHub.

OK, I'll check it. Please be patient.

---Sent from Boxer | http://getboxer.com

On 2014年4月2日 10:20:53 JST, Jack Eccleshall notifications@github.com wrote:Python 2.7 Regards Jack Eccleshall Mobile - 07584 068926 Sent from my iPhone > On 2 Apr 2014, at 02:16, Λlisue notifications@github.com wrote: > > Which version of Python and Django are you using? > > — > Reply to this email directly or view it on GitHub. —Reply to this email directly or view it on GitHub.

Well, I could not reproduce that error. When and where did you get the error?

It worked perfectly in my case (Python 2.7 + Django 1.5)

_026