django-boost

Django Extension library

MIT License

Downloads
4.7K
Stars
23
Committers
6

Bot releases are visible (Hide)

django-boost - version 2.1.0 Latest Release

Published by github-actions[bot] about 2 years ago

2.1.0

  • Update
    • support django 4.1
django-boost - version 2.0.0

Published by github-actions[bot] over 2 years ago

  • 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
django-boost - version 1.7.2

Published by github-actions[bot] almost 4 years ago

  • Update
    • regex pattern
    • support python 3.9
django-boost - version 1.7.1

Published by github-actions[bot] about 4 years ago

  • Update
    • some docstring updates
  • Fix
    • internal js function doesn't work
django-boost - version 1.7

Published by github-actions[bot] about 4 years ago

  • 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
django-boost - version 1.6.2

Published by ChanTsune about 4 years ago

  • Update
    • some docstring updates
django-boost - version 1.6.1

Published by ChanTsune over 4 years ago

  • Fix
    • error in template alive filter.
django-boost - version 1.6

Published by ChanTsune over 4 years ago

  • Add
    • django_boost.models.mixins.LogicalDeletionMixin
    • django_boost.admin.LogicalDeletionModelAdmin
    • django_boost.validators.ContainAnyValidator
  • Update
    • django_boost.admin.sites.register_all allow options argument.
django-boost - version 1.5.2

Published by ChanTsune over 4 years ago

  • Update
    • some translation updates
    • support_heroku command messages
django-boost - version 1.5.1

Published by ChanTsune over 4 years ago

  • Update
    • some translation updates
django-boost - version 1.5

Published by ChanTsune over 4 years ago

  • Add
    • `django_boost.middleware.SpaceLessMiddleware
django-boost - version 1.4.2

Published by ChanTsune over 4 years ago

  • Fix
    • on support_heroku command duplicated gunicorn
django-boost - version 1.4.1

Published by ChanTsune over 4 years ago

  • Add
    • django_boost.forms.widgets.PhoneNumberInput
    • django_boost.forms.widgets.PhoneNumberField
django-boost - version 1.4

Published by ChanTsune over 4 years ago

  • Add
    • deletemigrations command
    • startapp_plus command
    • multiple database util DatabaseRouter
  • Update
    • ReAuthenticationRequiredMixin
  • Delete
    • MuchedObjectGetMixin
django-boost - version 1.3

Published by ChanTsune over 4 years ago

  • Add

    • path converter DateConverter (date)
    • zip, zip_longest and chain tags and chunked filter in boost template
  • Update

    • add superuser option in StaffMemberRequiredMixin
    • support Django3 and python3.8
    • add option --release in support_heroku command
  • Change

    • delattr and setattr template tags return value None to argument value
  • Fix

    • A problem that some processes may be executed even when re-authentication is required
django-boost - version 1.2.3

Published by ChanTsune almost 5 years ago

  • Add
    • django_boost.forms.mixins.FieldRenameMixin
  • Fix
    • Fixed an issue where *.html and *.mo were not included in the distribution package
django-boost - version 1.2.2

Published by ChanTsune almost 5 years ago

  • Add
    • django_boost.urls.include_static_files
    • django_boost.forms.fields.InvertBooleanField
    • Template tag var in boost
    • Template tag mimetype in mimetype
    • Path converter keyword float
  • Delete
    • Template tag filter in boost
django-boost - version 1.2.1

Published by ChanTsune almost 5 years ago

  • Update
    • new option --name_field to adminsitelog command.
    • Supports cases where model has ManyToManyField(RelatedModelInlineMixin).
django-boost - version 1.2

Published by ChanTsune about 5 years ago

  • Add
    • support_heroku command, Create a configuration file for heroku
    • AutoOneToOneField
  • RelatedModelInlineMixin
  • new Path Converters hex,oct,bin,hex_str,oct_str and bin_str
  • new utility functions getattrs,getattr_chain,hasattrs and hasattr_chain in utils.attribute
  • new shortcut functions get_object_or_default,get_object_or_exception, get_list_or_default,get_list_or_exception in shortcuts
  • Change
    • rename MuchedObjectGetMixin to MatchedObjectGetMixin
  • Update
    • MatchedObjectGetMixin Add field_lookup class variable to specify detailed search conditions
    • Multilingual support with automatic translation
django-boost - version 1.1.2

Published by ChanTsune about 5 years ago

  • Add
    • new template tag literal
    • util.loop function
    • util.isiterable function
  • Update
    • HttpStatusCodeExceptions DEBUG mode page design
  • Fix
    • validators.validate_uuid4,validators.validate_json error
    • context_processors.user_agent,views.mixins.UserAgentMixin issue that could cause KeyError