Re: managements.commands and namespace packages

2013-02-12 Thread David Reynolds
nd turn your snippet above into a proper patch -- the most > important part of which will be test cases. Management command discovery etc > are all tested features, but namespace packages aren't currently tested. Even > if your import modification *isn't* the right solution

Re: Namspace packages in Django

2011-01-05 Thread David Reynolds
each using the pkgutil.extend_path() trick. However only the first one on the path will be searched for management commands. Hopefully Nils' patch will fix this situation too -- David Reynolds da...@reynoldsfamily.org.uk -- You received this message because you are s

Re: ModelForm possible validation bug

2010-09-16 Thread David Reynolds
Hi, I would really appreciate some feedback on this. Thanks, David On 8 Sep 2010, at 09:39, David Reynolds wrote: > > On 7 Sep 2010, at 16:48, David Reynolds wrote: > >> Hi folks, >> >> I am running into a validation problem with ModelForms - here is a q

Re: ModelForm possible validation bug

2010-09-08 Thread David Reynolds
On 7 Sep 2010, at 16:48, David Reynolds wrote: > Hi folks, > > I am running into a validation problem with ModelForms - here is a quick > summary of what is happening I have opened a ticket to track this [http://code.djangoproject.com/ticket/14234]. I'd be happy to work

ModelForm possible validation bug

2010-09-07 Thread David Reynolds
it up. This is then tested for in Model._perform_unique_checks and the uniqueness checks are executed if it is set to True which it always is after calling ModelForm.save() Is this a bug? Surely it can't be that unusal to want to call Model.full_clean() before each save? -- David Reyno

Re: Tiny, tiny patch - can it make it into Django 1.2?

2010-04-06 Thread David Reynolds
oblem, just thought I'd ask. Sorry for the noise. Thanks, David -- David Reynolds da...@reynoldsfamily.org.uk -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@google

Tiny, tiny patch - can it make it into Django 1.2?

2010-04-06 Thread David Reynolds
when customising the admin site. Thanks, David -- David Reynolds da...@reynoldsfamily.org.uk -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from t

Re: EmailBackends

2010-02-22 Thread David Reynolds
look at how django-mailer [0] does it. 0 - http://github.com/jtauber/django-mailer -- David Reynolds da...@reynoldsfamily.org.uk -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-devel

Re: Model.objects.raw() (#11863)

2009-09-29 Thread David Reynolds
Russ, On 29 Sep 2009, at 03:25, Russell Keith-Magee wrote: > (1) know about the trick of instantiating an object with the > unrolled list version of a cursor, and Any chance you could expand upon this? -- David Reynolds da...@reynoldsfamily.

Model validation

2009-03-09 Thread David Reynolds
validation in the meantime? Thanks, David -- David Reynolds da...@reynoldsfamily.org.uk --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-

Re: Ticket #5610 - Useful for dumpdata to be able to use a specific model

2008-12-16 Thread David Reynolds
to hunt down > dependencies would also be handy. That makes a whole lot of sense I look forward to #4656 hitting trunk too. Cheers, David -- David Reynolds da...@reynoldsfamily.org.uk --~--~-~--~~~---~--~~ You received this message because you are sub

Ticket #5610 - Useful for dumpdata to be able to use a specific model

2008-12-15 Thread David Reynolds
hanks, David -- David Reynolds da...@reynoldsfamily.org.uk --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com

Re: twitvn

2008-12-05 Thread David Reynolds
On 5 Dec 2008, at 19:17, "Eric Holscher" <[EMAIL PROTECTED]> wrote: > Check out http://twitter.com/DjangoTracker > Thanks Eric! I never knew that existed! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django

twitvn

2008-12-05 Thread David Reynolds
ht it might be quite interesting and useful to have one for Django. Thoughts? 0 - http://code.google.com/p/twitvn/ 1 - http://twitter.com/wpdevel -- David Reynolds [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed t

Re: logout() method for custom authentication backends

2008-12-01 Thread David Reynolds
t views from django.contrib.auth.views -- David Reynolds [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googleg

Re: logout() method for custom authentication backends

2008-12-01 Thread David Reynolds
On 1 Dec 2008, at 11:49, David Reynolds wrote: > > I have a custom authentication backend that requires a method to be > run to log out of the system. It would be quite useful if there was a > way > to hook into the django.contrib.auth.logout method to run this custom > me

logout() method for custom authentication backends

2008-12-01 Thread David Reynolds
authentication backend which is called from within the django.contrib.auth.logout method. Does anyone have any thoughts on this? Would it be useful for any other backends? -- David Reynolds [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because

Re: Ability to delete contents of FileField and ImageField in admin

2008-08-18 Thread David Reynolds
On 18 Aug 2008, at 2:56 pm, Brian Rosner wrote: > Keep an eye on http://code.djangoproject.com/ticket/7048. Thanks, Brian. -- David Reynolds [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro

Ability to delete contents of FileField and ImageField in admin

2008-08-18 Thread David Reynolds
a FileField or ImageField from within the admin? Thanks, David -- David Reynolds [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, sen

Re: Call for testing: streaming uploads (#2070)

2008-06-27 Thread David Reynolds
www/django/git/django/tests/regressiontests/ string_lookup/models.py", line unknown line number, in API_TESTS -- File "/var/www/django/git/django/tests/regressiontests/string_lookup/ models.py", line ?, in regressiontests.string

Re: GSOC: More backends for djangosearch

2008-06-24 Thread David Reynolds
ould happen or just a combination of the two codebases, especially since they are at the end of the day aiming at the same goal. -- David Reynolds [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Experimental Git repository available

2008-06-20 Thread David Reynolds
e top of my head remember how he did it. http://oebfare.com/blog/2008/jan/23/using-git-django-screencast/ -- David Reynolds [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django devel

Re: Ability to specify a skeleton project

2008-05-29 Thread David Reynolds
r your feedback, I'll have a stab at coding it. -- David Reynolds [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to djan

Email from Trac

2008-02-04 Thread David Reynolds
Hi, Are emails from trac still working? As I've had a ticket closed and another commented upon and not received email from these. Is something not working? Thanks, David -- David Reynolds [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this me

Re: #django registration

2007-12-28 Thread David Reynolds
in November: http://groups.google.com/group/django-users/browse_thread/thread/ 7fd54d4fa0c1d97f/799ef2412b81ff79 But nothing was ever done.. -- David Reynolds [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: Why the request.get_full_path() returns empty string

2007-12-10 Thread David Reynolds
On 10 Dec 2007, at 5:35 am, Eratothene wrote: > Don't bother I have just figured out why. Can you say why, just for completeness of the archives? Thanks, David -- David Reynolds [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message bec

Re: Django 1.0 features -- the definitive list

2007-11-30 Thread David Reynolds
ll around the world, I would find it incredibly satisfying, in > a devilish way, to release this thing and slap a "2.0" on it. It would > underscore the project's stability while at the same time > demonstrating that version numbers are completely arbitrary. Worth it just fo

Re: Comments system for sprint?

2007-11-15 Thread David Reynolds
t any tickets relating to it, add one, claim it and set to work :) 0 - http://code.djangoproject.com/query -- David Reynolds [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django develope

Re: ANN: Django sprint, December 1st

2007-11-07 Thread David Reynolds
me as we did > last time: Hurrah! Sprinting in the holiday season! ;) -- David Reynolds [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, se

guidance on #5737

2007-10-11 Thread David Reynolds
avid http://code.djangoproject.com/ticket/5737 -- David Reynolds [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers

Re: Discussion on #5610 - addition to dumpdata to specify model

2007-09-27 Thread David Reynolds
n, this would keep everything consistent with the test command. Ok, I'll have a bash at it tonight. Thanks Russell. -- David Reynolds [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django d

Re: Discussion on #5610 - addition to dumpdata to specify model

2007-09-27 Thread David Reynolds
.py dumpdata product.Category or is there a better way, in case you want to do more than one model from an app? Thanks, Dave -- David Reynolds [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "

Re: Discussion on #5610 - addition to dumpdata to specify model

2007-09-26 Thread David Reynolds
On 26 Sep 2007, at 4:07 pm, David Reynolds wrote: > > Hi, > > Would anyone else find this useful? > > I'm quite happy to take a shot at it, if anyone else will find it of > any use. Just to clarify: http://code.djangoproject.com/ticket/5610 Anyone any thoughts?

Discussion on #5610

2007-09-26 Thread David Reynolds
Hi, Would anyone else find this useful? I'm quite happy to take a shot at it, if anyone else will find it of any use. Thanks, David -- David Reynolds [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed t

Re: mod_python documentation issues

2007-09-14 Thread David Reynolds
ocumentation isn't clear enough. > > It would make it a lot better if the above example of both site parent > directory and site directory were included with the statement that > both directories would need to be listed where the name of the site is > not mentioned within rules in u

Re: Let's schedule a Django sprint

2007-09-06 Thread David Reynolds
On 5 Sep 2007, at 9:32 pm, Adrian Holovaty wrote: > I propose Friday, September 14. Some reasoning: I'm not wholly familiar with how sprints work, but if there's a need for testers, I can be around a bit on Friday and at the weekend. Thanks, David -- David Reynolds [EM