mirror of
https://github.com/django/django.git
synced 2025-06-15 16:39:13 +00:00
magic-removal: Fixed #1324 -- Added missing comma to models.fields.related. Thanks, andreas@mindpicnic.com
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2238 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
4d724b4d90
commit
3310377501
@ -246,7 +246,7 @@ class OneToOneField(RelatedField, IntegerField):
|
|||||||
|
|
||||||
self.db_index = True
|
self.db_index = True
|
||||||
|
|
||||||
for name in ('num_in_admin'):
|
for name in ('num_in_admin',):
|
||||||
if name in kwargs:
|
if name in kwargs:
|
||||||
self.deprecated_args.append(name)
|
self.deprecated_args.append(name)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user