jschrewe / django-mongoadmin

Integrates mongodb into django's admin
http://www.schafproductions.com/projects/mongo-admin/
BSD 3-Clause "New" or "Revised" License
112 stars 38 forks source link

Removed unnecessary label setup. #32

Closed mrTable closed 9 years ago

mrTable commented 9 years ago

Since label is set in fieldgenerator in mongodbforms and is overridden with sent kwargs: it was always set by field name. First, this assignment is not needed due to the fact, that mongodbforms field generator creates label based on field verbose_name or name. Second, this assignment makes it impossible to have field labeled by verbose_name.