Skip to content

Latest commit

 

History

History
51 lines (49 loc) · 8.74 KB

changelog.md

File metadata and controls

51 lines (49 loc) · 8.74 KB

0.5.0

  • 2014-05-05 (sshwsfc) Update pump to version 0.5.0 -> view commit
  • 2014-05-05 (sshwsfc) Fixed #120 change "datas" to "data". -> view commit
  • 2014-04-30 (paul) add support for url name in qbutton: if the string is a name of url, use reverse(url) else, use the url -> view commit
  • 2014-04-29 (paul) Use methode(self, obj) in InlineModelAdmin for use in readonly_fields. see https://docs.djangoproject.com/en/1.6/ref/contrib/admin/#django.contrib.admin.ModelAdmin.readonly_fields """ A read-only field can not only display data from a model’s field, it can also display the output of a model’s method or a method of the ModelAdmin class itself. """ -> view commit
  • 2014-04-17 (Andre Duarte) Adding apps_icons with same logic of apps_label_title -> view commit
  • 2014-04-16 (cgcgbcbc) fix:global_(search/add)_models overriding -> view commit
  • 2014-04-10 (Jairus Martin) Added quickfilter plugin. Only made for in default menu style -> view commit
  • 2014-04-07 (Michał Szpadzik) Fixed user permission check in inline model, where only people who have 'add_permission' perm, should have '+' icon to add new elements. It's fix for #142 from main django-xadmin project. -> view commit
  • 2014-03-26 (Jairus Martin) Fixed it so you can display fields not in base_list_display -> view commit
  • 2014-03-26 (Jairus Martin) Made it make a copy if the data is not mutable -> view commit
  • 2014-03-26 (Jairus Martin) Added ability to select specific fields -> view commit
  • 2014-03-26 (sshwsfc) Update tests for the new instance method of the AdminSite class -> view commit
  • 2014-03-26 (sshwsfc) Fixed #127 Enable simultaneous work of classical admin and xadmin sites -> view commit
  • 2014-03-26 (Jove Yu) add app_label trans -> view commit
  • 2014-03-26 (Jove Yu) fix xadmin.widget.select-transfer.js -> view commit
  • 2014-03-25 (Alexander Moiseenko) fixed typo in the icon style name of booleans -> view commit
  • 2014-03-19 (Jairus Martin) fixed get_step_form() checking for instance when it should be checking for a class -> view commit
  • 2014-03-19 (sshwsfc) Fixed #146 Font-awesome version 4.0.3 compatibility problem -> view commit
  • 2014-03-12 (Jairus Martin) Fixed clicking checkbox not applying filter -> view commit
  • 2014-03-11 (Jairus Martin) Added MultiSelectFieldListFilter -> view commit
  • 2014-03-10 (sshwsfc) Export icons fix -> view commit
  • 2014-03-10 (sshwsfc) Fix inline icon bug -> view commit
  • 2014-03-10 (sshwsfc) Update version to 4.0.4 -> view commit
  • 2014-03-10 (sshwsfc) Update fontawesome to 4.0.3 -> view commit
  • 2014-03-10 (sshwsfc) Update javascript files to compact fa icons new version -> view commit
  • 2014-03-10 (sshwsfc) Update fa icons version -> view commit
  • 2014-03-05 (Javier Cordero) Fixed when changing a field using BatchAction wasn't allowed when the value validated to False, even when the field allows it, e.g. BooleanField couldn't be set to False -> view commit
  • 2014-02-28 (marshalys) add xlsxwriter info to README -> view commit
  • 2014-02-28 (marshalys) add xlsxwriter info to README -> view commit
  • 2014-02-27 (marshalys) 增加Excel xlsx格式导出数据,可以支持大数据量导出 -> view commit
  • 2014-02-19 (Jairus Martin) Fixed reverse many 2 many lookup giving FieldDoesNotExist error. -> view commit
  • 2014-02-14 (Jairus Martin) Add related model name to spec title if it's a related field -> view commit
  • 2014-02-13 (Taras Nek) fix export format for Null fields -> view commit
  • 2014-02-12 (Jairus) Added demo graphs -> view commit
  • 2014-02-12 (Jason Thaxter) Improve English usage: "Is Shared" -> view commit
  • 2014-02-12 (Jairus Martin) Removed unnecessary div -> view commit
  • 2014-02-12 (Jairus Martin) Added support for flot categories and flot aggregate. -> view commit
  • 2014-02-10 (Jairus Martin) Made related name plural -> view commit
  • 2014-01-10 (sshwsfc) Update translate files. -> view commit
  • 2014-01-09 (sshwsfc) Upgrade reversion models admin list page. -> view commit
  • 2014-01-09 (sshwsfc) Fix #90 _has_changed is Dropped in Django 1.6 -> view commit
  • 2014-01-09 (sshwsfc) Fix #89 Error in model admin list when there is not column selected. -> view commit
  • 2013-12-27 (allenhu) remove margin-top assigned to the quick-form -> view commit
  • 2013-12-26 (allenhu) fix Golbe -> Global -> view commit
  • 2013-12-11 (sshwsfc) Add new view "FormAdminView" for easy creating settings view page. -> view commit
  • 2013-11-25 (Javier Cordero) Removed call to Model._meta.get_ordered_objects(), it was removed from django 1.6 -> view commit
  • 2013-11-20 (fxiao) [fixes #84] Checkbox is not real-time editing -> view commit