0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 23 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
adding project url homepage More... about 14 years ago
removing cut-n-paste from setup.py More... about 14 years ago
fixing setup.py so it works with setuptools, problem was not using find_packages() More... about 14 years ago
adding to .gitignore list of files setuptools generate More... about 14 years ago
Merge branch 'svn/trunk' More... about 14 years ago
adding .gitignore with eclipse and pyc files More... about 14 years ago
Fixed #9 - The urls now work with Django's new url namespaces. More... over 14 years ago
Fixed #9 - The urls now work with Django's new url namespaces. More... over 14 years ago
Fixed #6 - Batchadmin is no longer used at all since the functionality now exists natively in Django. More... over 14 years ago
Fixed #6 - Batchadmin is no longer used at all since the functionality now exists natively in Django. More... over 14 years ago
Fixed #12 - The run method of a Job now calls 'call_command' from within a try...except block. Exceptions are caught and logged and the state of a failed job should no longer get stuck in a 'running' state. More... over 14 years ago
Fixed #12 - The run method of a Job now calls 'call_command' from within a try...except block. Exceptions are caught and logged and the state of a failed job should no longer get stuck in a 'running' state. More... over 14 years ago
Fixed an issue involving long-running processes. NOTE: this involves a change to the model, so you will need to update your database tables. Also added current date and time display to the job's change_list page. More... almost 15 years ago
Fixed an issue involving long-running processes. NOTE: this involves a change to the model, so you will need to update your database tables. Also added current date and time display to the job's change_list page. More... almost 15 years ago
Fixed #8: Moved change_form for job into the proper folder. Thanks alexander.j.robbins. More... about 15 years ago
Fixed #8: Moved change_form for job into the proper folder. Thanks alexander.j.robbins. More... about 15 years ago
Fixes #2 - added support for Django 1.0. Thanks nathforge. More... about 15 years ago
Fixes #2 - added support for Django 1.0. Thanks nathforge. More... about 15 years ago
Fixes #3 - Doctest in Job no longer fails. Thanks alexander.j.robbins. More... about 15 years ago
Fixes #3 - Doctest in Job no longer fails. Thanks alexander.j.robbins. More... about 15 years ago
Fixes #4 - Logs are only created if there is output from stderr or stdout. Thanks alexander.j.robbins. More... about 15 years ago
Fixes #4 - Logs are only created if there is output from stderr or stdout. Thanks alexander.j.robbins. More... about 15 years ago
Improved logs admin page. More... about 15 years ago
Improved logs admin page. More... about 15 years ago
Updated docstrings and help texts. More... about 15 years ago
Updated docstrings and help texts. More... about 15 years ago
Cleaned things up a bit. Added in a translation string to the template. More... about 15 years ago
Cleaned things up a bit. Added in a translation string to the template. More... about 15 years ago
Fixed import error. Thanks birrafondaio. More... about 15 years ago
Fixed import error. Thanks birrafondaio. More... about 15 years ago