Changes between Version 417 and Version 418 of DjangoResources
- Timestamp:
- Apr 22, 2014, 7:06:11 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoResources
v417 v418 120 120 * [http://south.aeracode.org/ South] - Intelligent schema and data migrations for Django projects 121 121 * [https://bitbucket.org/Manfre/django-mssql/overview django-mssql] - An external database backend (based on ado-mssql) that allows MS SQL Server to run against Django-trunk 122 * [http ://code.google.com/p/django-firebird/ django-firebird] - An external database backend (based on kinterbasdb) that allows to work with Firebird SQL DBMS122 * [https://github.com/maxirobaina/django-firebird django-firebird] - An external database backend (based on fdb) that allows to work with Firebird SQL DBMS 123 123 * [http://code.google.com/p/django-selectreverse/ django-selectreverse] - Model manager to reduce SQL querycount for nested lists with reverse foreignkeys or m2m relations. 124 124 * [http://code.google.com/p/fullhistory/ django-fullhistory] - Offers an audit trail to be kept for objects being edited, even outside of the admin.