anselmorenato / threepress

Automatically exported from code.google.com/p/threepress
Other
0 stars 0 forks source link

Alter EpubPublisher model to make title unique #82

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This was probably an oversight, but publishers with duplicate names does in
fact cause a problem.  

Hand-merged the dupe O'Reilly records into one.  The model should be
updated so that the name field is unique to prevent this from reoccurring.
 Until then, don't merge publisher names in the Django admin (the bug
should not be otherwise triggered in normal site operation).

Original issue reported on code.google.com by liza31337@gmail.com on 15 Nov 2008 at 7:55

GoogleCodeExporter commented 9 years ago
Same thing should happen with BookAuthor.  It doesn't cause a problem but it is 
silly.

Original comment by liza31337@gmail.com on 12 Dec 2008 at 2:43