Changes between Version 335 and Version 336 of DjangoResources
- Timestamp:
- Aug 5, 2012, 10:13:42 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoResources
v335 v336 116 116 * Models, database, history, trails 117 117 * [http://south.aeracode.org/ South] - Intelligent schema and data migrations for Django projects 118 * [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-trunk118 * [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 119 119 * [http://code.google.com/p/django-firebird/ django-firebird] - An external database backend (based on kinterbasdb) that allows to work with Firebird SQL DBMS 120 120 * [http://code.google.com/p/django-selectreverse/ django-selectreverse] - Model manager to reduce SQL querycount for nested lists with reverse foreignkeys or m2m relations.