Commit Graph

24 Commits

Author SHA1 Message Date
Adam Fast af41554c25 The field being named with the field name means we should be doing an "endswith" jQuery selector, without that the field isn't found and a Javascript console error fires. 2020-04-17 14:47:50 -05:00
Joseph Bane a1de4561ca Merge pull request #1 from adamfast/supply-form-prefix
By specifying a prefix of the field's name on each Autocomplete form multiple autocomplete filters can be put on the page. Without this, all fields are named/IDed autocomplete_field and there's a collision.
2020-04-16 13:33:06 -04:00
Adam Fast deb9ebd33c Update setup.py
Update version to acknowledge change
2020-04-16 12:25:16 -05:00
Adam Fast e89a3886de By specifying a prefix of the field's name on each Autocomplete form, multiple autocomplete filters can be put on the page. Without this, all fields are named/IDed autocomplete_field and there's a collision. 2020-04-16 12:17:06 -05:00
Joseph Bane d4ad56181a Version 0.1.4.
* Django dropped 'staticfiles' in templates. Use 'static' instead.
2020-03-24 16:58:55 -04:00
Uğur Özyılmazel da8decc87a Bump version: 0.1.2 → 0.1.3 2019-10-25 10:21:51 +03:00
Uğur Özyılmazel fbc183de3b Fix f-string problem 2019-10-25 10:20:46 +03:00
Uğur Özyılmazel e5c69ef51f Bump version: 0.1.1 → 0.1.2 2019-10-19 20:58:25 +03:00
Uğur Özyılmazel 011ba7aec0 Fix version check 2019-10-19 20:58:21 +03:00
Uğur Özyılmazel bab439efee Add missing information to change log 2019-10-19 20:47:28 +03:00
Uğur Özyılmazel d34363e648 Bump version: 0.1.0 → 0.1.1 2019-10-19 20:41:10 +03:00
Uğur Özyılmazel 7d262d331c Add demo animation gif 2019-10-19 20:40:53 +03:00
Uğur Özyılmazel 80bfad594a Merge branch 'maestrofjp-master' 2019-10-19 20:17:56 +03:00
Uğur Özyılmazel 795ddf92be Add WillRemoveInVersion10 warning 2019-10-19 20:16:10 +03:00
Peter Farrell bd6fb1a93d Removed f-strings as they are not supported on Python 3.5 2019-10-17 16:34:09 -05:00
Uğur Özyılmazel 873551e3d8 Fix image urls 2019-10-11 16:28:49 +03:00
Uğur Özyılmazel 8f10b72ddc Add link to screenshots 2019-10-11 16:23:00 +03:00
Uğur Özyılmazel 0a200f450f Add MANIFEST file and update README file 2019-10-11 13:37:19 +03:00
Uğur Özyılmazel cd86540a90 Add linter, checker configurations 2019-10-11 10:34:01 +03:00
Uğur Özyılmazel 90c11a8d32 Add ManyToMany and ForeignKey support 2019-10-11 10:33:41 +03:00
Uğur Özyılmazel be63ad16d3 Add screenshots 2019-10-11 10:33:03 +03:00
Uğur Özyılmazel 4ca3435f3d POC works 2019-10-10 17:16:21 +03:00
Uğur Özyılmazel ca26ca3620 Add python package scaffold 2019-10-07 14:54:39 +03:00
Uğur Özyılmazel 5aed43038b [root] Initial commit 2019-10-07 10:45:26 +03:00