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

New example with autocomplete-light instead of select2 #1330

Closed
wants to merge 2,398 commits into from
Closed
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 12, 2018

  1. Release 3.3.0 [ci skip]

    jpic committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    194dce4 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Configuration menu
    Copy the full SHA
    0adb839 View commit details
    Browse the repository at this point in the history
  2. Forward argument should always be a tuple

    In the example given, the forward argument in line 590: ```forward=(forward.Self())``` isn't a tuple. So I've updated the example to correct the error and also added a reminder that the forward argument expects a tuple.
    Jihoon Baek authored and jpic committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    7130e05 View commit details
    Browse the repository at this point in the history
  3. Fix ImportError with SELECT2_TRANSLATIONS in Django 1.x

    Django2 introduced the SELECT2_TRANSLATIONS dictionary, and this
    was imported into the dal_select2.widgets module, causing an ImportError
    when run against any version of Django < 2.
    
    Fixes #1029
    hugorodgerbrown authored and jpic committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    e3caabb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e91c780 View commit details
    Browse the repository at this point in the history
  5. Add Django 2.1 to the build matrix

    Django 2.1 has been released last week, so adding it to the build matrix
    Bruno Alla authored and jpic committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    53aabbf View commit details
    Browse the repository at this point in the history
  6. Add myself to list of Contributors

    Bruno Alla authored and jpic committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    7899527 View commit details
    Browse the repository at this point in the history
  7. Set select2 container CSS class to :all:

    This makes select2 copy the CSS classes from original select element to the generated element.
    hbielenia authored and jpic committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    eb343e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Configuration menu
    Copy the full SHA
    1def59f View commit details
    Browse the repository at this point in the history
  2. Release 3.3.1 [ci skip]

    jpic committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    ba1e18a View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Fixes our usage of jQuery to work in both django admin and custom for…

    …ms with their own jQuery.
    
    This was a major mind bender to figure out, but the detailed comments I've left
    should (hopefully) explain what's going on.
    coredumperror committed Sep 19, 2018
    1 Configuration menu
    Copy the full SHA
    af721ca View commit details
    Browse the repository at this point in the history
  2. Release 3.3.2

    jpic committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    0815b48 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    jpic committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    682293a View commit details
    Browse the repository at this point in the history
  4. Fix all flake8 issues in the code

    monim67 authored and jpic committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    e2beaf3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db32ff8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f88ff65 View commit details
    Browse the repository at this point in the history
  7. Removed basepython setting from tox environment checkqa

    so that tox uses python version specified in travis.yml
    monim67 authored and jpic committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    ef60542 View commit details
    Browse the repository at this point in the history
  8. Fixed flake8 issues with merge updates

    monim67 authored and jpic committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    88f2bf8 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2018

  1. Doc: Fix forward JavaScript case

    Gagaro authored and jpic committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    24bff6b View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

  1. Update support for Django versions

    Addresses #1058
    raratiru authored and jpic committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    b198752 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. Translate the create option text in Select2ListView

    Andreas Donig authored and jpic committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    c43270f View commit details
    Browse the repository at this point in the history
  2. Change q to self.q because q does not exist in that scope

    Andreas Donig authored and jpic committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    afdc4d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

  1. fix: forward read_only fields too

    FabianClemenz authored and jpic committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    13529dd View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2019

  1. Add vendored select2 files from Django 2.x

    andybak authored and jpic committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    f4e76cb View commit details
    Browse the repository at this point in the history
  2. Document the use of dal_legacy_static

    andybak authored and jpic committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    a611fd6 View commit details
    Browse the repository at this point in the history
  3. __init__.py was missing. Can cause issues when apps are assumed to al…

    …so be valid Python modules
    andybak authored and jpic committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    8ce4597 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Fix flake8 job

    jpic committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    43bc631 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b9efb8 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2019

  1. Switch to public api for retriving QSS querysets

    Switches from using an unsupported private API (which changed and broke
    from django-querysetseqence>0.7) to a newly added public api method
    (`get_querysets`) which achieves the same thing.
    
    Depends on clokep/django-querysetsequence#53
    Supersedes #1056
    Fixes #1050
    optiz0r authored and jpic committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    ab632e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Use label_from_instance in QuerySetSequenceSelectMixin

    refs #1087
    gtnx authored and jpic committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    a248dc2 View commit details
    Browse the repository at this point in the history
  2. traducao em pt-br

    tiagoslg authored and jpic committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    11a9aea View commit details
    Browse the repository at this point in the history
  3. Correction on pt-br translations comments

    tiagoslg authored and jpic committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    d8955a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. Release 3.3.3

    jpic committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    121aab2 View commit details
    Browse the repository at this point in the history
  2. Release 3.3.4

    jpic committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    c7a2bb5 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Configuration menu
    Copy the full SHA
    9520881 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4693e2 View commit details
    Browse the repository at this point in the history
  3. Added 'dal-create' class to the create option in order to allow

    your application to style the create option with custom css.
    tonimichel authored and jpic committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    b1d019d View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Ensure language support

    wgordon17 authored and jpic committed May 3, 2019
    Configuration menu
    Copy the full SHA
    ab40b29 View commit details
    Browse the repository at this point in the history
  2. Fix pep8

    wgordon17 authored and jpic committed May 3, 2019
    Configuration menu
    Copy the full SHA
    7630b2b View commit details
    Browse the repository at this point in the history
  3. Add docstring

    wgordon17 authored and jpic committed May 3, 2019
    Configuration menu
    Copy the full SHA
    0c739fe View commit details
    Browse the repository at this point in the history
  4. Fix docstring

    wgordon17 authored and jpic committed May 3, 2019
    Configuration menu
    Copy the full SHA
    d7f04b9 View commit details
    Browse the repository at this point in the history
  5. Fix docstring

    wgordon17 authored and jpic committed May 3, 2019
    Configuration menu
    Copy the full SHA
    f4e1677 View commit details
    Browse the repository at this point in the history
  6. Add period docstring

    wgordon17 authored and jpic committed May 3, 2019
    Configuration menu
    Copy the full SHA
    c8ae4cb View commit details
    Browse the repository at this point in the history
  7. Fix short-circuit logic and add tests

    wgordon17 authored and jpic committed May 3, 2019
    Configuration menu
    Copy the full SHA
    11d5aef View commit details
    Browse the repository at this point in the history

