Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Group info
Related Groups
Discussion group for Django users. Django is a high-level Python Web framework (djangoproject.com).
High activity, 15441 members
A "read-only" announcement mailing list for Django, a high-level Python Web framework (djangoproject.com). ...
Low activity, 710 members
This group is focused on supporting the satchmo framework for developing ecommerce (or shopping cart) sites. The ...
Low activity, 909 members
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 4525  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: Discussion group for Django developers. This group is used for discussion of developing Django itself, not user questions; Please use django-users for issues regarding using the framework, questions for the Django user community outreach, etc.
 

What's the expected behavior of (cached) instances of deleted objects? 
  QuerySet.delete() currently sets the primary key and all nullable foreign keys (to deleted objects) of instances passed to signal handlers to None. No cache is updated. Model.delete() will do the same, but as these instances are collected by traversing related object descriptors all reverse o2o field caches... more »
By Johannes Dollinger  - Nov 25 - 2 new of 2 messages    

Django needs for normal sequence of handlers for request processing 
  The request processing can be easy if developers of sites can define prehandlers and posthandlers for each urls.py (or views.py?). prehandler: the connection middleware. It calls before request object was created. Only connection detailes needed for prehandler processing (no session, no user, no any request-specified objects).... more »
By serg  - Nov 25 - 5 new of 5 messages    

Why not datetime.utcnow() in auto_now/auto_now_add 
  DateTimeField "auto_now" and "auto_now_add" used datetime.now(). But why this? IMHO it's better to use datetime.utcnow(), isn't it? Mfg. Jens Diemer
By jedie  - Nov 24 - 5 new of 5 messages    

django-firebird projects news 
  Hello everyone, I want to make a summary of the changes implemented in recent times about the project django-firebird: [link] [link]
By mariuz  - Nov 24 - 1 new of 1 message    

Feedback on ticket 7777 
  Hi, Can I please get some feedback on this ticket? I am hoping that we can get this in soon. [link] Thanks, Farhan
By thebitguru  - Nov 23 - 8 new of 8 messages    

How hard would it be to make bits of Django compatible with async servers? 
  I've been getting very excited about Node.js recently: [link] It's basically Twisted / Tornado but in JavaScript, and with the huge advantage that, because it's brand new, it doesn't have any legacy blocking APIs. Database access looks like this: c.query("select * from articles").addCallback(functio n(rows) {... more »
By Simon Willison  - Nov 23 - 2 new of 2 messages    

Problem with history view in admin page 
  Hi All, There is a problem reported for history view in admin page. For history view there is a sql query generated, which trying to do exact look-up on OBJECT_ID column (LogEntry model, DJANGO_ADMIN_LOG table). "TextField" is responsible for handling large text and in DB2 "TextField" is mapped to CLOB.... more »
By Rahul  - Nov 23 - 12 new of 12 messages    

#12202 (Hardcoded subject in the reset password mail) 
  I'm needing a bit of feedback on this ticket[1]. Currently there is no way to specify what the subject line of a password reset email should contain. SmileyChris brought up the question of whether to pass this subject as an argument in the view/form or to use a template. In the patch I have added... more »
By Austin Gabel  - Nov 19 - 1 new of 1 message    

Patch Reviewing 
  It was suggested in #django that I ask here about some patches I've submitted: [link] What should I be doing to help get these tickets closed, one way or another? Thanks, Richard... more »
By Richard Laager  - Nov 18 - 2 new of 2 messages    

Doc building piece missing? 
  Just noticed this in [1] ------------------------------ -------- csrf_token New in Django 1.1.2: System Message: WARNING/2 (/home/djangodocs/en/dev/ref/t emplates/builtins.txt) undefined label: releases-1.1.2 ------------------------------ -------- Looks like some tag/label needs to be created for the doc build... more »
By Tim Chase  - Nov 21 - 5 new of 5 messages    

1 - 10 of 4525   « Newer | Older »

XML       Send email to this group: django-developers@googlegroups.com
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google