Commit graph

109 commits

Author SHA1 Message Date
Jeremy Johnson deab81483e changed start_server to accept a number of threads... still defaults to 1 though 2013-08-15 16:41:01 +08:00
Jeremy Johnson c8f24334d0 wrote failing unit test for setting thred count on start_server 2013-08-15 16:33:59 +08:00
Jeremy Johnson 174bd15cb8 added one test to prove we default to one thread 2013-08-15 16:27:04 +08:00
Jeremy Johnson 4cd2f6e831 updated requirements.txt as previous didn't work with clean virtualenv 2013-08-15 15:55:21 +08:00
Rafael Caricio c3fee21b35 New version. 2012-05-28 16:43:08 -03:00
Cezar Sa Espinola 96a08e7914 Preventing VowsSettings inception leading to a possible infinite recursion 2012-05-25 15:26:50 -03:00
Bernardo Heynemann b36c86526e Release 0.6.1 2012-03-12 21:57:15 -03:00
Bernardo Heynemann cdf22222ad Fixed (again) django settings override 2012-03-12 21:56:57 -03:00
Bernardo Heynemann a1d4f938b5 Release 0.6.0 2012-03-09 18:55:48 -03:00
Bernardo Heynemann d26f1de0db Django pyvows FIXED 2012-03-09 18:55:05 -03:00
Bernardo Heynemann 5c90b4e77e Settings 2012-03-09 14:02:27 -03:00
Bernardo Heynemann b45364ce92 0.5.3 2012-03-08 16:43:12 -03:00
Bernardo Heynemann 635fcbbcb7 Merge branch 'master' into branch0.5.0 2012-03-08 16:41:33 -03:00
Bernardo Heynemann 5b183597fa Version 0.5.2 2012-03-08 16:33:03 -03:00
Bernardo Heynemann 00ecb7fb6d Http lib back in the game 2012-03-08 16:32:29 -03:00
Bernardo Heynemann 617d79e91f Release 0.5.1 2012-03-08 16:28:59 -03:00
Bernardo Heynemann 2663441db9 Reverting my changes 2012-03-08 16:26:57 -03:00
Bernardo Heynemann ca0286ea0a Release 0.5.0 2012-03-08 15:57:57 -03:00
Bernardo Heynemann d7f2e46c94 Using httplib2 2012-03-08 15:57:32 -03:00
Fabio Miranda Costa 00625f718f Merge branch 'master' of github.com:rafaelcaricio/django-pyvows 2011-12-22 10:41:20 -03:00
Fabio Miranda Costa fa6536b69c updating requirements versions 2011-12-22 10:39:06 -03:00
Rafael Carício 6a40122874 Merge pull request #8 from fabiomcosta/master
remove colors from ci_test so we can have a better output
2011-12-21 14:28:58 -08:00
Fabio Miranda Costa 2bf019f7ab remove colors from ci_test so we can have a better output 2011-12-21 18:23:39 -03:00
Fabio Miranda Costa 09903f52ce fixes to make the django-settings settable 2011-12-21 17:50:32 -03:00
Bernardo Heynemann ee752ed3e4 Updated version 2011-12-21 18:13:40 -02:00
Bernardo Heynemann b00e2c938c Release 0.4.0 2011-12-21 18:12:16 -02:00
Bernardo Heynemann d691770fac Release 0.1.0 2011-12-21 18:11:43 -02:00
Bernardo Heynemann 5c7d51ba0b Merge pull request #7 from fabiomcosta/master
fixes to make the django-settings settable
2011-12-21 12:10:36 -08:00
Fabio Miranda Costa d2d8c7e3c2 fix, if the settings is a threading.local() instance it does not have the items() function, but its iterable through the __dict__ property 2011-12-21 16:38:27 -03:00
Fabio Miranda Costa 8e87498aaa removing some unnecessary imports 2011-12-21 16:36:13 -03:00
Bernardo Heynemann 7f2718c083 Merge pull request #6 from fabiomcosta/master
threading.local instances are not iterable, #fix
2011-12-21 10:39:45 -08:00
Bernardo Heynemann 3f2ab0777a Fix for django context settings 2011-09-14 14:07:09 -03:00
Rafael Caricio 0f1b99e592 New version 0.3.9 2011-08-30 11:53:02 -03:00
Rafael Caricio 15b15b7ccc New version 0.3.9 2011-08-30 11:52:48 -03:00
Rafael Caricio 97ec47b0d5 New version. 2011-08-30 11:22:58 -03:00
Rafael Caricio db2e24cc65 Remove. 2011-08-29 19:12:18 -03:00
Rafael Caricio b1de2623d1 A way to test admin registration and fixes. 2011-08-29 19:11:44 -03:00
Rafael Caricio 657f23f370 Bugfix e prev version. 2011-08-26 11:10:47 -03:00
Rafael Caricio 3e3c0bd2ac Possibility to use the assertions.Model instance in the to_have_field assertion. 2011-08-26 11:06:54 -03:00
Rafael Caricio 5816271f50 Refactory in assertions modules. 2011-08-25 21:51:52 -03:00
Rafael Caricio 6e6e4ed81e New version. 2011-08-25 19:38:08 -03:00
Rafael Caricio 64a5d331c5 Fix. 2011-08-25 19:37:46 -03:00
Rafael Caricio c574a66fbe A great way to assert model fields. New Version. 2011-08-25 19:35:20 -03:00
Rafael Caricio bb3137f881 A great way to assert model fields. 2011-08-25 19:34:52 -03:00
Rafael Caricio aab2930c4e New version. 2011-08-25 18:20:24 -03:00
Rafael Caricio c8390ed7da More tests and refactory in some parts of the project. 2011-08-25 18:19:24 -03:00
Rafael Caricio 4759d5299b New version. 2011-08-23 11:46:17 -03:00
Rafael Caricio f5cf71ac3a New version. 2011-08-23 11:46:04 -03:00
Rafael Caricio bb40b37aa9 More easy to import. 2011-08-23 11:41:42 -03:00
Rafael Caricio 2d8bd04333 Adding language format to code sample in readme. 2011-08-23 11:18:12 -03:00