mirror of
https://github.com/django/django.git
synced 2025-01-27 02:29:55 +00:00
7775ced938
Added OneToOneField to the list of model fields for which the unique argument isn't valid. (OneToOneFields are inherently unique, and if the user supplies a value for unique it is ignored / overwritten.)