Django-glue

Latest version: v0.8.2

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

Scan your dependencies

Page 2 of 7

0.7.6

Changes
- Blocks to extend / override select choice items.
- Glue custom css file to look nice out of the box.

0.7.5

0.7.4

Features
- Multi-Select Field

0.7.3

Features
- Search & Select Field
- Alpine focus added into alpine js requirements and init for field keyboard shortcuts.
- Glue Field Error Messages
- Glue fields show html validation errors by default.
- Will have to update how errors disappear and improve error functionality in the future.


js
glue_field.error = 'This field is required.'


Changes
- Updated select to use alpine js dropdown for consistency between search and the search & select fields.
- Glue field factory updated to use setters and getters for specific attribute methods.
- When select fields are not required, it automatically adds a '----------' option.

0.7.2

Bugs
- Fixed bug when loading new glue objects that have been glued in an ajax call.
Changes
- Added endpoint to retrieve glue session data.
- JS function to retrieve glue session data to update window variable and keep live.
- Gluing Templates and Views now fetches and updates the session data to initialize glue objects properly.

0.7.1

Changes
- glue_fetch refactored to be more extendable.
- glue_view uses glue_fetch with shortcut functions for both get and post requests.
- glue view _render refactored to _fetch_view
- GlueView's will have to be refactored to use the new parameter passing and methods.
js
// Old Method
view_card: new GlueView('{% url "view_card" %}?tacos=hello')
view_card._render({'page': 2}, 'POST')

// Refactored Method
view_card: new GlueView('{% url "view_card" %}?tacos=hello')
view_card.post({'page': 2})
view_card.get({'page': 2})

Page 2 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.