Releases: ChanTsune/django-boost
Releases · ChanTsune/django-boost
version 1.5
- Add
- `django_boost.middleware.SpaceLessMiddleware
version 1.4.2
- Fix
- on support_heroku command duplicated gunicorn
version 1.4.1
- Add
django_boost.forms.widgets.PhoneNumberInput
django_boost.forms.widgets.PhoneNumberField
version 1.4
- Add
deletemigrations
commandstartapp_plus
command- multiple database util
DatabaseRouter
- Update
ReAuthenticationRequiredMixin
- Delete
MuchedObjectGetMixin
version 1.3
-
Add
- path converter
DateConverter
(date
) zip
,zip_longest
andchain
tags andchunked
filter inboost
template
- path converter
-
Update
- add
superuser
option inStaffMemberRequiredMixin
- support Django3 and python3.8
- add option
--release
insupport_heroku
command
- add
-
Change
delattr
andsetattr
template tags return valueNone
to argument value
-
Fix
- A problem that some processes may be executed even when re-authentication is required
version 1.2.3
- Add
django_boost.forms.mixins.FieldRenameMixin
- Fix
- Fixed an issue where
*.html
and*.mo
were not included in the distribution package
- Fixed an issue where
version 1.2.2
- 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
- Template tag
version 1.2.1
- Update
- new option
--name_field
toadminsitelog
command. - Supports cases where model has
ManyToManyField
(RelatedModelInlineMixin
).
- new option
version 1.2
- Add
support_heroku
command, Create a configuration file for herokuAutoOneToOneField
RelatedModelInlineMixin
- new Path Converters
hex
,oct
,bin
,hex_str
,oct_str
andbin_str
- new utility functions
getattrs
,getattr_chain
,hasattrs
andhasattr_chain
inutils.attribute
- new shortcut functions
get_object_or_default
,get_object_or_exception
,get_list_or_default
,get_list_or_exception
inshortcuts
- Change
- rename
MuchedObjectGetMixin
toMatchedObjectGetMixin
- rename
- Update
MatchedObjectGetMixin
Addfield_lookup
class variable to specify detailed search conditions- Multilingual support with automatic translation
version 1.1.2
- Add
- new template tag
literal
util.loop
functionutil.isiterable
function
- new template tag
- Update
HttpStatusCodeExceptions
DEBUG mode page design
- Fix
validators.validate_uuid4
,validators.validate_json
errorcontext_processors.user_agent
,views.mixins.UserAgentMixin
issue that could causeKeyError