discontinue / django-dbpreferences

:rotating_light:currently unmaintained:rotating_light: A reuseable django app for storing preferences into database.
Other
12 stars 4 forks source link

fixes warning fields.W342 #6

Closed normic closed 9 years ago

normic commented 9 years ago

dj18 warns about better to use OneToOneField instead of FK with unique=True

jedie commented 9 years ago

Thanks for contributing.

I have merges you commit into new developer branch, see:

https://github.com/jedie/django-dbpreferences/compare/py3%2Bdjango17

see also: https://github.com/jedie/django-dbpreferences/pull/5#issuecomment-111182849