common-funding-application
common-funding-application copied to clipboard
The Common Funding Application is an online application that allows student groups and organizations to request funding from various funding sources at the University of Pennsylvania.
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.12.5 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
Bumps [django](https://github.com/django/django) from 3.1.5 to 3.1.14. Commits 840bebf [3.1.x] Bumped version for 3.1.14 release. 22bd174 [3.1.x] Fixed #30530, CVE-2021-44420 -- Fixed potential bypass of an upstream... cfb780d [3.1.x] Added stub...
initial changes to allow users to comment on their applications, may still need to check that a user is commenting only on their own application
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.1 to 0.4.2. Changelog Sourced from sqlparse's changelog. Release 0.4.2 (Sep 10, 2021) Notable Changes IMPORTANT: This release fixes a security vulnerability in the strip comments filter....
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.2 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
Bumps [django-registration](https://github.com/ubernostrum/django-registration) from 3.1.1 to 3.1.2. Commits 2db0bb7 Merge pull request from GHSA-58c7-px5v-82hh f314570 Bump version numbers for 3.1.2. 41460db Add CVE number to release notes. d68ec81 Add release notes...
A lot of clubs have their expense calculations in a spreadsheet, and it might be easier for them to import a (excel/csv) spreadsheet instead of manually entering expenses onto the...
Currently, expenses are listed in the order that the user submits them. Possible improvements include: - Group expenses with the same category together - Add an option to filter expenses...
The current events table has basic sorting and pagination abilities. Users have requested features like: - Searching - Filtering - Pagination (that works well with other features) - Creating email...