Changes between Version 252 and Version 253 of DjangoResources
- Timestamp:
- Sep 29, 2010, 10:38:30 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoResources
v252 v253 93 93 * [http://code.google.com/p/dmigrate/ DMigrate] tool to migrate Django databases easily. 94 94 * [http://code.google.com/p/django-mssql/ django-mssql] An external database backend (based on ado-mssql) that allows MS SQL Server to run against Django-trunk 95 * [http://code.google.com/p/django-firebird/ django-firebird] An external database backend (based on kinterbasdb) that allows to work with Firebird SQL DBMS 95 96 * [http://code.google.com/p/django-selectreverse/ django-selectreverse] - Model manager to reduce SQL querycount for nested lists with reverse foreignkeys or m2m relations. 96 97 * [http://code.google.com/p/fullhistory/ django-fullhistory] - Offers an audit trail to be kept for objects being edited, even outside of the admin.