django-boost

Django Extension library

MIT License

Downloads
4.7K
Stars
23
Committers
6

Bot releases are hidden (Show)

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
django-boost - version 1.1.1

Published by ChanTsune about 5 years ago

Add

  • new template filter filter,exclude,order_by in templatetags/boost_query

Fix

  • zip filter doesn't work
django-boost - version 1.1

Published by ChanTsune about 5 years ago

django-boost - version 1.0 release

Published by ChanTsune over 5 years ago