Re: does django-admin need a man page?

2014-11-25 Thread Nick Phillips
command, if not always the full docs (g info gr). So I'd suggest considering implementing something to generate a man page from whatever you wish the "canonical" source of the information to be. Cheers, Nick -- Nick Phillips / nick.phill...@otago.ac.nz / 03 479 4195 # These sta

Re: [GSoC] Revamping validation framework and merging django-secure once again

2013-09-15 Thread Nick Phillips
use, and who therefore never use the runserver at all... Cheers, Nick -- Nick Phillips / nick.phill...@otago.ac.nz / 03 479 4195 # These statements are mine, not those of the University of Otago -- You received this message because you are subscribed to the Google Groups "Django

Re: Perception of attitude in tickets

2013-05-12 Thread Nick Phillips
e value, by the way. "Looking for a positive outcome". Well, perhaps face value plus a head of frustration that he's hiding fairly well. Thanks again to all of you who are making it happen. Cheers, Nick -- Nick Phillips / nick.phill...@otago.ac.nz / 03 479 4195 # These state

Re: ANNOUNCE: Django 1.5 release candidate 2, Django 1.4.4, Django 1.3.6 (security releases)

2013-02-20 Thread Nick Phillips
On Tue, 2013-02-19 at 15:46 -0700, Carl Meyer wrote: > Hi Nick, > > On 02/19/2013 03:32 PM, Nick Phillips wrote: > > I don't recall looking at the ALLOWED_HOSTS setting before. Now that I > > do, it seems rather problematic. In particular, that host verification > > is

Re: ANNOUNCE: Django 1.5 release candidate 2, Django 1.4.4, Django 1.3.6 (security releases)

2013-02-19 Thread Nick Phillips
t all times and allow us to ensure we get the right hosts in the right environments? What am I missing? Cheers, Nick -- Nick Phillips / +64 3 479 4195 / nick.phill...@otago.ac.nz # these statements are my own, not those of the University of Otago -- You received this message because you are

Re: Possible bug in django oracle backend - no way to map from model type to oracle NUMBER type.

2012-10-17 Thread Nick Phillips
stead of > floats. > Not if you have a "legacy" database which uses NUMBER, I'm guessing... I'd have thought the inability to work with any particular common field type should be a bug, as it could effectively prevent working with non-managed models altogether. Cheers, Nic

Re: Revisiting multiline tags

2012-02-28 Thread Nick Phillips
the arguments really have to be within the single tag? Cheers, Nick -- Nick Phillips / +64 3 479 4195 / nick.phill...@otago.ac.nz # these statements are my own, not those of the University of Otago -- You received this message because you are subscribed to the Google Groups "Django de

Re: Wrong error message when user having is_staff=False tries to login to admin

2011-03-14 Thread Nick Phillips
a forced logout with disabling of account and email to admin, could be all sorts of things, depending on the site. The question should probably be "how can we allow the developer to specify the desired behaviour when the user attempts to access a URL to which they have no access?" - subject

Re: #14733: A vote in favor of no validation of .raw() queries

2011-03-13 Thread Nick Phillips
eral people who, on finding that they can't do what they want with raw(), would naturally progress to writing a postgres function to do the dirty work (on the grounds that that can then be called using "select"). Cheers, Nick -- Nick Phillips / +64 3 479 4195 / nick.phill...@otago.ac.nz # t

Re: Intermittent IOError exception raised and emailed to admins during file upload.

2011-02-14 Thread Nick Phillips
starting another one? Cheers, Nick -- Nick Phillips / +64 3 479 4195 / nick.phill...@otago.ac.nz # these statements are my own, not those of the University of Otago -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post

Re: Feedback required: #14799 -- Problem with setting up test databases

2010-12-05 Thread Nick Phillips
self) where any of these processes are automated across multiple DBs at the moment? FWIW I *always* forget that I have to explicitly call syncdb for each database, and expect the one call with no db specified to have done the lot. Cheers, Nick -- Nick Phillips / +64 3 479 4195 / nick.phill...@otag

Re: HMAC and timing based attacks - ticket #14445

2010-10-12 Thread Nick Phillips
e sake of that > ideal. Makes sense. What you're doing is clearly an improvement, and one with no cost to the user involved in making the change, so... Cheers, Nick -- Nick Phillips / +64 3 479 4195 / nick.phill...@otago.ac.nz # these statements are my own, not those of the University of

Re: HMAC and timing based attacks - ticket #14445

2010-10-11 Thread Nick Phillips
tually allow the keys to be refreshed without invalidating existing otherwise-valid HMACs? Cheers, Nick -- Nick Phillips / +64 3 479 4195 / nick.phill...@otago.ac.nz # these statements are my own, not those of the University of Otago -- You received this message because you are subscribed

Re: #12012 Logging: request for comments

2010-09-28 Thread Nick Phillips
ir issue is buried within the framework and can't easily be overridden, I think their ubiquity does justify the the lower priority. However, as Alex pointed out, this is essentially bikeshedding. So, since you're the one doing the work, at this point I'll shut up and wish you well with it :-) Cheer

Re: #12012 Logging: request for comments

2010-09-27 Thread Nick Phillips
ditions LOG_ERRerror conditions LOG_WARNINGwarning conditions LOG_NOTICE normal, but significant, condition LOG_INFO informational message LOG_DEBUG debug-level message Cheers, Nick -- Nick Phillips / +64 3 479 4195 / nick.phill...@otago.

Re: Proposal: Revised form rendering

2010-07-13 Thread Nick Phillips
e that all munging of data took place in one method which could then be used for the purpose described above - which worked just fine. Cheers, Nick -- Nick Phillips / +64 3 479 4195 / nick.phill...@otago.ac.nz # these statements are my own, not those of the University of Otago -- You re

Re: High Level Discussion about the Future of Django

2010-04-17 Thread Nick Phillips
if I did want to, I wouldn't expect to get anywhere with your current tactic. This thread is distracting energy that could be better spent, so I'm going to leave it at that, and would suggest that others do too. Cheers, Nick -- Nick Phillips / +64 3 479 4195 / nick.phill...@otago.ac.nz # thes

Re: append_slash alternative: remove_slash

2009-06-18 Thread Nick Phillips
/foo, /foo/ and /foo/index.html usually being equivalent ) was correct. I think you're probably just looking at it from a different angle. As someone else pointed out, it's very likely moot at this point anyway. Cheers, Nick -- Nick Phillips / +64 3 479 4195 / nick.phill...@otago.ac.nz # these st

Re: append_slash alternative: remove_slash

2009-06-17 Thread Nick Phillips
an index in one of two different ways), there are absolutely no security implications involved in the decision (or lack of decision ;-) ) that is currently being discussed. FWIW, I personally dislike extraneous slashes. Django views seem to me to be analogous to files, not directories, so I don't l

Re: Status of magic-removal

2006-02-21 Thread Nick Phillips
for everything so far; it looks like this could be quite enjoyable :-) Cheers, Nick -- Nick Phillips / +64 3 479 4195 / [EMAIL PROTECTED] # these statements are my own, not those of the University of Otago --~--~-~--~~~---~--~~ You received this m

Re: Status of magic-removal

2006-02-21 Thread Nick Phillips
I don't know whether I'd use magic-removal -- damned if I do, damned if I don't. So yes, you're absolutely right. And my timing is, as usual, awful. Cheers, Nick -- Nick Phillips / +64 3 479 4195 / [EMAIL PROTECTED] # these statements are my own, not those of the University of Otago --~-