Re: Proposal: move non-db tests out of TransactionTestCase

2013-03-07 Thread zalew
> +1 to you proposal. Please open a ticket. > done https://code.djangoproject.com/ticket/20004 -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-d

Proposal: move non-db tests out of TransactionTestCase

2013-03-07 Thread zalew
Hi I'm currently working on a project where I don't use db.* and I met a problem during testing. As django.test.testcases.TestCase [1] inherits from TransactionTestCase, it complains about "ImproperlyConfigured: settings.DATABASES". A solution is to fall back to SimpleTestCase (which Transacti

Re: How can we Commit request.FILES using pysvn in Django?

2013-02-27 Thread zalew
This is a group for discussing development of the framework. Please post your support questions to django-users. On Tuesday, February 26, 2013 7:57:24 AM UTC+1, abdul wrote: > > I have to commit files from request.FILES to svn repository usiong pysvn > but when i try like this > > import pysvn >

Re: Djangopeople.net status

2012-05-18 Thread zalew
yeah. I got a few contacts through it, so it looks like it's positioned well and working, and I don't know if bringing .net back makes any sense. Most profiles will be redundant, won't they? Unless .net provides something more. We'd probably need a better djangogigs-alike. On Friday, May 11, 20

Re: Moving to ... Github vs Bitbucket

2012-02-16 Thread zalew
Just wanted to ask from curiosity if it were other factors besides broad popularity, as BB is a great alternative. Most dev probably use both services, at least passively, as lots of good code is here and there, and I'm not against GH in any way. Per-line comments are actually a very good point

Re: start using less (and bootstrap!)

2012-02-09 Thread zalew
> We're going > to solve that with our move to Git/GitHub, which will make it much > easier for people to fork and much easier for core developers to > integrate contributions. a bit offtopic: why not http://bitbucket.org? similar features, it's on python/django and already popular in django c