You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
102 lines
2.5 KiB
102 lines
2.5 KiB
0.2.31 2020-12-10 |
|
- Use "transliterate" alias for "translit/long" codec (Python 3.9 codecs compatibility) |
|
|
|
0.2.30 2020-03-27 |
|
- Added strip_links template filter. |
|
|
|
0.2.29 2019-09-05 |
|
- is_past and is_future template filters. |
|
- LONG_DATE_FORMAT. |
|
|
|
0.2.28 2019-07-19 |
|
- Fixed last of month calculation. |
|
|
|
0.2.27 2019-06-19 |
|
- Deprecated get_short_title, use get_short_name. |
|
|
|
0.2.26 2019-04-23 |
|
- Updated template class ussage in I18nDirectTemplateView. |
|
- Removed (non-working) i18n_direct_to_template view function. |
|
|
|
0.2.25 2019-04-17 |
|
- GET language switcher code generalized. |
|
- Import reverse from django.urls. |
|
|
|
0.2.24 2019-03-18 |
|
- SlugField: Leave empty slug if blank=True. |
|
- SlugField: Don't force None to "none" string. |
|
|
|
0.2.23 2019-03-18 |
|
- lang_suffix: 'field_name' paramter instead of 'fieldname'. |
|
|
|
0.2.22 2019-02-20 |
|
- PageTitlesFunctionMixin: __str__ without HTML. |
|
|
|
0.2.21 2019-02-19 |
|
- Mock datetime for preview. |
|
- Class based daterange views. |
|
|
|
0.2.20 2019-01-15 |
|
- select_template filter. |
|
|
|
0.2.19 2019-01-31 |
|
- Added switch_language_url template tag. |
|
|
|
0.2.18 2019-01-28 |
|
- Added dispatch_slug_path. |
|
- Added AdminActionBase, TargetActionBase. |
|
|
|
0.2.17 2018-12-17 |
|
- PageTitlesMixin: Slimdown name for get_short_title. |
|
- Daytime utils. |
|
- Debugging utils. |
|
- Load correct translations tags in language switcher fragment. |
|
|
|
0.2.16 2018-11-21 |
|
- Improved get_runtime_display. |
|
|
|
0.2.15 2018-11-21 |
|
- Respect USE_TRANSLATABLE_FIELDS setting. |
|
- view_helpers template tags. |
|
|
|
0.2.14 2018-11-15 |
|
- lang parameter for time_format, date_format |
|
- _text_list.html without unnecessary whitespace |
|
- Separated fields from methods in RuntimeMixin |
|
|
|
0.2.13 2018-10-13 |
|
- Improved USE_TRANSLATABLE_FIELDS |
|
- Option to allow empty runtimes (without even a start date) |
|
- SlugTreeMixin: Check `has_url` and `parent` fields, too |
|
- PageTitlesMixin: Renamed `short_title`-field to `name` |
|
|
|
0.2.12 2018-09-28 |
|
- Additional text template tags. |
|
|
|
0.2.11 2018-09-27 |
|
- RichTextBase has no longer StyleMixin as default. |
|
|
|
0.2.10 2018-09-27 |
|
- Fix in PageTitlesFunctionMixin |
|
|
|
0.2.8 2018-09-21 |
|
- get_admin_url in debug_utils |
|
|
|
0.2.7 2018-09-04 |
|
- Make sure the slug field is never empty. |
|
- Allow function in AutoSlugfield populate_from. |
|
|
|
0.2.6 |
|
- Added missing requirement for django-dirtyfields |
|
|
|
0.2.5 |
|
- Improved slug functions, slug fields (DowngradingSlugField). |
|
- Move location of SLUG_HELP, DEFAULT_SLUG and AutoSlugField, now in shared.utils.models.slugs. |
|
- Added SlugTreeMixin and helper signal functions. |
|
- __str__ function for PageTitlesMixin |
|
|
|
0.2.4 |
|
- Added RuntimeMixin. |
|
|
|
0.2.3 |
|
- Added PageTitlesFunctionMixin.
|
|
|