This website requires JavaScript.
Explore
Help
Register
Sign In
ross
/
penracourses
Watch
1
Star
0
Fork
0
You've already forked penracourses
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
11d4bf0e71213946cf07ab5a05549ec7fa47f0ae
penracourses
/
sbas
T
History
Ross
2aff9516ac
feat: Enhance security by adding @login_required to multiple views and replacing print statements with logger.debug
...
Co-authored-by: Copilot <
copilot@github.com
>
2026-04-30 21:35:08 +01:00
..
management
Add management command to normalize Question HTML fields by unwrapping single <p> tags
2025-11-10 10:11:05 +00:00
migrations
Add user-related collections feature with HTMX support and timestamps for collections
2026-01-26 11:07:15 +00:00
templates
/sbas
Refactor question search template: rename and move to sbas_search.html
2026-02-09 12:50:31 +00:00
tests
some more update
2023-11-12 17:41:46 +00:00
__init__.py
…
admin.py
…
api.py
more ninja fixes
2025-12-01 13:31:02 +00:00
apps.py
…
filters.py
Enhance QuestionFilter with title and stem search capabilities and update fields in Meta class
2025-10-20 22:42:16 +01:00
forms.py
Replace FilteredSelectMultiple with ExamSearchWidget for exams field in multiple forms
2026-02-16 10:54:39 +00:00
models.py
Add 'frcr_appropriate' field to Question model for exam relevance
2025-10-29 21:03:01 +00:00
tables.py
Refactor HTML formatting to use mark_safe for safe rendering in various tables and models
2026-01-28 14:28:36 +00:00
tests.py
…
urls.py
Update exam scores URL for clarity and remove commented-out paths
2026-02-02 17:11:12 +00:00
views.py
feat: Enhance security by adding @login_required to multiple views and replacing print statements with logger.debug
2026-04-30 21:35:08 +01:00