0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Dec 10, 2024 — Dec 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
The src/ directory doesn't work with pip More... over 15 years ago
Don't explode on relationships that don't exist More... over 15 years ago
Changing version number, after fighting with Google Code. More... over 15 years ago
Moved metadata to project root More... over 15 years ago
Modified setup.py for 1.3 release More... over 15 years ago
Putting in the patch from issue 62 - InlineForms break revert More... over 15 years ago
Fixed issue 65 - VersionAdmin does not support read-only fields More... over 15 years ago
Updated README file to be more hip. More... over 15 years ago
Updated admin code to fit with Django trunk. Didn't seem to be any issues with the old stuff, but it's always good to keep in sync. More... over 15 years ago
Now using decorators in admin.py, as there is no need to support Python 2.3 for Django 1.2 More... over 15 years ago
Including licence in sdist. More... almost 16 years ago
Changed reference to model.id to model.pk. More... almost 16 years ago
Revision middleware always closes the revision. More... almost 16 years ago
Fixing issue 29. More... almost 16 years ago
Adding fix for issue 59. Untested in postgres. More... almost 16 years ago
Added workaround for importing admin modules when one app depends on another. More... almost 16 years ago
Updated setup.py to include new management package. More... almost 16 years ago
Bugfix on post_sycdb hook. More... almost 16 years ago
Moved revcheck to a post_syncdb hook. More... almost 16 years ago
Added in revcheck code from Marco <[email protected]>. Still needs tests and potentially moving to a post sync-db hook. More... almost 16 years ago
Added templatetags package to setup.py. More... almost 16 years ago
Now using JSON as default serialization format for smaller storage requirements. More... almost 16 years ago
Removed recover deleted button from popup changelist. More... almost 16 years ago
Fixed issue 54: Reversion unit tests always register django.contrib.auth.models.User, even if app code has already done so. More... almost 16 years ago
Added in a better hack for fixing the js18n relative URL. More... almost 16 years ago
Fixed issue 52: UnicodeDecodeError in revision_view More... almost 16 years ago
Added hebrew translation. More... almost 16 years ago
Fixed Issue 49: Passing unsaved models to reversion using api, still creates version of the model in the db More... about 16 years ago
Fixed issue 48: ct_fk_field_name is always object_id. Use ct_fk_field.name instead More... about 16 years ago
Fixed error with wrapped add_view and change_view. More... about 16 years ago