Skip to content

Releases: jazzband/django-smart-selects

Fix USE_DJANGO_JQUERY option

25 Apr 23:43
Compare
Choose a tag to compare

Special thanks to:

Restrict results to only models with fields from smart_selects

20 Apr 00:31
Compare
Choose a tag to compare

Issue #201 pointed out that the URL endpoints allowed anybody to list arbitrary objects by tweaking the URL parameters.

This release adds checks to the views to ensure that queries return an HTTP 403 (Permission denied) for models that do not have smart_selects fields defined.

Please keep in mind that it is still possible to query models with smart_selects fields.

Special thanks to @ng-celes for reporting #201.

Use external Javascript

19 Apr 16:04
Compare
Choose a tag to compare

Should fix adding forms in formsets.

Special thanks to @vborras for doing the heavily lifting.

Fix chained CharField for Django 1.8 & 1.9

09 Mar 16:37
Compare
Choose a tag to compare
  • From #188 - fix chained CharField for Django >= 1.8 to < 1.10 (with tests)

New release since we haven't had a release in a long time

08 Mar 12:07
Compare
Choose a tag to compare

Amongst other things, contains fixes for:

Additionally, we will now attempt to have every future release on both GitHub and PyPI.

Thanks to:

  • Maciej "RooTer" Urbański
  • Jim Kutter
  • savoirfairelinux
  • jorgecorrea

Special thanks to:

  • Jakub Szafrański