Django-fobi

Latest version: v0.19.9

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

Scan your dependencies

Page 26 of 32

0.4.22

------
2015-03-03

- Fix replace system-specific path separator by a slash on file urls.
- Fix empty options appearing in the Select-like (`radio`, `select` and
`select_multiple`) plugins and unified the processing of the raw choices
data.
- Validate the initial value for Select-like (`radio`, `select` and
`select_multiple`) plugins.

0.4.21

------
2015-02-28

- The
``fobi.contrib.plugins.form_elements.fields.select_multiple_model_objects``
plugin added.

0.4.20

------
2015-02-27

- Make it possible to load initial form data from GET variables.
- Remove "button" and "submit" types from ``fobi.contrib.elements.fields.input``
form element plugin.
- The ``fobi.contrib.plugins.form_elements.fields.select_model_object`` plugin
no longer returns an absolute URL to the admin of the chosen model object
instance. Instead, it contains the app label, model name, pk and the repr
of it separated by dots. Example: "comments.comment.5.Lorem ipsum".
- Minor fixes in ``from fobi.contrib.elements.fields.file`` plugin. Use system
path separator on ``from fobi.contrib.elements.fields.file.FILES_UPLOAD_DIR``
default setting.
- Minor documentation improvements.

0.4.19

------
2015-02-15

- Some more work on future (Django 1.9) compatibility.
- Replace bits of backwards-/forwards- compatibility code with equal code
parts of ``django-nine``.

0.4.18

------
2015-02-13

- From now on it's possible to localise (translated) URLs.
- Safe way to get the user model for Django >= 1.5.* <= 1.8.*

0.4.17

------
2015-02-12

- Fix circular imports by proper referencing of the user model in
foreign key and many-to-many relations (``settings.AUTH_USER_MODEL`` instead
of ``django.contrib.auth.get_user_model``).
- Minor documentation improvements.

Page 26 of 32

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.