Skip to content

Releases: ChanTsune/django-boost

version 2.1.0

07 Sep 15:14
a845c1f
Compare
Choose a tag to compare

2.1.0

  • Update
    • support django 4.1

version 2.0.0

23 Jan 13:14
Compare
Choose a tag to compare
  • Update

    • support python 3.10
    • support django 4.0
  • Add

    • django_boost.views.simple.StringView
    • django_boost.admin_tools sub app module
    • listsuperuser in django_boost.admin_tools
  • Drop

    • support python 3.6, 3.7
    • support django 2.x

version 1.7.2

13 Dec 01:08
25b1d13
Compare
Choose a tag to compare
  • Update
    • regex pattern
    • support python 3.9

version 1.7.1

09 Oct 03:38
7d88113
Compare
Choose a tag to compare
  • Update
    • some docstring updates
  • Fix
    • internal js function doesn't work

version 1.7

24 Sep 01:25
314a790
Compare
Choose a tag to compare
  • Add
    • revive method to django_boost.models.mixins.LogicalDeletionMixin
    • is_dead method to django_boost.models.mixins.LogicalDeletionMixin
    • is_alive method to django_boost.models.mixins.LogicalDeletionMixin
  • Fix
    • django_boost.utils.attribute.getattr_chain

version 1.6.2

01 Aug 02:26
b266199
Compare
Choose a tag to compare
  • Update
    • some docstring updates

version 1.6.1

18 Jul 09:55
b76ee94
Compare
Choose a tag to compare
  • Fix
    • error in template alive filter.

version 1.6

08 Jul 07:38
85d1534
Compare
Choose a tag to compare
  • Add
    • django_boost.models.mixins.LogicalDeletionMixin
    • django_boost.admin.LogicalDeletionModelAdmin
    • django_boost.validators.ContainAnyValidator
  • Update
    • django_boost.admin.sites.register_all allow options argument.

version 1.5.2

23 May 04:50
5b69395
Compare
Choose a tag to compare
  • Update
    • some translation updates
    • support_heroku command messages

version 1.5.1

19 Apr 09:24
d72850c
Compare
Choose a tag to compare
  • Update
    • some translation updates