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

AJAX and x-editable now allowed, plus uploading images to SQL database #2256

Open
wants to merge 157 commits into
base: master
Choose a base branch
from

Commits on Jun 15, 2022

  1. Update .gitignore

    mccarthysean committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    cb8141c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b4f995 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a4759c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

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

Commits on Jul 11, 2022

  1. Added 'x-editable-ajax' and 'x-editable-color' roles for editable fie…

    …lds in the list view
    
    The problem was we couldn't use AJAX and x-editable at the same time.
    
    Together they're awesome. AJAX-filled dropdowns make the list view page load MUCH faster, and x-editable fields greatly improve the user's editing experience in the list view.
    
    Now we can have both!
    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    dbf375c View commit details
    Browse the repository at this point in the history
  2. Added ImageUploadFieldDB for uploading images to database instead of …

    …file system
    
    It's more efficient to store images in the database, especially when storing image files in Docker images, which bloat the image size. This way our images can be stored and served from the SQL database as large binary files 👍
    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    da0d185 View commit details
    Browse the repository at this point in the history
  3. Added example for demonstrating x-editable AJAX and database-uploaded…

    … images
    
    Added another example for users looking to use x-editable AJAX, or who want to upload their images to the database instead of the file system
    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    2fc7063 View commit details
    Browse the repository at this point in the history
  4. added .env to .gitignore

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    d8105e6 View commit details
    Browse the repository at this point in the history
  5. Added Bootstrap Container, Row, and Column classes to form rules

    Added NestedRuleClasses to add customizable classes, which allows Bootstrap containers, rows, and columns
    
    changed names for Bootstrap container, row, and col
    
    added example of Bootstrap container, row, and col
    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    4c1944d View commit details
    Browse the repository at this point in the history
  6. linted

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    8b6bcc5 View commit details
    Browse the repository at this point in the history
  7. added margin around form submission buttons

    added 1rem of margin-right to the form buttons
    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    d7c9e9b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c814870 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    be9d06a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1fe9e04 View commit details
    Browse the repository at this point in the history
  11. Revert "Merge branch 'Details-View-Like-Edit-and-Create-Views'"

    This reverts commit a6c4cea, reversing
    changes made to 829fa65.
    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    669c926 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3d384aa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0d76442 View commit details
    Browse the repository at this point in the history
  14. for Poetry to use

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    0d2a043 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    067f8ec View commit details
    Browse the repository at this point in the history
  16. Added NestedRuleClasses to add customizable classes, which allows Boo…

    …tstrap containers, rows, and columns
    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    ec16107 View commit details
    Browse the repository at this point in the history
  17. bumped version

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    15b6627 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b4ad009 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    30972fa View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5886e70 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e33e11a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b5b7377 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2cc17db View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8afe8aa View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    070701e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c14aefc View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e258738 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    e439c1a View commit details
    Browse the repository at this point in the history
  29. added flake8

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    859d52a View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    316faf7 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    8bc1cd1 View commit details
    Browse the repository at this point in the history
  32. changed line endings

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    e5786d8 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    2b918da View commit details
    Browse the repository at this point in the history
  34. fixed class Row() bug

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    bdb5cda View commit details
    Browse the repository at this point in the history
  35. changed CRLF to LF

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    46b4f5e View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    c8d7b6a View commit details
    Browse the repository at this point in the history
  37. converted to Unix format

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    a963647 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    f25affb View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    2fb2f47 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    731cb6a View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    903b554 View commit details
    Browse the repository at this point in the history
  42. bumped version

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    288a745 View commit details
    Browse the repository at this point in the history
  43. bumped version

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    128abab View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    c8928d5 View commit details
    Browse the repository at this point in the history
  45. bumped version

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    ee3bfbb View commit details
    Browse the repository at this point in the history
  46. added dos2unix

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    a390c7f View commit details
    Browse the repository at this point in the history
  47. re-added indent

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    ce3debf View commit details
    Browse the repository at this point in the history
  48. better margin below inline-field cards, and above inline-field buttons

    better margin below inline-field cards, and above inline-field buttons
    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    753ce9e View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    0259152 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    120bc7b View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    c6a832c View commit details
    Browse the repository at this point in the history
  52. bumped version

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    a73f635 View commit details
    Browse the repository at this point in the history
  53. removed unnecessary mt-2

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    fe35a10 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    c8b02e6 View commit details
    Browse the repository at this point in the history
  55. bumped version

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    6d95ab7 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    37a8f88 View commit details
    Browse the repository at this point in the history
  57. upgraded to latest pymongo api

    knha authored and mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    82ba981 View commit details
    Browse the repository at this point in the history
  58. updated examples; no longer pin pymongo to 2.x.x

    knha authored and mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    6592de0 View commit details
    Browse the repository at this point in the history
  59. Bootstrap 4 form checklists more compact and standard

    Previously the Bootstrap 4 checklists in the edit form had too much whitespace above the input (below the label) and above the help text. It was hard to tell which one I was clicking on, if several of them were back-to-back.
    
    Also changed the help-text to Bootstrap 4 standard
    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    d12c214 View commit details
    Browse the repository at this point in the history
  60. Update tests to work with werkzeug v2.1.0+

    By default, werkzeug v2.1.0+ returns `location` header as a *relative* value
    ibushong authored and mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    f5ccee0 View commit details
    Browse the repository at this point in the history
  61. Add -U argument to tox.ini to ensure that requirements are updated/…

    …re-installed if needed
    
    Found while debugging test issues related to newer versions of Shapely.
    
    This also helps with env setup consistency for new devs
    ibushong authored and mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    1ffa9ba View commit details
    Browse the repository at this point in the history
  62. Add test env setup notes for MacOS

    ibushong authored and mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    078b308 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    b26ea73 View commit details
    Browse the repository at this point in the history
  64. build(deps): bump pymongo from 2.4.1 to 2.5.2 in /examples/tinymongo

    Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 2.4.1 to 2.5.2.
    - [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
    - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
    - [Commits](mongodb/mongo-python-driver@2.4.1...2.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: pymongo
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    e49b6df View commit details
    Browse the repository at this point in the history
  65. Added 'x-editable-ajax' and 'x-editable-color' roles for editable fie…

    …lds in the list view
    
    The problem was we couldn't use AJAX and x-editable at the same time.
    
    Together they're awesome. AJAX-filled dropdowns make the list view page load MUCH faster, and x-editable fields greatly improve the user's editing experience in the list view.
    
    Now we can have both!
    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    5e8e2ca View commit details
    Browse the repository at this point in the history
  66. Added ImageUploadFieldDB for uploading images to database instead of …

    …file system
    
    It's more efficient to store images in the database, especially when storing image files in Docker images, which bloat the image size. This way our images can be stored and served from the SQL database as large binary files 👍
    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    d57d2f5 View commit details
    Browse the repository at this point in the history
  67. Added example for demonstrating x-editable AJAX and database-uploaded…

    … images
    
    Added another example for users looking to use x-editable AJAX, or who want to upload their images to the database instead of the file system
    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    3321a72 View commit details
    Browse the repository at this point in the history
  68. Added Bootstrap Container, Row, and Column classes to form rules

    Added NestedRuleClasses to add customizable classes, which allows Bootstrap containers, rows, and columns
    
    changed names for Bootstrap container, row, and col
    
    added example of Bootstrap container, row, and col
    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    079e66c View commit details
    Browse the repository at this point in the history
  69. linted

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    8665124 View commit details
    Browse the repository at this point in the history
  70. added margin around form submission buttons

    added 1rem of margin-right to the form buttons
    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    34a6e44 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    3de6976 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    6a81d90 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    1e724df View commit details
    Browse the repository at this point in the history
  74. Revert "Merge branch 'Details-View-Like-Edit-and-Create-Views'"

    This reverts commit a6c4cea, reversing
    changes made to 829fa65.
    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    4721729 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    447d021 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    8fc4e89 View commit details
    Browse the repository at this point in the history
  77. for Poetry to use

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    01ff9b2 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    2b87ac5 View commit details
    Browse the repository at this point in the history
  79. Added NestedRuleClasses to add customizable classes, which allows Boo…

    …tstrap containers, rows, and columns
    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    289a040 View commit details
    Browse the repository at this point in the history
  80. bumped version

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    97280e9 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    8483bc4 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    c2b6388 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    904a387 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    3161a7f View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    e3cf605 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    8020e7c View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    3e105ff View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    282d145 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    06adf2f View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    b39769f View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    bd617d2 View commit details
    Browse the repository at this point in the history
  92. added flake8

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    793d296 View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    a4ebfcb View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    1433cd9 View commit details
    Browse the repository at this point in the history
  95. changed line endings

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    9e828f8 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    bdebe3d View commit details
    Browse the repository at this point in the history
  97. fixed class Row() bug

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    b347b85 View commit details
    Browse the repository at this point in the history
  98. changed CRLF to LF

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    84d7e10 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    2273642 View commit details
    Browse the repository at this point in the history
  100. converted to Unix format

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    781e769 View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    2acaa5b View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    2ab2439 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    6530935 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    a5f40c5 View commit details
    Browse the repository at this point in the history
  105. bumped version

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    e29dacd View commit details
    Browse the repository at this point in the history
  106. bumped version

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    e7b16da View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    845ae6f View commit details
    Browse the repository at this point in the history
  108. bumped version

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    16869cf View commit details
    Browse the repository at this point in the history
  109. added dos2unix

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    4c5484a View commit details
    Browse the repository at this point in the history
  110. re-added indent

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    599acd4 View commit details
    Browse the repository at this point in the history
  111. better margin below inline-field cards, and above inline-field buttons

    better margin below inline-field cards, and above inline-field buttons
    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    b4120c5 View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    4fbf4ab View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    0e703c7 View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    238039a View commit details
    Browse the repository at this point in the history
  115. bumped version

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    77e8d9d View commit details
    Browse the repository at this point in the history
  116. removed unnecessary mt-2

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    3f40089 View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    799948c View commit details
    Browse the repository at this point in the history
  118. bumped version

    mccarthysean committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    b489339 View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    45111b2 View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    bec57c1 View commit details
    Browse the repository at this point in the history
  121. Configuration menu
    Copy the full SHA
    0ecc2d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. bumped version

    mccarthysean committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    e8f5d8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f139f9 View commit details
    Browse the repository at this point in the history
  3. added mb-3 to existing inline field and template for inline field

    better margin below inline-field cards, and above inline-field buttons
    mccarthysean committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    da39188 View commit details
    Browse the repository at this point in the history
  4. bumped version

    mccarthysean committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    be88262 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. better example

    mccarthysean committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    91581cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2067304 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f5dddf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7434df2 View commit details
    Browse the repository at this point in the history
  5. bumped version

    mccarthysean committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    da9cb56 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    0e0eaeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d41156 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. bumped version

    mccarthysean committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    3e76ff2 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    ae039c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f474f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ead2483 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99fcebf View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    962653e View commit details
    Browse the repository at this point in the history
  2. version = "1.6.19"

    mccarthysean committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    eaedd5f View commit details
    Browse the repository at this point in the history
  3. fixed line endings

    mccarthysean committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    e411106 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f65dabc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65dbe14 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. WTForms DeprecationWarning: Flags should be stored in dicts and not i…

    …n tuples. The next version of WTForms will abandon support for flags in tuples.
    mccarthysean committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    4e0802f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46e6d25 View commit details
    Browse the repository at this point in the history
  3. WTForms DeprecationWarning: Flags should be stored in dicts and not i…

    …n tuples. The next version of WTForms will abandon support for flags in tuples.
    mccarthysean committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    61725c1 View commit details
    Browse the repository at this point in the history
  4. version = "1.6.21"

    mccarthysean committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    e9ce3ea View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. changed to python 3.11

    mccarthysean committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    7f9fe97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c4e64b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acbaf64 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. Configuration menu
    Copy the full SHA
    50816db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51c1c5d View commit details
    Browse the repository at this point in the history
  3. fixed dev environment

    mccarthysean committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    0b24f89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ad5b2a View commit details
    Browse the repository at this point in the history