Hello,
I recently attached an updated patch to #6213, "PREPEND_WWW and
APPEND_SLASH settings don't work with flatpages middleware". The
patch now contains unit tests demonstrating how it fixes lack of
expected behaviour when FlatpageFallbackMiddleware or similar is
used. The patch also fixes #6
On Sat, Jul 12, 2008 at 2:43 AM, J Meier <[EMAIL PROTECTED]> wrote:
>
> For me, yes it is. My users would appreciate it greatly. Even if it
> doesn't go into Django, having a patch available on a ticket lets all
> us others out here know about it.
>
> My CSS-fu is weak: How do you make the whole a
For me, yes it is. My users would appreciate it greatly. Even if it
doesn't go into Django, having a patch available on a ticket lets all
us others out here know about it.
My CSS-fu is weak: How do you make the whole area clickable with just
style rules?
-Jim
On Jul 11, 11:11 am, Ben Spaulding
On Fri, Jul 11, 2008 at 5:47 PM, Ivan Sagalaev
<[EMAIL PROTECTED]> wrote:
> One more question. Contrary to what the sprint page says, newforms-admin
> wasn't merged last weekend, but I think it doesn't change plans? We're
> about to start hacking on newforms-admin in Moscow in less than 10 hours
>
Jacob Kaplan-Moss wrote:
> I figured that since it's already started those who're going to go are
> already there. Sorry I didn't get around to announcing it sooner!
Ah... Ok.
One more question. Contrary to what the sprint page says, newforms-admin
wasn't merged last weekend, but I think it doe
On Fri, Jul 11, 2008 at 5:31 PM, Ivan Sagalaev
<[EMAIL PROTECTED]> wrote:
> You seem to not list the EuroPython sprint which is supposed to be
> happening right now (well, mostly tomorrow in our time zone). What
> happend to it? :-)
I figured that since it's already started those who're going to
Jacob Kaplan-Moss wrote:
> If you're interested, check out
> http://code.djangoproject.com/wiki/Sprints, and see the details of
> each particular sprint:
>
> * July 18: Sausalito, CA:
> http://code.djangoproject.com/wiki/SprintSausalitoJuly2008
> * August 1: Location TBA, probably in the
Howdy folks --
Django 1.0 is about two months away — time to get cracking!
To help get everything done by the deadline, we'll be holding a series
of sprints. Over the next six weeks we'll hold sprints in Sausalito,
Lawrence, Austin, and Portland, and virtually all over the world.
Each sprint da
Hey Colin --
Can you open a ticket for this and put "2070-fix" in the keywords area?
Thanks,
Jacob
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to dj
There are many cases where the clickable text of objects listed on a
change-list page is only a few characters. I propose making the entire
cell containing the link clickable.
- http://junkdrawer.benspaulding.com/img/change_list-object_link-proposed.png
This is easily achieved with a few minor
In the two years that I have used Django I have never got used to the
placement of the add-icon-link for select filters in the admin
interface. Because of its tight, unusual placement I still overlook it
at times.
- http://junkdrawer.benspaulding.com/img/select_filter_current.png
I have two pro
Hi All,
I'm not sure if anyone has noticed this yet, but in [7814],
newforms.fields.UploadedFile.content was changed to
newforms.fields.UploadedFile.data without being listed on
BackwardsIncompatibleChanges or raising a deprecation warning. However
the [7859] change has a deprecation warning for
On Thu, 2008-07-10 at 20:38 +0530, Amit Upadhyay wrote:
> Hi,
>
> I have identified a few issues over the time that makes working with
> custom django template tags/filters a little less than ideal for me.
>
> My chief problem is: if I see an unknown/unfamiliar tag/filter and
> want to locate t
+1 for the main proposal and subproposal (modulo concrete syntax).
Decoupling template library imports from app_label would also be good
for #3591. Get rid of as many app_label dependencies as possible.
Beautiful languages such as php and c have flat namespaces - don't go
there.
Concerning
watch actress profile and photo
watch actress priyamani photo
http://priyamaniforyou.blogspot.com/
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to dja
http://www.thecodeone.com/vb/index.htm
--~--~-~--~~~---~--~~
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
stupid, i hate a spamer
On Jul 11, 3:49 pm, sugu <[EMAIL PROTECTED]> wrote:
> http://www.goodwriting2.blogspot.com/
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, se
stupid
On Jul 11, 3:37 pm, sexy pooja <[EMAIL PROTECTED]> wrote:
> hot glamour models for you don't
> miss>>>http://
> anushkahollywood.blogspot.com/
>
>
--~--~-~--~~~---~--~~
You received this message because you are subscribed
On Fri, Jul 11, 2008 at 4:14 AM, Julien Phalip <[EMAIL PROTECTED]> wrote:
> Not sure if we're talking about the same thing here. What I ask is if
> it'd be a good idea to have a generic method for UploadedFile which
> lets copy/move the file to where ever you want. These method would
> have to be
watch actress profile and photo
watch actress priyamani photo
http://priyamaniforyou.blogspot.com/
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to dja
http://www.goodwriting2.blogspot.com/
--~--~-~--~~~---~--~~
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,
hot glamour models for you don't
miss>>>http://
anushkahollywood.blogspot.com/
>>
--~--~-~
Hi Malcolm,
Not sure if we're talking about the same thing here. What I ask is if
it'd be a good idea to have a generic method for UploadedFile which
lets copy/move the file to where ever you want. These method would
have to be overriden by InMemoryUploadedFile or TemporaryUploadedFile,
but would
Malcolm Tredinnick wrote:
> The docs already mention looping over chunks(). However, given that the
> file exists on disk (which is something you can check for), and you have
> access to the full filename, it seems like for simple file copies/moves,
> using the standard Python shutil module solves
On Thu, 2008-07-10 at 22:31 -0700, Julien Phalip wrote:
> Hi,
>
> I see what may be a gap in the new upload system's API. Please correct
> me or point me to the right place if I'm wrong.
>
> Once the file is uploaded and my view receives the UploadedFile
> instance, I'd like to write the file o
25 matches
Mail list logo