mirror of
https://github.com/django/django.git
synced 2025-09-27 04:29:17 +00:00
Negligible style fix.
This commit is contained in:
parent
9dcd537b72
commit
31e16c1343
1 changed files with 2 additions and 2 deletions
|
@ -114,8 +114,8 @@ class Field(object):
|
||||||
self.default = default
|
self.default = default
|
||||||
self.editable = editable
|
self.editable = editable
|
||||||
self.serialize = serialize
|
self.serialize = serialize
|
||||||
self.unique_for_date, self.unique_for_month = (unique_for_date,
|
self.unique_for_date = unique_for_date
|
||||||
unique_for_month)
|
self.unique_for_month = unique_for_month
|
||||||
self.unique_for_year = unique_for_year
|
self.unique_for_year = unique_for_year
|
||||||
self._choices = choices or []
|
self._choices = choices or []
|
||||||
self.help_text = help_text
|
self.help_text = help_text
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue