Releases: vbsinha/autojudge
Releases · vbsinha/autojudge
Bug fix release
There are no substantial changes from the previous release, this is mostly a Django update and bug fix release.
Bug fixes:
Minor bug fixes, updated Django versions
User Manual, contextual errors and handler refactor
Highlights
autojudgenow has a user manual, where people willing to useautojudgeare guided with respect to basic functionality provided by the software.handler.pywas refactored to make functions less try-catchy.- Errors thrown on forms now pinpoint the exact fields causing the errors, leading to better localization.
superuserscreated via Django now are registered now have a dummy@autojudge.superuserdomain.add_person_rgx_to_contestis removed fromhandler.py.submission_watcher_saver.pydoesn't run in a spinlock-y manner if number of submissions are lower than a threshold, it instead sleeps for a while.- Miscellaneous documentation improvements.