Commit Graph

3030 Commits

Author SHA1 Message Date
David Cramer 186c5909f7 Pop class_name out of unique index as it creates an index which is too long for utf8 charsets 2009-11-16 13:00:08 -06:00
David Cramer 28d3aee1fd There is now a data field in Error. Some fixes for failing unit tests (including fix from @walen). 2009-11-13 16:57:50 -06:00
David Cramer 6d872c57dc formatting cleanup 2009-11-10 11:32:45 -06:00
David Cramer 81077a820b Several fixes for nullable fields. Added logging handler which will automatically enable via DBLOG_WITH_LOGGING. no longer has a type argument. 2009-11-10 11:21:08 -06:00
David Cramer e79b02b8d2 call global onc onnection 2009-11-10 10:17:49 -06:00
David Cramer 01a9f907e0 only attempt to close the connection if its open 2009-11-10 10:15:56 -06:00
David Cramer e55e3a7ce0 fix for defaults 2009-11-10 10:06:39 -06:00
David Cramer cb96ecc263 multi-db tests are now passing, requires use_for_related_fields = True for Django 1.1 2009-11-10 10:05:29 -06:00
David Cramer 83b8c1dfc9 insert query wasnt passing options 2009-11-10 09:59:03 -06:00
David Cramer 4988750867 Globalizing connection to avoid recreation and idleness. May not be thread safe (needs further testing). 2009-11-10 09:57:52 -06:00
David Cramer 0ff62b9a2f Improved docs for usage 2009-11-10 09:26:46 -06:00
David Cramer 1cdd62963a Force levels to strings 2009-11-10 09:24:52 -06:00
David Cramer 17cb8c3007 Added the ability to log normal messages and better integrate with the logging module (requires DB changes). 2009-11-10 09:22:08 -06:00
David Cramer b7e57faff3 Consistency on 'type' 2009-11-09 17:20:37 -06:00
David Cramer a06b981730 Handle defaults for PORT/OPTIONS if they're not set 2009-11-09 16:40:57 -06:00
David Cramer b7444ff9d2 only return instance when it's available 2009-11-09 16:37:13 -06:00
David Cramer 85a16150a4 just some formatting tweaks 2009-11-09 16:23:51 -06:00
David Cramer 583bcd85e0 Added DBLOG_DATABASE setting for multi-db 2009-11-09 16:21:50 -06:00
David Cramer 4ae40c735e note about django-idmapper 2009-09-17 14:57:52 -05:00
David Cramer 3e2ef2c3ab Several fixes from existing Google Code tickets. 2009-09-17 14:57:15 -05:00
David Cramer 4a032ba098 Fix for #19: last_seen date was not updating. 2009-08-10 18:18:56 +00:00
Brian Rosner 062edbc7a2 Fixed a mistake when fixing 2.6 DeprecationWarning with md5. 2009-04-04 19:04:09 +00:00
Brian Rosner bd72360e23 Fixed 2.6 DeprecationWarning with md5 module. 2009-04-04 18:34:24 +00:00
Brian Rosner 31d675d9ed Added missing files to MANIFEST that made 1.0 unusable. Need to do a 1.0.1 release. 2009-04-04 08:24:11 +00:00
David Cramer 95eb18e6f0 Updated setup.py for pypi release 2009-04-02 18:16:54 +00:00
David Cramer 5118e5413a merged newforms-admin branch with trunk 2008-10-14 23:52:38 +00:00
David Cramer 3d83ae1457 patch for #6: middleware fails to import 2008-08-07 22:52:09 +00:00
David Cramer 19e8641c31 Fix for issue #2; Added a setting to catch 404 errors: DBLOG_CATCH_404_ERRORS, defaults to False; Issue #4 patched in: is_resolved column in ErrorBatch 2008-07-31 09:25:57 +00:00
David Cramer 8e3e088f15 added distutils support 2008-05-12 16:28:33 +00:00
David Cramer 3c2e87573d initial working code 2008-05-12 16:26:19 +00:00