Commit Graph

  • 0562aafd78 Corregge l'ordine di caricamento del JS del filtro master Guido 2026-06-21 14:30:22 +02:00
  • cf146c3b55 Evita errore con i facet (?_facets=True) Guido 2026-06-19 18:00:13 +02:00
  • 49fcd8fb7d Documenta installazione dal fork git Briq e le differenze del fork Guido 2026-06-19 17:42:00 +02:00
  • 55a1592ac4 Media dinamici locale-aware e reset paginazione nel filtro Guido 2026-06-19 17:39:43 +02:00
  • 6dcbf7fdea con l'ultima versione di django senza questo si vede html al posto del rendering Guido 2024-03-11 00:59:36 +01:00
  • 2ff66842c2 chi ca** è vigo??? Guido 2023-02-10 21:14:55 +01:00
  • 38f7655bc9 Aggiunta una try except su import di una funzione di django deprecata davide_borgonovo 2022-03-23 10:07:57 +01:00
  • dc16fa3ccf fix giga query; inc versione Pietro 2021-10-15 19:54:33 +02:00
  • f8066e4b72 incremento versione Guido 2021-08-14 23:01:17 +02:00
  • 6d939d67f2 questo widget ha il brutto vizio di attivarsi anche fuori dal list view. Questo bugfix fa ricomparire i pulsantini di editing a fianco dei field autocompletabili nel change view. Guido 2021-08-14 23:00:32 +02:00
  • 562d481f0d faccio un po' di pulizia Guido 2021-07-25 11:52:11 +02:00
  • 9fa357f8b7 quasi dimenticavo di incrementare la versione 0.2.1+briq Guido 2021-07-25 11:44:18 +02:00
  • ce6742c047 MA COME FACEVA A FUNZIONARE PRIMAAA!?!?!?!? Guido 2021-07-25 11:41:28 +02:00
  • 891ca6a71d +briqness per tutti Guido 2021-07-21 13:46:03 +02:00
  • b669d330a5 briqness Guido 2021-07-21 13:44:02 +02:00
  • fd9202d025 così funziona VERAMENTE Guido 2021-07-19 10:43:23 +02:00
  • 7228f3eb5a Django 3 compatibility changes Guido 2021-07-17 22:09:38 +02:00
  • afb3f4b9fe Merge pull request #3 from adamfast/fix-filter Adam Fast 2020-04-17 15:35:01 -05:00
  • 3224bee4bf I put the dollarsign in the wrong place. It should go on the field, not in the value Adam Fast 2020-04-17 15:32:35 -05:00
  • f2c99f214d Merge pull request #2 from adamfast/fix-filter Joseph Bane 2020-04-17 15:55:58 -04:00
  • 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. Adam Fast 2020-04-17 14:47:50 -05:00
  • a1de4561ca Merge pull request #1 from adamfast/supply-form-prefix Joseph Bane 2020-04-16 13:33:06 -04:00
  • deb9ebd33c Update setup.py Adam Fast 2020-04-16 12:25:16 -05:00
  • 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. Adam Fast 2020-04-16 12:17:06 -05:00
  • d4ad56181a Version 0.1.4. Joseph Bane 2020-03-24 16:56:33 -04:00
  • da8decc87a Bump version: 0.1.2 → 0.1.3 Uğur Özyılmazel 2019-10-25 10:21:51 +03:00
  • fbc183de3b Fix f-string problem Uğur Özyılmazel 2019-10-25 10:19:52 +03:00
  • e5c69ef51f Bump version: 0.1.1 → 0.1.2 Uğur Özyılmazel 2019-10-19 20:58:25 +03:00
  • 011ba7aec0 Fix version check Uğur Özyılmazel 2019-10-19 20:58:21 +03:00
  • bab439efee Add missing information to change log Uğur Özyılmazel 2019-10-19 20:47:28 +03:00
  • d34363e648 Bump version: 0.1.0 → 0.1.1 Uğur Özyılmazel 2019-10-19 20:41:10 +03:00
  • 7d262d331c Add demo animation gif Uğur Özyılmazel 2019-10-19 20:40:53 +03:00
  • 80bfad594a Merge branch 'maestrofjp-master' Uğur Özyılmazel 2019-10-19 20:17:56 +03:00
  • 795ddf92be Add WillRemoveInVersion10 warning Uğur Özyılmazel 2019-10-19 20:16:10 +03:00
  • bd6fb1a93d Removed f-strings as they are not supported on Python 3.5 Peter Farrell 2019-10-17 16:34:09 -05:00
  • 873551e3d8 Fix image urls Uğur Özyılmazel 2019-10-11 16:28:49 +03:00
  • 8f10b72ddc Add link to screenshots Uğur Özyılmazel 2019-10-11 16:23:00 +03:00
  • 0a200f450f Add MANIFEST file and update README file Uğur Özyılmazel 2019-10-11 13:37:19 +03:00
  • cd86540a90 Add linter, checker configurations Uğur Özyılmazel 2019-10-11 10:34:01 +03:00
  • 90c11a8d32 Add ManyToMany and ForeignKey support Uğur Özyılmazel 2019-10-11 10:33:41 +03:00
  • be63ad16d3 Add screenshots Uğur Özyılmazel 2019-10-11 10:33:03 +03:00
  • 4ca3435f3d POC works Uğur Özyılmazel 2019-10-10 17:16:21 +03:00
  • ca26ca3620 Add python package scaffold Uğur Özyılmazel 2019-10-07 14:54:39 +03:00
  • 5aed43038b [root] Initial commit Uğur Özyılmazel 2019-10-07 10:45:26 +03:00