openuds/server
Adolfo Gómez 63da672f30 * Adapted transactions on db to new django 1.6 model, much more versatile.
Removed all "autocommit, commit_on_success and commit_manually", and replaced with "transaction.atomic" calls. Of course, with code refinement in some parts to adapt to this new situation

* Added Changing Some table types from MyISAM to Mysql after migrations are done ALWAYS. This is not too slow, and will ensure that the database supports transactions where they are needed
2013-11-25 17:34:13 +00:00
..
.settings * Adapted transactions on db to new django 1.6 model, much more versatile. 2013-11-25 17:34:13 +00:00
documentation Some more refactoring done 2012-07-27 12:13:05 +00:00
src * Adapted transactions on db to new django 1.6 model, much more versatile. 2013-11-25 17:34:13 +00:00
.project * Added responsive tables to admin 2013-11-17 03:48:05 +00:00
.pydevproject Started a REST api for UDS. 2013-11-11 19:38:23 +00:00
requirements.txt * Added responsive tables to admin 2013-11-17 03:48:05 +00:00