Django-arctic

Latest version: v1.5.4

Safety actively analyzes 629436 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

1.3.3

Added

- blackened code
- added black check into CI
- Image file input now creates 2 events one on file selecting and another on removing

Changed

- Changed slugify function, allow dashes (matches Django slugify)
- Added a few more characters with accents
- fix bug with iframe view containing params
- add variable in_modal to context
- listview: fix for getting reverse exception for links
to related objects that are None.
- listview: make it compatible to annotate (group by)

Fixed

- field_label: changed 'optional' suffix rendering condition for disabled=False [310][310]
- Image field: Removing and adding the same image on file inputs now works
- allowed to specify url with obj id for all action buttons [318][318]

Breaking

- Previous slugify ignored characters with accents (é á etc...)
This can affect existing slug depending on how the project is setup

[310]: //github.com/sanoma/django-arctic/issues/310
[318]: //github.com/sanoma/django-arctic/issues/318

1.3.2

Fixed

- get_actions: formaction dictionary was updated directly as class attribute
- get_actions: update dict in correct order

1.3.1

Added

- added documentation for authentication/roles

Fixed

- fixed bug with required attribute in checkboxes and radio buttons
- improved logo display in the login screen
- fixed display of inline fields in forms without layouts

1.3.0

Added

- added a better default file/image upload widget [173][173]

Changed

- upgraded django-extra-views to 1.11 [300][300]

Fixed

- Calendar now displays the correct weekday labels


[173]: //github.com/sanoma/django-arctic/issues/173
[300]: //github.com/sanoma/django-arctic/issues/300

1.2.0

Added

- added data attribute data-id in base_data_table row to easily distinct rows [296][296]
- added collapsible and collapsible_gettext helper functions to help define
form layouts.
- added confirmation dialog support in Form actions [294][294]
- added modal iFrame support in Lists (`tool_links`, `field_links`,
`action_links`) and Forms (`actions`) [243][243]
- extended tutorial documentation of Forms.

Changed

- changed format of list items, simplified and moved to dict-like structure

[296]: //github.com/sanoma/django-arctic/issues/296
[294]: //github.com/sanoma/django-arctic/issues/294
[243]: //github.com/sanoma/django-arctic/issues/243

1.1.1

Changed

- in Forms, `help_text` is now displayed as a popup.

Fixed

- SimpleSearchForm now works as expected, it can be replaced by a custom form
with a variable number of fields

Removed

- QuickFiltersFormMixin this is no longer needed, the same functionality can be
added by using a `ChoiceField` with a `QuickFiltersSelect` or a
`QuickFiltersSelectMultiple` widget.

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.