Skip to content

Commit

Permalink
Revert "Issue/1935/duplicate attribute option raises exception"
Browse files Browse the repository at this point in the history
  • Loading branch information
maiksprenger committed Dec 10, 2015
1 parent 22aa9ac commit 1b836f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion src/oscar/apps/catalogue/abstract_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,6 @@ def __str__(self):
class Meta:
abstract = True
app_label = 'catalogue'
unique_together = ('group', 'option')
verbose_name = _('Attribute option')
verbose_name_plural = _('Attribute options')

Expand Down
18 changes: 0 additions & 18 deletions src/oscar/apps/catalogue/migrations/0007_auto_20151207_1440.py

This file was deleted.

0 comments on commit 1b836f4

Please sign in to comment.