Closed LunkRat closed 10 years ago
OK I actually added the ability to get artist images:
Just added this one line to the Artist class in models.py:
images = SimpleField()
Works as desired and brings back a dict of the images. Bam, perfect. Commit?
Thanks! We'll get this added!
Using the 2.0wip is fantastic so far, but seems to be missing a function to return artist.images - is this just not implemented yet? Thanks for the great work!