The Ad Bar Video CVs launches!
The Ad Bar Video CVs — 22nd December 2010
moody-templates alpha now available
moody-templates — 29th November 2010
moody-templates alpha is now available on GitHub.
html5media 1.1.3 released
html5media — 10th November 2010
Cambridge Phenomenon Conference website launched
Cambridge Phenomenon Conference — 6th November 2010
Cambridge Phenomenon website launched
Cambridge Phenomenon — 2nd November 2010
django-reversion 1.3.2 released
django-reversion — 22nd October 2010
- Added Polish translation.
- Added French translation.
- Improved resilience of unit tests.
- Improved scaleability of Version.object.get_deleted() method.
- Improved scaleability of createinitialrevisions command.
- Removed post_syncdb hook.
- Added new createinitialrevisions management command.
- Fixed DoesNotExistError with OneToOneFields and follow.
html5media 1.1.2 released
html5media — 12th July 2010
django-reversion 1.3.1 released
django-reversion — 12th July 2010
This release is compatible with Django 1.2.1.
- Django 1.2.1 admin compatibility.
django-reversion 1.2.1 released
django-reversion — 11th July 2010
This release is compatible with Django 1.1.1.
- The django syncdb command will now automatically populate any version-controlled models with an initial revision.
- Reversion now works with SQLite for tables over 999 rows.
- Added Hebrew translation.
django-reversion 1.2 released
django-reversion — 10th July 2010
This release is compatible with Django 1.1.
- Django 1.1 admin compatibility
django-reversion 1.1.2 released
django-reversion — 9th July 2010
This release is compatible with Django 1.0.4.
- Doc tests.
- German translation update.
- Better compatibility with the Django trunk.
- The ability to specify a serialization format used by the ReversionAdmin class when models are auto-registered.
- Reduction in the number of database queries performed by the Reversion admin interface.
django-reversion 1.1.1 released
django-reversion — 8th July 2010
This release is compatible with Django 1.0.2.
- German and Italian translations.
- Helper functions for generating diffs.
- Improved handling of one-to-many relationships in the admin