Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog django-fields version 0.2.3 #1202

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions data/insecure.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@
"django-fiber": [
"<0.9.9.1"
],
"django-fields": [
"<0.2.3"
],
"django-filebrowser-no-grappelli-staff": [
"<3.4.2"
],
Expand Down
6 changes: 6 additions & 0 deletions data/insecure_full.json
Original file line number Diff line number Diff line change
Expand Up @@ -1650,6 +1650,12 @@
"v": "<0.9.9.1"
}
],
"django-fields": [
{
"changelog": "-----\n\n* Added: Ability to specify `secret_key` as an argument to the field constructor (via [markkennedy](https://github.com/svetlyak40wt/django-fields/pull/40 \"Issue 40\")).\n* Added: `EncryptedUSPhoneNumberField` and `EncryptedUSSocialSecurityNumberField` now try to import from the standalone django-localflavor before falling back to the version included in Django (this is necessary to support Django 1.6 and newer) (via [mjacksonw](https://github.com/svetlyak40wt/django-fields/pull/36 \"Issue 33\")).\n\n",
"v": "<0.2.3"
}
],
"django-filebrowser-no-grappelli-staff": [
{
"changelog": "-----------------\n\n* Fixed security bug: added staff_member_required decorator to the upload-function.\n* Fixed a XSS vulnerability with fb_tags.\n\n",
Expand Down