pinax / symposion

a Django project for conference websites
BSD 3-Clause "New" or "Revised" License
299 stars 147 forks source link

slot: generate __unicode__ name when save() #107

Closed miurahr closed 8 years ago

miurahr commented 9 years ago

implement of #32

Signed-off-by: Hiroshi Miura miurahr@linux.com

paltman commented 9 years ago

@miurahr this seems to conflict with the other one you did (#110) that I just merged.

miurahr commented 9 years ago

This may conflict with #100 because #100 changes __unicode__() to __str__() with @python_2_unicode_compatible annotation.

miurahr commented 9 years ago

rebased.

ossanna16 commented 8 years ago

@paltman Can this be merged or is there still a conflict?