This is partially inspired by the thread that won't die: "High Level Discussion
about the Future of Django."
I want to contribute something back to Django. Specifically, I've already paid
for my hotel and flights for DjangoCon 2010 and I'm definitely going to stay
for the sprints. However, sinc
Karen,
Thanks very much. I appreciate the response.
I'll have a look into this (not to discourage anyone else from trying to beat
me to it), and post to this list if I can shed light on this issue.
Shawn
--
You received this message because you are subscribed to the Google Groups
"Django de
I think that there is frustration on the part of the core dev team because
people are (intentionally or not) demanding more and more of their time in the
form of feature requests without understanding what the costs are and what
resources exist.
There is frustration on the part of some Django u
Thanks, this advice is incredibly helpful, and your response is encouraging.
Shawn
--
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 this group, sen
>
> You are however allowed to start earlier if you buy Russ and Karen a
> drink, they deserve thanks for all the hard work they've put in.
>
> Alex
Where's the PayPal donation link for this?
Shawn
--
You received this message because you are subscribed to the Google Groups
"Django develope
What's wrong with urllib2.urlopen()?
--
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 this group, send email to
django-developers+unsubscr...@googl
Oops. Sorry for replying here. I didn't realize what list this was.
Original poster: Please post to the django-users list. This one is for the
development of Django itself, not users of Django
Shawn
--
You received this message because you are subscribed to the Google Groups
"Django develope
On Fri, Feb 24, 2012 at 4:19 AM, Bradley Ayers wrote:
>
> In the interest of making the wider community opinion heard, I too am +1 on
> this, my feeling is exactly the same as Stephen.
>
> --
+1
I understand that a BDFL has spoken and this change isn't going to
happen. I hate to add to the nois
On 02/27/2012 02:24 PM, relihkcin wrote:
Hey, has anyone developed a mobile login? i'm having issues. When i
load the login page into a for my mobile app. It wont work. But
if i redirect it to webbrowser. it works. I'm still a couple months
new with django. Any help would be appriacted. thanks
On 03/23/2012 04:08 PM, Andre Terra wrote:
Hooray!
Congrats to everyone involved, especially all that worked on bringing
timezone support to this increasingly amazing web framework.
I don't mean to nitpick but a minor detail in the release notes requires
some attention:
"Django does not suppor
Please post your question to the django-users mailing list. This list is for
developers of Django itself.
--
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 unsubscr
This probably should have been brought up in django-users first, asking if it's
possible.
See safestring.mark_safe():
http://docs.djangoproject.com/en/dev/ref/utils/
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group,
http://lmgtfy.com/?q=django+facebook+api
--
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 this group, send email to
django-developers+unsubscr...
I shouldn't have replied previously on this list. I didn't realize which list
you'd e-mailed.
This list is ONLY for the developers of Django itself.
Please take your question to the django-users list:
http://groups.google.com/group/django-users?hl=en
Nobody will answer your question here.
Shaw
I have an immediate interest in this discussion. One of my company's
Django apps was recently subjected to an external risk assessment team
audit. They found the fact that three invalid password attempts didn't
lock out the user to be completely unacceptable.
Granted, this is something that I shou
Hopefully someone on the core dev team can let me know if this is
possible in Django. If so, it will solve this problem.
I am not familiar with custom metaclass stuff done within models.Model.
1. Create a custom metaclass as described in "Pro Python," page 124.
2. Add this metaclass to the abstra
On Tue, Mar 29, 2011 at 2:21 PM, Carl Meyer wrote:
> Hi Shawn,
>
> What you've outlined here is certainly possible (and yes, you'd need to
> subclass the ModelBase metaclass). I haven't looked at the abstract
> inheritance stuff recently, but I think there would be some alternative
> ways for the
I've submitted two (very) small patches. They're my first submissions,
so let the constructive criticism flow freely. I'd like to contribute
to Django more than I have (mostly django-users help), so any advice
that'll help me ease into the role is welcome. I've read the
contribution docs, but it's
http://code.djangoproject.com/ticket/15595
--
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.
To unsubscribe from this group, send email to
django-developers+unsubscr...
http://code.djangoproject.com/ticket/15661
Cleaned up at Jacob's suggestion.
--
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.
To unsubscribe from this group, send emai
Patch with tests attached to ticket.
http://code.djangoproject.com/ticket/15064
--
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.
To unsubscribe from this group, send e
Thanks for the info and feedback on the patches today. I'll stop
spamming the list.
Shawn
--
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.
To unsubscribe from this gro
Core devs,
I've written a script which monitors my project path for changes with
pyinotify [1] and automatically runs my test suite each time I save a
Python file.
I was doing this by calling subprocess, but someone helpfully pointed
me towards call_command[2]. However, this breaks my script, whi
On 04/27/2011 05:30 PM, Alex Gaynor wrote:
This is needed so that the process will exit with the correct status
code. Note that this doesn't prevent you from calling it, you just
need to catch the SystemExit exception.
Alex
Alex,
That's perfect. I tried to catch the exception before a
Since it wasn't stated explicitly in that last wish-list, I'd like to
add: No assumption that the primary key is an integer.
--
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@googlegroup
I think this is something I'd like to open up a ticket for, but first I
want to see whether it's already possible, or is overruled by existing
design decisions.
Desire:
Now that logging is built into Django, I think that any time there is an
exception in a view a logging.exception message shou
On 05/10/2011 04:52 PM, Michael Blume wrote:
A developer can currently do this pretty easily with middleware by
setting a process_exception method. We could provide some contrib
middleware for logging exceptions, but I don't see any need to bring
this into core.
-Mike
Mike,
You and someon
http://code.djangoproject.com/ticket/15064
http://code.djangoproject.com/ticket/15595
Hi. Just wondering if someone could take a look at these. It's been two
weeks since the last activity, and already one of them had a merge
conflict with trunk, so I just updated it.
If there's a problem with
Someone on django-users just commented that they set a default value on
a DecimalField as a float, and were surprised when they were unable to
create a queryset using a float to find records.
I searched Trac for the terms 'DecimalField default' and didn't see
anywhere that this was brought up
On 05/11/2011 08:00 PM, Russell Keith-Magee wrote:
On Thu, May 12, 2011 at 3:35 AM, Shawn Milochik wrote:
Someone on django-users just commented that they set a default value on a
DecimalField as a float, and were surprised when they were unable to create
a queryset using a float to find
On 05/12/2011 08:04 PM, Russell Keith-Magee wrote:
I suspect the answer will lie somewhere between get_prep_value() and
to_python() on DecimalField, but you'll need to do some code path
tracing to confirm. Looking at the code, I'm a little surprised that
it doesn't work as is...
Yours,
Russ Mag
http://code.djangoproject.com/ticket/16015
I've uploaded a patch, but changed the status to 'Design Decision Needed'
from 'Accepted.'
The problem is that although my patch follows the existing convention and
results in passing tests in Python 2.6, the Python core developers have made
an import
https://code.djangoproject.com/ticket/16306
Would a core dev or two please give their opinion on this? I think it's
a bug and not a flaw in the documentation. As I read the docs it seems
plain that the max_value and min_value do what I think a reasonable
person would expect them to do. In fact, t
On 06/29/2011 12:01 PM, Daniel Moisset wrote:
django.auth already provides a password reset mechanism, where users
can get a password reset link.
So, woudn't this work for you?:
1) Create users with a large random password. Destroy every copy of the password
2) Use the reset password feature wi
Instead of a formset, you can just put a bunch of forms in a list and
iterate through them.
Why not use a ModelForm and just add your extra fields to it?
Also, there's nothing stopping you from adding an attribute to your
model instances in your form. Then you can iterate through the objects
35 matches
Mail list logo