Commits on May 12, 2019

  1. Fix not iterable tag value

    rastislav-chynoransky authored and jpic committed May 12, 2019
    Configuration menu
    Copy the full SHA
    230c9a1 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Upgrade qss

    jpic committed May 30, 2019
    Configuration menu
    Copy the full SHA
    cdf2379 View commit details
    Browse the repository at this point in the history
  2. Release 3.3.5

    jpic committed May 30, 2019
    Configuration menu
    Copy the full SHA
    b6cd19e View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2019

  1. Configuration menu
    Copy the full SHA
    66a9957 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4302ecf View commit details
    Browse the repository at this point in the history
  3. Testqa line lenghts

    Change from the default 79 to 88.
    jor-rit authored and jpic committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    f5f4a12 View commit details
    Browse the repository at this point in the history
  4. Python 2 support (mostly)

    jpic committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    32e50a6 View commit details
    Browse the repository at this point in the history
  5. Delete select2 submodule from git index

    Still in the index, but not .gitmodules anymore.
    jor-rit authored and jpic committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    32ab8a2 View commit details
    Browse the repository at this point in the history
  6. Clean submodule

    There was a broken entry
    jpic committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    7cc1b3a View commit details
    Browse the repository at this point in the history
  7. Simplifying versions of Django in Tox

    ad-m authored and jpic committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    98d106f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3147681 View commit details
    Browse the repository at this point in the history
  9. Fix flake8

    jpic committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    90878c8 View commit details
    Browse the repository at this point in the history
  10. QA

    jpic committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    ef0f5bd View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2019

  1. Fix #1108: Wrong i18n path

    jpic committed Jul 21, 2019
    Configuration menu
    Copy the full SHA
    f90b755 View commit details
    Browse the repository at this point in the history
  2. Release 3.4.1

    jpic committed Jul 21, 2019
    Configuration menu
    Copy the full SHA
    e15864e View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Replace phantomjs with firefox

    Get the browser based tests working on travisci again.
    
    Splinter deprecated phantomjs, so switch to headless firefox.
    
    Upgrade the travisci environment to unbuntu xenial (geckodriver fails in
    default trusty, easier to do this then figure out the real problem with
    the geckodriver/firefox/selenium versions).
    
    Also add python 3.6 test run, since 3.5 fails (unrelated to the
    browers based test) and we atleast get a green checkmark from travis
    to show it can work.
    jor-rit authored and jpic committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    084de26 View commit details
    Browse the repository at this point in the history
  2. Close browser after tests.

    The 'global' test browser is never closed.
    
    Pytest-splinter is already in the project,
    so let's use its session scoped browser, which nicely closes itself
    after the test session.
    jor-rit authored and jpic committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    fddb2c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6476a4 View commit details
    Browse the repository at this point in the history
  4. backward compatibility

    akshen authored and jpic committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    42fb56b View commit details
    Browse the repository at this point in the history
  5. set django-nested-admin minimal version

    akshen authored and jpic committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    3098093 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0b4aa7 View commit details
    Browse the repository at this point in the history
  7. pep8

    jpic committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    170c201 View commit details
    Browse the repository at this point in the history
  8. Fix CI

    jpic committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    ba25828 View commit details
    Browse the repository at this point in the history
  9. Update demo urls

    jpic committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    7c0cc7f View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Configuration menu
    Copy the full SHA
    10affe2 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. 1 Configuration menu
    Copy the full SHA
    7e9e88a View commit details
    Browse the repository at this point in the history
  2. Fix 1115

    Mogost authored and jpic committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    63a296d View commit details
    Browse the repository at this point in the history
  3. Fix linter error

    Mogost authored and jpic committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    bc83aec View commit details
    Browse the repository at this point in the history
  4. Release 3.5.0

    jpic committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    14af189 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Do not load jquery in Select2WidgetMixin

    Fixes #1130
    Fixes #1053
    timthelion authored and jpic committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    e46300d View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Release 3.5.1

    jpic committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    e639471 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Update AUTHORS

    Add myself to authors
    Mogost authored and jpic committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    d3c193f View commit details
    Browse the repository at this point in the history
  2. #1145 fix post method parameters

    erdnax123 authored and jpic committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    1a4aa35 View commit details
    Browse the repository at this point in the history
  3. docs: Fix simple typo, writting -> writing

    There is a small typo in src/dal/forms.py.
    
    Should read `writing` rather than `writting`.
    timgates42 authored and jpic committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    542a562 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    458e51e View commit details
    Browse the repository at this point in the history
  5. Fix quotation marks

    CristopherH95 authored and jpic committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    2fa224c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Fix #1129: documentation

    This fixes the current warnings and adds a CI job to prevent such
    warnings to occur again.
    
    Also disables the travis job because it's not working anymore, despite
    that it's still working great on my laptop which is enough for me, given
    a pretty low contribution activity on this repo.
    jpic committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    d01415e View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Fix spelling and grammar in documentation

    apoclyps authored and jpic committed May 12, 2020
    Configuration menu
    Copy the full SHA
    350427f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Configuration menu
    Copy the full SHA
    b6a157e View commit details
    Browse the repository at this point in the history
  2. remove calculated widths

    nad2000 authored and jpic committed May 22, 2020
    1 Configuration menu
    Copy the full SHA
    274da06 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Django 1.10+, is_authenticated is a property

    raprasad authored and jpic committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    e42766f View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Configuration menu
    Copy the full SHA
    9b7b533 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59bc50a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a82d150 View commit details
    Browse the repository at this point in the history
  4. Removed unused import

    danielmorell authored and jpic committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    15d76a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03a6ee9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    696527d View commit details
    Browse the repository at this point in the history
  7. Fixed formatting

    danielmorell authored and jpic committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    dcc4bf6 View commit details
    Browse the repository at this point in the history
  8. Revert "Fixed formatting"

    This reverts commit 4d92e83
    danielmorell authored and jpic committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    27a4ff4 View commit details
    Browse the repository at this point in the history
  9. Fixed PyCharm's formatting

    danielmorell authored and jpic committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    6ad820f View commit details
    Browse the repository at this point in the history
  10. 1 Configuration menu
    Copy the full SHA
    6368c79 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9998232 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4f8e006 View commit details
    Browse the repository at this point in the history
  13. Updated the JS docs

    danielmorell authored and jpic committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    a2705b4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ca032a1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    52a5283 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7beccff View commit details
    Browse the repository at this point in the history
  17. Fix GFK test

    jpic committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    d907ec8 View commit details
    Browse the repository at this point in the history
  18. Update tox envs

    jpic committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    31d1b11 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d1ef9b2 View commit details
    Browse the repository at this point in the history
  20. Fix example outside the admin

    jpic committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    7cb4734 View commit details
    Browse the repository at this point in the history
  21. Fix travis CI

    jpic committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    7b1278f View commit details
    Browse the repository at this point in the history
  22. QA Fixes

    jpic committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    527e027 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Release 3.7.0.dev0

    Initially released 3.6.0 for a minute but then figured I already had
    published 3.6.0.dev0 and 3.6.0.dev1 in March 2020 so it's got nothing to
    do with the 3.6.0 version.
    jpic committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    603087d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Add support for search_fields and split_words

    Close #783
    mitchelljkotler authored and jpic committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    0535549 View commit details
    Browse the repository at this point in the history
  2. Add support for template property

    mitchelljkotler authored and jpic committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    9393d60 View commit details
    Browse the repository at this point in the history
  3. More efficient distinct checking

    Taken from Django code
    mitchelljkotler authored and jpic committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    308befa View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Sync min js

    MarkRunWu authored and jpic committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    3b71b0a View commit details
    Browse the repository at this point in the history
  2. Fix css path

    MarkRunWu authored and jpic committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    3a94d39 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Potential fix for #1171

    Fix for displaying [object Object] when data-html is true and object creation allowed, see ticket #1171
    
    Untested, going purely from ticket comments.
    syserr0r authored and jpic committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    4657a3c View commit details
    Browse the repository at this point in the history
  2. use backports.functools_lru_cache if available

    pawl authored and jpic committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    903aee2 View commit details
    Browse the repository at this point in the history
  3. fix flake8 error

    pawl authored and jpic committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    6b9aafe View commit details
    Browse the repository at this point in the history
  4. Release 3.7.0

    jpic committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    68013c7 View commit details
    Browse the repository at this point in the history
  5. Release 3.8.0

    jpic committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    371548b View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Rebuild static

    jpic committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    a409100 View commit details
    Browse the repository at this point in the history
  2. Update tox.ini

    jpic committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    1200e80 View commit details
    Browse the repository at this point in the history
  3. Release 3.8.1

    jpic committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    56b1cfa View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. HackHands service does not exist anymore

    morenoh149 authored and jpic committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    ffd1fdb View commit details
    Browse the repository at this point in the history
  2. Update data-* docs link

    link is stale and resolves one level higher in the select2 docs than is needed.
    morenoh149 authored and jpic committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    84a63e6 View commit details
    Browse the repository at this point in the history
  3. fix grammar

    morenoh149 authored and jpic committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    7aa3ac2 View commit details
    Browse the repository at this point in the history
  4. typo

    morenoh149 authored and jpic committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    1f67413 View commit details
    Browse the repository at this point in the history
  5. Implementing Select2GroupQuerySetView

    Like a Select2GroupListView and Select2QuerySetView mixed togher.
    I've done it at work and know it's possible but this would be my first OSS contribution so I would need some help setting up the tests and etc.
    epoiate authored and jpic committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    fc862db View commit details
    Browse the repository at this point in the history
  6. Fixing travis' build errors

    epoiate authored and jpic committed Oct 31, 2020
    1 Configuration menu
    Copy the full SHA
    d498fec View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Configuration menu
    Copy the full SHA
    a073172 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Configuration menu
    Copy the full SHA
    10d7f2c View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2020

  1. Added ability to specify value on list and group-list selections

    - Updated Select2ListView, Select2GroupListView, & Select2ListChoiceField to account for the extra functionality
    - Added tests
    - Updated docs to reflect
    JackAtOmenApps authored and jpic committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    24e8754 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    497f481 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60ffe7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8bf537 View commit details
    Browse the repository at this point in the history
  5. Removed commented block for functionality moved to main class

    - Originally, I had planned separate ListView classes for specifying values, but later rolled it into the existing View. This is simple unneeded, commented out block that was meant to have been removed.
    JackAtOmenApps authored and jpic committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    50c4204 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc312fb View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. More explicit: "slim" version

    First I read that jQuery 3 is not supported.
    Thomas Güttler authored and jpic committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    db8c079 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Add info on django-addanother

    Add info on django-addanother to allow adding more complex models having more than one required field.
    Saex committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    b8b5ff5 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Configuration menu
    Copy the full SHA
    10bc164 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd77c22 View commit details
    Browse the repository at this point in the history
  3. Sync autocomplete_light.min.js file

    micjabbour authored and jpic committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    29b9107 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Attempt to fix #1219

    eprikazc authored and jpic committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    3ca8823 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Fix #1223

    jpic committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    916af81 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Configuration menu
    Copy the full SHA
    d667864 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Configuration menu
    Copy the full SHA
    c2f6aa7 View commit details
    Browse the repository at this point in the history
  2. fix resolving of id, text and selected_text for children results in S…

    …elect2GroupQuerySetView
    arseniy-panfilov authored and jpic committed May 3, 2021
    Configuration menu
    Copy the full SHA
    6fef810 View commit details
    Browse the repository at this point in the history
  3. replace lookbehind regex with two regex

    Safari is not so smart
    
    fixes #1226
    vtbassmatt authored and jpic committed May 3, 2021
    Configuration menu
    Copy the full SHA
    4a83243 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Configuration menu
    Copy the full SHA
    3397ad5 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Rebuild static

    jpic committed May 18, 2021
    Configuration menu
    Copy the full SHA
    ce8a3b9 View commit details
    Browse the repository at this point in the history
  2. Release 3.9.0rc1

    jpic committed May 18, 2021
    Configuration menu
    Copy the full SHA
    629a71d View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Fix RemovedInDjango41Warning

    RemovedInDjango41Warning: 'dal_select2' defines default_app_config = 'dal_select2.apps.DefaultApp'. Django now detects this configuration automatically. You can remove default_app_config.
    Mogost authored and jpic committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    561c9cc View commit details
    Browse the repository at this point in the history
  2. fix(docs): rename get_result_label parameter

    Overriding the `get_result_label` method requires the second param to be called "result", not "label". Otherwise, Pylint throws an arguments-differ error (W0221)
    arlopezg authored and jpic committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    23a8052 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    925bed8 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. fix: test_project/requirements.txt to reduce vulnerabilities

    The following vulnerabilities are fixed by pinning transitive dependencies:
    - https://snyk.io/vuln/SNYK-PYTHON-SQLPARSE-1584201
    snyk-bot authored and jpic committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    f64807d View commit details
    Browse the repository at this point in the history
  2. Add support for Django 4.0

    fraimondo authored and jpic committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    879d401 View commit details
    Browse the repository at this point in the history
  3. Even better fix

    fraimondo authored and jpic committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    e9543d5 View commit details
    Browse the repository at this point in the history
  4. Use version check

    fraimondo authored and jpic committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    9f8d33c View commit details
    Browse the repository at this point in the history
  5. Use proper version test

    fraimondo authored and jpic committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    463293a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a4aeef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    03db8e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Update npm dependencies

    jpic committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    0b82df3 View commit details
    Browse the repository at this point in the history
  2. Rebuild static

    jpic committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    68880b6 View commit details
    Browse the repository at this point in the history
  3. Release 3.9.0rc2

    jpic committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    5d1e05c View commit details
    Browse the repository at this point in the history
  4. Add release script

    jpic committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    cac1d05 View commit details
    Browse the repository at this point in the history
  5. Update changelog

    jpic committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    78c11c5 View commit details
    Browse the repository at this point in the history
  6. Update tox envs

    jpic committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    e5c4a95 View commit details
    Browse the repository at this point in the history
  7. Fix Django 3.2 support in tests

    jpic committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    31f7f64 View commit details
    Browse the repository at this point in the history
  8. django-queryset-sequence support fixes

    - Fix #1190
    - Fix #1187
    jpic committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    bd63086 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b87cecf View commit details
    Browse the repository at this point in the history
  10. Update demo links to localhost

    jpic committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    824a20f View commit details
    Browse the repository at this point in the history
  11. Drop old links

    jpic committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    40cf95e View commit details
    Browse the repository at this point in the history
  12. Update roadmap

    jpic committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    b2e5a77 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Fixes an issue when dal is loaded twice

    When dal is initialized multiple times, yl.functions stays set to {} and the select2 function is no longer present. This causes any future dal fields not to render and instead appear as normal HTML select fields. 
    
    This error came up when I tried using HTMX in conjunction with dal. HTMX reloads the form on the fly using ajax calls. When it pulled the new form in and tried to render it, the script tags for dal were loaded again. Thus producing this error.
    FiooCode authored and jpic committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    5225409 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Configuration menu
    Copy the full SHA
    2d0accd View commit details
    Browse the repository at this point in the history
  2. Rebuild static

    jpic committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    2eef5fe View commit details
    Browse the repository at this point in the history
  3. Release 3.9.0rc4

    jpic committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    407fdd5 View commit details
    Browse the repository at this point in the history
  4. Changelog update

    jpic committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    467670e View commit details
    Browse the repository at this point in the history
  5. Remove db.sqlite3 binary

    jpic committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    d57a87b View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Rewrite Select2ListField

    jpic committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    8de5b22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72b8900 View commit details
    Browse the repository at this point in the history
  3. Release 3.9.0rc5

    jpic committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    8ccd064 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. RTFD configuration

    jpic committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    1982b87 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2021

  1. Support None choices

    jpic committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    f4013bb View commit details
    Browse the repository at this point in the history
  2. Fix linked_data.js example

    jpic committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    1347911 View commit details
    Browse the repository at this point in the history
  3. Test project settings cleaning

    jpic committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    c40e5dc View commit details
    Browse the repository at this point in the history
  4. Improve tutorial, remove form field override

    This example broke the add/edit feature for related fields in the
    admin.
    
    Instead, a fixed example with djhacker is provided.
    jpic committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    3eb84a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Django 4.0 test

    jpic committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    1f500ad View commit details
    Browse the repository at this point in the history
  2. Release 3.9.0

    jpic committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    d98dd56 View commit details
    Browse the repository at this point in the history
  3. Selected field's text color changed

    Muhammad Ammar authored and jpic committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    e44cb0c View commit details
    Browse the repository at this point in the history
  4. Fix release script

    jpic committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    1e4d83b View commit details
    Browse the repository at this point in the history
  5. Release 3.9.1rc1

    jpic committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    277bc40 View commit details
    Browse the repository at this point in the history
  6. Release 3.9.1rc2

    jpic committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    299df0d View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Release 3.9.1

    jpic committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    71e31d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Fix #1237: metadata versions

    jpic committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    4adff74 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Two isolated unadorned simple test cases added

    Something sorely lacking from the test_project seems to be a really stripped down, isolated test of the single and multiselect widgets. Very useful and important I believe, for seeing the very bare minimum configuration for a working widget without a lot of very distracting dressing in templates and views. These a totally drab new pages to demonstrated the stripped down bare minimalist widgets in action.
    
    That said, something is wrong, and this first cut serves as little more than a minimal stripped won demonstration of the focus bug being discussed on github now . It is either a DAL bug or an incorrect use of DAL, but this tiny little view will help anyone assessing it to offer commentary on what has gone wrong. There's almost nothing there and hence it is, as per the goal, free of a lot of distracting context.
    bernd-wechner authored and jpic committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    a945f11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feadfc9 View commit details
    Browse the repository at this point in the history
  3. Fixes in response to requests

    bernd-wechner authored and jpic committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    15fc8d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. add GitHub URL for PyPi

    andriyor authored and jpic committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    6bdc2e5 View commit details
    Browse the repository at this point in the history
  2. The assumption that sys.argv has a second element is flawed

    Causes a crash when running this under uwsgi. The assumption is easily fixed.
    bernd-wechner authored and jpic committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    444d83c View commit details
    Browse the repository at this point in the history
  3. Release 3.9.2

    jpic committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    ab613ca View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Python 3.10 support

    jpic committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    77beaad View commit details
    Browse the repository at this point in the history
  2. Release 3.9.3

    jpic committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    dcbb422 View commit details
    Browse the repository at this point in the history
  3. Fix import

    jpic committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    98ab8be View commit details
    Browse the repository at this point in the history
  4. Release 3.9.4

    jpic committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    822c105 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Add reminder to install django-querysetsequence

    This mirrors the reminder elsewhere in the documentation "# don't forget to pip install djhacker".  Several issues have been started in the past due to the error that's caused by forgetting (or not understanding) that this isn't installed by default.  e.g. #971.  Just happened to me now.
    tylerecouture authored and jpic committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    1e48b01 View commit details
    Browse the repository at this point in the history
  2. finnish translations

    T-101 authored and jpic committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    aaa07cd View commit details
    Browse the repository at this point in the history
  3. docs: Fix a few typos

    There are small typos in:
    - src/dal/forms.py
    - src/dal/test/stories.py
    - src/dal_queryset_sequence/fields.py
    - src/dal_select2_queryset_sequence/views.py
    
    Fixes:
    - Should read `necessarily` rather than `necessarely`.
    - Should read `submitted` rather than `submited`.
    - Should read `imprecise` rather than `unprecise`.
    - Should read `different` rather than `diffrent`.
    
    Signed-off-by: Tim Gates <[email protected]>
    timgates42 authored and jpic committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    138149f View commit details
    Browse the repository at this point in the history
  4. Rebuild static

    jpic committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    64f7fd0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6567099 View commit details
    Browse the repository at this point in the history
  6. QA

    jpic committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    38d1441 View commit details
    Browse the repository at this point in the history
  7. Release 3.9.5-rc0

    jpic committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    5aa31c3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3599b6f View commit details
    Browse the repository at this point in the history
  9. Test Django 4.1

    adamchainz authored and jpic committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    752d6ad View commit details
    Browse the repository at this point in the history
  10. Fix TOC sidebar with furo theme

    jpic committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    ac7860f View commit details
    Browse the repository at this point in the history
  11. Add the option to validate the field when creating a new choice

    Etienne Pouliot authored and jpic committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    0196ad4 View commit details
    Browse the repository at this point in the history
  12. Rebuild static

    jpic committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    c1eaa20 View commit details
    Browse the repository at this point in the history
  13. Release 3.9.5-rc1

    jpic committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    8871732 View commit details
    Browse the repository at this point in the history
  14. Fix release script

    jpic committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    8bb371f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Fixing issue where dragging an inline admin section would initialize …

    …the autocomplete fields during the dragging view and when dragging stopped the autocomplete field would be reset and not get initialized again since the internal initialized list would already contain that element.
    trumpet2012 authored and jpic committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    bb6e369 View commit details
    Browse the repository at this point in the history
  2. Adding support for django css variables so that for both light and da…

    …rk themed admins the select2 fields will look good.
    trumpet2012 authored and jpic committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    c83278c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d8e5d0 View commit details
    Browse the repository at this point in the history
  4. Adding .select2-container--default class to all style rules so that…

    … other themes aren't affected
    trumpet2012 authored and jpic committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    4aa0c1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a05ff8d View commit details
    Browse the repository at this point in the history
  6. fix: test_project/requirements.txt to reduce vulnerabilities

    The following vulnerabilities are fixed by pinning transitive dependencies:
    - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3113904
    snyk-bot authored and jpic committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    89106c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ac5fb1 View commit details
    Browse the repository at this point in the history
  8. Test create option validation

    jpic committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    bde0029 View commit details
    Browse the repository at this point in the history
  9. QA

    jpic committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    62ecb5f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    1984202 View commit details
    Browse the repository at this point in the history
  2. Fix #1295: Automate CHANGELOG

    jpic committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    b463af0 View commit details
    Browse the repository at this point in the history
  3. Rebuild static

    jpic committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    0ba6259 View commit details
    Browse the repository at this point in the history
  4. Release 3.9.5-rc2

    jpic committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    d546a0a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e52a25a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0cd3b7b View commit details
    Browse the repository at this point in the history
  7. Release 3.9.5-rc3

    jpic committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    0dbcbc6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a45b75 View commit details
    Browse the repository at this point in the history
  9. Release 3.9.5-rc4

    jpic committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    5d0bfe3 View commit details
    Browse the repository at this point in the history
  10. Release 3.9.5-rc5

    jpic committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    d1a4566 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dea11bf View commit details
    Browse the repository at this point in the history
  12. Release 3.9.5-rc6

    jpic committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    ed5e8b8 View commit details
    Browse the repository at this point in the history
  13. CHANGELOG update

    jpic committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    66210bb View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Test on Django 4.2

    adamchainz authored and jpic committed May 2, 2023
    Configuration menu
    Copy the full SHA
    9aec080 View commit details
    Browse the repository at this point in the history
  2. Remove 'plugins' from pytest.ini

    adamchainz authored and jpic committed May 2, 2023
    Configuration menu
    Copy the full SHA
    16b11e0 View commit details
    Browse the repository at this point in the history
  3. Fix Python string escape warning

    adamchainz authored and jpic committed May 2, 2023
    Configuration menu
    Copy the full SHA
    7af4bd1 View commit details
    Browse the repository at this point in the history
  4. Fix unittest assertEquals warnings

    adamchainz authored and jpic committed May 2, 2023
    Configuration menu
    Copy the full SHA
    fb4eb39 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Release 3.9.5

    jpic committed May 10, 2023
    Configuration menu
    Copy the full SHA
    2fd27a5 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Release 3.9.6rc1

    jpic committed May 12, 2023
    Configuration menu
    Copy the full SHA
    025ed1d View commit details
    Browse the repository at this point in the history
  2. Release 3.9.6

    jpic committed May 12, 2023
    Configuration menu
    Copy the full SHA
    c7426fc View commit details
    Browse the repository at this point in the history
  3. Release 3.9.7

    jpic committed May 12, 2023
    Configuration menu
    Copy the full SHA
    cc6ab6d View commit details
    Browse the repository at this point in the history
  4. Add trace to release script

    jpic committed May 12, 2023
    Configuration menu
    Copy the full SHA
    29b8a8f View commit details
    Browse the repository at this point in the history
  5. Add release script

    jpic committed May 12, 2023
    Configuration menu
    Copy the full SHA
    86826b7 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    87dcae9 View commit details
    Browse the repository at this point in the history