Skip to content

Releases: ChanTsune/django-boost

version 1.5

28 Mar 07:47
bba0a6d
Compare
Choose a tag to compare
  • Add
    • `django_boost.middleware.SpaceLessMiddleware

version 1.4.2

14 Mar 16:52
c58278e
Compare
Choose a tag to compare
  • Fix
    • on support_heroku command duplicated gunicorn

version 1.4.1

04 Mar 14:36
6996aa3
Compare
Choose a tag to compare
  • Add
    • django_boost.forms.widgets.PhoneNumberInput
    • django_boost.forms.widgets.PhoneNumberField

version 1.4

15 Feb 14:50
77804df
Compare
Choose a tag to compare
  • Add
    • deletemigrations command
    • startapp_plus command
    • multiple database util DatabaseRouter
  • Update
    • ReAuthenticationRequiredMixin
  • Delete
    • MuchedObjectGetMixin

version 1.3

29 Jan 10:25
f5b0a43
Compare
Choose a tag to compare
  • 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

version 1.2.3

02 Dec 07:51
8c12b66
Compare
Choose a tag to compare
  • Add
    • django_boost.forms.mixins.FieldRenameMixin
  • Fix
    • Fixed an issue where *.html and *.mo were not included in the distribution package

version 1.2.2

10 Nov 03:09
e93d4a6
Compare
Choose a tag to compare
  • 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

version 1.2.1

30 Oct 01:15
65460c9
Compare
Choose a tag to compare
  • Update
    • new option --name_field to adminsitelog command.
    • Supports cases where model has ManyToManyField(RelatedModelInlineMixin).

version 1.2

17 Oct 07:39
c84d0d4
Compare
Choose a tag to compare
  • 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

version 1.1.2

02 Oct 04:49
Compare
Choose a tag to compare
  • 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