11
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
resolved issue 24 More... almost 16 years ago
added reset_db from snippet 828 More... almost 16 years ago
added dumpscript (from willhardy) and runscript from (poelzi) More... almost 16 years ago
added HACK (sorry i also don't like this but at least it works FTM) to get jobs in the project directory to work with ./manage.py when the project dir is not on the python path More... almost 16 years ago
bumped version number More... almost 16 years ago
corrected spelling mistake.
empty
as Michael Trier
More... almost 16 years ago
added in runserver_plus that uses the werkzeug debugger.
empty
as Michael Trier
More... almost 16 years ago
added support for indexes to sqldiff More... almost 16 years ago
Fix graph models does not distinguish models multiple models with the same name. Thanks tadamcik More... almost 16 years ago
Fixed disable_fields option of graph_models when specified on the command line. Thanks for the patch semente ! More... almost 16 years ago
fixed issue #16 where quotes need to be marked_safe to 'escape' template escaping More... almost 16 years ago
adding print_user_for_session command. Prints out the user information for the provided session key. Crucial for contacting the user who was affected by a crash. More... almost 16 years ago
fix for svn revision 7568 More... almost 16 years ago
added option for using the cProfile (as it is not fully compatible with the hotshot profiler) fixed problem where the profile (.prof) datafile of the root url resulted in a hidden file (file starting with a dot on unix) More... almost 16 years ago
allow settings the default password from the command line (making the command scriptable) More... almost 16 years ago
added support for cProfile (the new and improved profiler module in python 2.5 and up) More... almost 16 years ago
Added set_fake_passwords.py More... almost 16 years ago
Added fix for issue #11 More... almost 16 years ago
moved calculating string version number from setup.py to __version__ in extensions/__init__.py More... almost 16 years ago
bumped version number More... almost 16 years ago
fixed help_text on ManyToManyField, thanks for the report b23dev ! sorry it took so long :) More... almost 16 years ago
svn:ignores create unclear and messy commits More... almost 16 years ago
added setup.py added runprofileserver, starts runserver with hotshot/profiling tools enabled (see --prof-path for destination of profile .prof files) renamed all the template files from .py to .py.tmpl (otherwise setup.py tries to bytecompile them, hopefully we can change this back somehow/someday) More... almost 16 years ago
fix graph_models output with pygraphviz for versions earlier then 0.36 (distro's like ubuntu ship with this old version) More... almost 16 years ago
added try-except clause for imports and some colorization More... almost 16 years ago
svn:ignore on *.pyc under extensions More... almost 16 years ago
nicer exception around loading Job's from jobmodule More... almost 16 years ago
Applied patch from jfindlay, thanks !! Fixed problem with getopts and --all-applications flag Corrected indentation, original file had weird indentations for multiple line list and dictionary declarations More... almost 16 years ago
added no-pythonrc option to let users explicitly enable or disable pythonrc usage. moved imported_objects to front of command handle to let both IPython and CPython shell use the same dictionary More... almost 16 years ago
fix importing application models when explicitly using --plain on the command line More... almost 16 years ago