Skip to content

Commit

Permalink
Initial package update
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklinke committed Jul 2, 2023
1 parent b636be6 commit 897987c
Show file tree
Hide file tree
Showing 49 changed files with 5,085 additions and 466 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules/
src/mizdb_tomselect/static/mizdb_tomselect/js/

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down Expand Up @@ -238,4 +237,4 @@ fabric.properties
.idea/httpRequests

# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser
.idea/caches/build_file_checksums.ser
27 changes: 27 additions & 0 deletions .idea/django-tomselect.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .idea/runConfigurations/demoserver.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .idea/runConfigurations/end_to_end.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .idea/runConfigurations/tests.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .idea/runConfigurations/tests__coverage_.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .idea/runConfigurations/tox.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .idea/scopes/project_files.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 0 additions & 21 deletions .vscode/launch.json

This file was deleted.

8 changes: 0 additions & 8 deletions .vscode/settings.json

This file was deleted.

16 changes: 0 additions & 16 deletions .vscode/tasks.json

This file was deleted.

21 changes: 15 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,41 @@
# Changelog

## [unreleased]
## django-tomselect 0.4.0

- Rename package to `django-tomselect`
- Add ability to turn on/off the value field in tabular widget
- Change `search_lookup` to `search_lookups` to allow multiple lookups
- Improve documentation

---

## mizdb-tomselect [unreleased]

- assign search term as AutocompleteView instance variable 'q'
- wrap create_object in an atomic block

## [0.3.3] (2023-06-29)
## mizdb-tomselect 0.3.3 (2023-06-29)

- fix dropdown footer being visible when it has no content (#2)
- set sensible defaults for widget attributes (#3, #4)

## 0.3.2 (2023-06-28)
## mizdb-tomselect 0.3.2 (2023-06-28)

- AutocompleteView: unquote search var string
- call values() on result queryset with fields specified on the widget only
- this reduces query overhead
- allows including values from many-to-one relations

## 0.3.1 (2023-06-20)
## mizdb-tomselect 0.3.1 (2023-06-20)

- fix handling of undefined column data

## 0.3.0 (2023-06-20)
## mizdb-tomselect 0.3.0 (2023-06-20)

- refactor filterBy filtering in autocomplete view
- add `search_lookup` argument to MIZSelect widget
- AutocompleteView now uses the `search_lookup` to filter the results

## 0.2.0 (2023-06-20)
## mizdb-tomselect 0.2.0 (2023-06-20)

- initial release
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Actionb
Copyright (c) 2023 Actionb, Jack Linke

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit 897987c

Please sign in to comment.